Closed Bug 1225175 Opened 9 years ago Closed 9 years ago

TEST-UNEXPECTED-ERROR | test_page_info_window.py TestPageInfoWindow.test_open_window | TimeoutException: TimeoutException: Timed out after 5.1 seconds

Categories

(Testing :: Firefox UI Tests, defect, P1)

45 Branch
All
Windows
defect

Tracking

(firefox45 fixed)

RESOLVED FIXED
mozilla45
Tracking Status
firefox45 --- fixed

People

(Reporter: whimboo, Assigned: whimboo)

References

Details

(Keywords: intermittent-failure, regression)

Attachments

(1 file)

52 bytes, text/x-github-pull-request
automatedtester
: review+
Details | Review
A new regression since the build from Saturday only on Windows. 08:36:21 Traceback (most recent call last): 08:36:21 File "c:\jenkins\workspace\mozilla-central_functional\tests_venv\lib\site-packages\marionette\marionette_test.py", line 313, in run 08:36:21 testMethod() 08:36:21 File "c:\jenkins\workspace\mozilla-central_functional\tests_venv\Lib\site-packages\firefox_puppeteer\tests\test_page_info_window.py", line 78, in test_open_window 08:36:21 page_info = self.browser.open_page_info_window(trigger=trigger) 08:36:21 File "c:\jenkins\workspace\mozilla-central_functional\tests_venv\lib\site-packages\firefox_puppeteer\ui\browser\window.py", line 210, in open_page_info_window 08:36:21 return BaseWindow.open_window(self, callback, PageInfoWindow) 08:36:21 File "c:\jenkins\workspace\mozilla-central_functional\tests_venv\lib\site-packages\firefox_puppeteer\ui\windows.py", line 349, in open_window 08:36:21 Wait(self.marionette).until(window_opened) 08:36:21 File "c:\jenkins\workspace\mozilla-central_functional\tests_venv\lib\site-packages\marionette_driver\wait.py", line 143, in until 08:36:21 cause=last_exc) 08:36:21 TimeoutException: TimeoutException: Timed out after 5.0 seconds I will check for the regressor in a minute.
Pushlog: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=202b199b9fcf&tochange=51fa3e0d4f7b I cannot see anything obvious in all those changes. I will have to reproduce it myself on a Windows box later.
As local testing has been shown the problematic code is related to the shortcut: https://github.com/mozilla/firefox-ui-tests/blob/mozilla-central/firefox_puppeteer/ui/browser/window.py#L200 It checks session_capabilities['platform'] for WINNT, but that got changed via bug 1217988 recently. So we have to use WINDOWS_NT from now on.
Blocks: 1217988
Keywords: regression
Attached file Github PR
Attachment #8688064 - Flags: review?(dburns)
Blocks: 1214378
Attachment #8688064 - Flags: review?(dburns) → review+
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 45
Product: Mozilla QA → Testing
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: