Closed
Bug 1181682
Opened 10 years ago
Closed 10 years ago
Windows Fx UI update issue - UnboundLocalError: local variable 'about_window' referenced before assignment
Categories
(Testing :: Firefox UI Tests, defect)
Testing
Firefox UI Tests
Tracking
(firefox40 fixed, firefox41 fixed, firefox42 fixed)
RESOLVED
FIXED
mozilla42
People
(Reporter: armenzg, Assigned: chmanchester)
References
Details
Attachments
(1 file)
We noticed this job running for 16 hours.
In the log I started seeing this:
23:43:07 INFO - JavaScript error: chrome://marionette/content/marionette-server.js, line 3531: TypeError: this.listener is null
23:45:05 INFO - 4:33.10 TEST_END: MainThread ERROR, expected PASS
23:45:05 INFO - Traceback (most recent call last):
23:45:05 INFO - File "c:\builds\moz2_slave\rel-m-beta-w32_beta_u_t_6-0000\build\venv\lib\site-packages\marionette\marionette_test.py", line 296, in run
23:45:05 INFO - testMethod()
23:45:05 INFO - File "c:\builds\moz2_slave\rel-m-beta-w32_beta_u_t_6-0000\build\venv\lib\site-packages\firefox_ui_tests\update\fallback\test_fallback_update.py", line 28, in test_update
23:45:05 INFO - self._test_update()
23:45:05 INFO - File "c:\builds\moz2_slave\rel-m-beta-w32_beta_u_t_6-0000\build\venv\lib\site-packages\firefox_ui_tests\update\fallback\test_fallback_update.py", line 22, in _test_update
23:45:05 INFO - self.download_and_apply_forced_update()
23:45:05 INFO - File "c:\builds\moz2_slave\rel-m-beta-w32_beta_u_t_6-0000\build\venv\lib\site-packages\firefox_ui_harness\testcases\update.py", line 188, in download_and_apply_forced_update
23:45:05 INFO - self.updates[self.current_update_index]['patch'] = about_window.patch_info
23:45:05 INFO - UnboundLocalError: local variable 'about_window' referenced before assignment
https://ftp.mozilla.org/pub/mozilla.org/firefox/candidates/40.0b2-candidates/build1/logs/release-mozilla-beta-win32_beta_update_tests_6-bm82-build1-build3.txt.gz
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8631176 -
Flags: review?(armenzg)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → cmanchester
Reporter | ||
Updated•10 years ago
|
Attachment #8631176 -
Flags: review?(armenzg) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Version: Version 3 → Firefox 42
Comment 3•10 years ago
|
||
Did this fix make it into the 40.0b3 tests? http://buildbot-master85.bb.releng.scl3.mozilla.com:8001/builders/release-mozilla-beta-win64_ui_update_verify_beta_6%2F6/builds/2/steps/run_script/logs/stdio is still showing the problem.
Assignee | ||
Comment 4•10 years ago
|
||
I didn't land on all the branches, I'll do that now.
Assignee | ||
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
Chris, thanks for the fix! Do you know if there is a bug open for Marionette to kill the testrun? This behavior sounds crazy that no hard-kill is invoked for 16h! :(
Flags: needinfo?(cmanchester)
Target Milestone: --- → Firefox 42
Version: Firefox 42 → unspecified
Assignee | ||
Comment 7•10 years ago
|
||
I'm not sure what's causing the long run, but I would expect mozharness or buildbot to intervene at some point even if the runner got completely stuck.
Flags: needinfo?(cmanchester)
Comment 8•10 years ago
|
||
Hm, maybe Armen as reporter might be able to shed some more light on it.
Flags: needinfo?(armenzg)
Comment 9•10 years ago
|
||
But anyway, I see that as a problem in Marionette too, which needs to be fixed.
Reporter | ||
Comment 10•10 years ago
|
||
What chamenchester mentions. There is nothing here for us.
Flags: needinfo?(armenzg)
Updated•9 years ago
|
Product: Mozilla QA → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•