Closed Bug 1300314 Opened 8 years ago Closed 7 years ago

Intermittent toolkit/crashreporter/tools/unit-symbolstore.py | TestFunctional.testSymbolstore, line 546: NO MESSAGE

Categories

(Toolkit :: Crash Reporting, defect)

defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: intermittent-failure)

Unfortunately this test is failing calling subprocess.check_output:
https://dxr.mozilla.org/mozilla-central/rev/8c9c4e816e86f903c1d820f3f29715dc070a5a4a/toolkit/crashreporter/tools/unit-symbolstore.py#539

...and we're piping stderr to /dev/null, so we don't get any output in the failure case. It might be better to use Popen and call .communicate() to get stdout/stderr, then check the process return code manually, and dump the stdout/stderr if it failed.
https://wiki.mozilla.org/Bugmasters#Intermittent_Test_Failure_Cleanup
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.