Closed
Bug 1404012
Opened 7 years ago
Closed 7 years ago
|mach mochitest| continues after ctrl-c when running multiple flavors
Categories
(Testing :: Mochitest, enhancement)
Testing
Mochitest
Tracking
(firefox58 fixed)
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: gbrown, Assigned: gbrown)
References
Details
Attachments
(1 file)
(deleted),
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
For example,
mach mochitest testing/mochitest/tests/Harness_sanity
runs 2 flavors of mochitest, one after the other.
If I attempt to break out of the test run with ctrl-c during the first flavor, that run is aborted, but then the next flavor starts up.
I find that annoying.
I also think this behavior encourages people to hit ctrl-c repeatedly when they really want to break out of the test run, and I think that could result in orphaned servers.
Assignee | ||
Comment 1•7 years ago
|
||
0 INFO SimpleTest START
1 INFO TEST-START | testing/mochitest/tests/Harness_sanity/test_SimpletestGetTestFileURL.html
^Cruntests.py | Received keyboard interrupt.
Stopping web server
Stopping web socket server
Stopping ssltunnel
leakcheck | refcount logging is off, so leaks can't be detected!
runtests.py | Running tests: end.
Buffered messages finished
0 INFO TEST-START | Shutdown
1 INFO Passed: 0
2 INFO Failed: 0
3 INFO Todo: 0
4 INFO Mode: e10s
5 INFO SimpleTest FINISHED
Buffered messages finished
SUITE-END | took 3s
Attachment #8913330 -
Flags: review?(jmaher)
Updated•7 years ago
|
Attachment #8913330 -
Flags: review?(jmaher) → review+
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d6879c60aa6a
Break out of multi-flavor |mach mochitest| with one ctrl-c; r=jmaher
Comment 3•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•