Closed
Bug 1400594
Opened 7 years ago
Closed 7 years ago
Intermittent test_cli_arguments.py TestCommandLineArguments.test_startup_timeout | AssertionError: IOError not raised
Categories
(Testing :: Marionette Client and Harness, defect, P5)
Tracking
(firefox56 unaffected, firefox57 fixed)
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox56 | --- | unaffected |
firefox57 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: whimboo)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 2•7 years ago
|
||
This is a new test added via bug 1397675 by end of last week. This is all Windows right now.
23:52:31 INFO - Application command: Z:\task_1505604421\build\application\firefox\firefox.exe -no-remote -marionette -profile c:\users\genericworker\appdata\local\temp\tmpjw_jxs.mozrunner
23:52:31 INFO - *** You are running in headless mode.
23:52:31 INFO - 1505605951619 Marionette DEBUG Received observer notification "profile-after-change"
23:52:31 INFO - 1505605951651 Marionette DEBUG Received observer notification "command-line-startup"
23:52:31 INFO - 1505605951651 Marionette INFO Enabled via --marionette
23:52:32 INFO - 1505605952151 Marionette DEBUG Received observer notification "sessionstore-windows-restored"
23:52:32 INFO - 1505605952470 Marionette INFO Listening on port 2828
Currently we have set a 1s startup_timeout, which in this case could cause a race condition, because Marionette is ready within 1s!! Wow! So we should drastically reduce the timeout to make sure it always fails.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8909221 -
Flags: review?(mjzffr)
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8909221 [details]
Bug 1400594 - Further reduce start_timeout for test_startup_timeout.
https://reviewboard.mozilla.org/r/180820/#review185982
Attachment #8909221 -
Flags: review?(mjzffr) → review+
Updated•7 years ago
|
Assignee: nobody → hskupin
Comment 5•7 years ago
|
||
bugherder landing |
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Assignee | ||
Comment 7•7 years ago
|
||
We should uplift this patch to beta to prevent those intermittent failures on Windows.
status-firefox56:
--- → affected
Whiteboard: [checkin-needed-beta]
Comment 8•7 years ago
|
||
Per our IRC discussion, this'll ride from m-c to m-b on its own.
Whiteboard: [checkin-needed-beta]
Comment hidden (Intermittent Failures Robot) |
Updated•2 years ago
|
Product: Testing → Remote Protocol
Comment 10•2 years ago
|
||
Moving bug to Testing::Marionette Client and Harness component per bug 1815831.
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•