Bug 1565332 Comment 15 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

So far, mixed outcomes.

Initial focus has been on getting mochitest suites to run tests. In the initial baseline push https://treeherder.mozilla.org/#/jobs?repo=try&group_state=expanded&selectedJob=257490869&revision=cd2e7656a270507ca2beb6a7373c0ec6b334c3eb it is possible to see that nearly all of mochitest suites fail due to either 
- `pactl list short modules` subprocess call returning an error
- `pactl load-module module-null-sink` call in test-linux.sh returning an error

The former scenario means the mochitest test harness has initialized, parsed the manifest and performed TEST-SKIP on annotated tests. We're getting further with this scenario.

The latter scenario is something I cannot seem to resolve. I've ensured that `pulseaudio` is installed but it seems to have difficulty initializing.
So far, mixed outcomes.

Initial focus has been on getting mochitest suites to run tests. In the initial baseline push https://treeherder.mozilla.org/#/jobs?repo=try&group_state=expanded&selectedJob=257490869&revision=cd2e7656a270507ca2beb6a7373c0ec6b334c3eb it is possible to see that nearly all of mochitest suites fail due to either 
- `pactl list short modules` subprocess call returning an error
- `pactl load-module module-null-sink` call in test-linux.sh returning an error

The former scenario means the mochitest test harness has initialized, parsed the manifest and performed TEST-SKIP on annotated tests. We're getting further with this scenario.

The latter scenario is something I cannot seem to resolve. I've ensured that `pulseaudio` is installed but it seems to have difficulty initializing.

Example of the push can be seen here: https://treeherder.mozilla.org/#/jobs?repo=try&group_state=expanded&revision=10fa9e6091f5592dd290312dfea25e9b1a0494af

Back to Bug 1565332 Comment 15