Closed
Bug 466035
Opened 17 years ago
Closed 8 years ago
Running two mochitests in parallel gets things in a bad state
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bzbarsky, Unassigned)
References
Details
STEPS TO REPRODUCE:
1) python ../obj-firefox-opt/_tests/testing/mochitest/runtests.py &
2) python ../obj-firefox-opt/_tests/testing/mochitest/runtests.py
--test-path=extensions/cookie/test/ &
(any test path will do, actually)
3) When you see the uncaught exception from #2 in the terminal quit the browser
that started in #1.
4) python ../obj-firefox-opt/_tests/testing/mochitest/runtests.py
--test-path=extensions/cookie/test/ &
EXPECTED RESULTS: Just starts
ACTUAL RESULTS: Get password prompts from certutil
Comment 1•17 years ago
|
||
We should put some simple locking in runtests.py, so it errors out if you try to run a second copy.
OS: Mac OS X → All
Hardware: PC → All
Comment 3•8 years ago
|
||
Mass closing mochitest bugs that haven't had activity in the past 5 years. Please re-open or file a new bug with modern context if this is still relevant.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•