Closed
Bug 1135516
Opened 10 years ago
Closed 9 years ago
TEST-UNEXPECTED-FAIL | addon-sdk/tests/test-ui-sidebar.testShowHideRawWindowArg | Test output exceeded timeout (300s).
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: evold, Unassigned)
References
()
Details
(Keywords: intermittent-failure)
Attachments
(2 files)
TEST-START | addon-sdk/tests/test-ui-sidebar.testShowHideRawWindowArg
TEST-PASS | addon-sdk/tests/test-ui-sidebar.testShowHideRawWindowArg | no sidebar is showing
TEST-PASS | addon-sdk/tests/test-ui-sidebar.testShowHideRawWindowArg | the sidebar was shown
TEST-PASS | addon-sdk/tests/test-ui-sidebar.testShowHideRawWindowArg | sidebar is not showing in main window
TEST-PASS | addon-sdk/tests/test-ui-sidebar.testShowHideRawWindowArg | sidebar is showing in new window
TEST-PASS | addon-sdk/tests/test-ui-sidebar.testShowHideRawWindowArg | main window is still focused
TEST-PASS | addon-sdk/tests/test-ui-sidebar.testShowHideRawWindowArg | main window is still focused
TEST-PASS | addon-sdk/tests/test-ui-sidebar.testShowHideRawWindowArg | sidebar is not showing in main window
TEST-PASS | addon-sdk/tests/test-ui-sidebar.testShowHideRawWindowArg | sidebar is not showing in new window
TEST-UNEXPECTED-FAIL | addon-sdk/tests/test-ui-sidebar.testShowHideRawWindowArg | Test output exceeded timeout (300s).
Traceback (most recent call last):
File "bin/cfx", line 33, in <module>
cuddlefish.run()
File "/builds/slave/test/addonsdk-poller/addon-sdk-dcb0b0fbe162794a2820d12c9876964edd4e3d44/python-lib/cuddlefish/__init__.py", line 633, in run
test_all(env_root, defaults=options.__dict__)
File "/builds/slave/test/addonsdk-poller/addon-sdk-dcb0b0fbe162794a2820d12c9876964edd4e3d44/python-lib/cuddlefish/__init__.py", line 410, in test_all
test_all_packages(env_root, defaults)
File "/builds/slave/test/addonsdk-poller/addon-sdk-dcb0b0fbe162794a2820d12c9876964edd4e3d44/python-lib/cuddlefish/__init__.py", line 510, in test_all_packages
env_root=env_root)
File "/builds/slave/test/addonsdk-poller/addon-sdk-dcb0b0fbe162794a2820d12c9876964edd4e3d44/python-lib/cuddlefish/__init__.py", line 955, in run
no_connections=no_connections)
File "/builds/slave/test/addonsdk-poller/addon-sdk-dcb0b0fbe162794a2820d12c9876964edd4e3d44/python-lib/cuddlefish/runner.py", line 740, in run_app
OUTPUT_TIMEOUT, test_name, parseable)
Exception: Test output exceeded timeout (300s).
TinderboxPrint:Jetpack<br/>1389/0
program finished with exit code 1
elapsedTime=3624.504503
========= Finished 'python scripts/buildfarm/utils/run_jetpack.py ...' warnings (results: 1, elapsed: 1 hrs, 44 secs) (at 2015-02-17 14:07:49.363401) =========
Reporter | ||
Updated•10 years ago
|
Reporter | ||
Updated•10 years ago
|
Keywords: intermittent-failure
Reporter | ||
Updated•10 years ago
|
Blocks: sdk-intermittent, sdk/ui/sidebar
Priority: -- → P1
Reporter | ||
Comment 1•10 years ago
|
||
Attachment #8567696 -
Flags: review?(jsantell)
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → evold
Updated•10 years ago
|
Attachment #8567696 -
Flags: review?(jsantell) → review+
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/dcf354e3b5f047bf422c4a326bbff129f060cabc
Bug 1135516 Using a normal new window in testShowHideRawWindowArg of test-ui-sidebar.js
https://github.com/mozilla/addon-sdk/commit/096a4e2adb271a6025baced170d2388064f49718
Merge pull request #1870 from erikvold/1135516
Bug 1135516 Using a normal new window in testShowHideRawWindowArg of test-ui-sidebar.js r=jsantell
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Reporter | ||
Comment 5•10 years ago
|
||
Attachment #8580453 -
Flags: review?(jsantell)
Updated•10 years ago
|
Attachment #8580453 -
Flags: review?(jsantell) → review+
Comment 6•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/7c7f23eb1422f757567e30f66383bb60d5215eff
Bug 1135516 Adding more logging and using a new window instead of the main one to prevent switching focus too quickly, for test-ui-sidebar.testShowHideRawWindowArg
https://github.com/mozilla/addon-sdk/commit/6ec9b97cccc2b34a40342ad3754855650a2315ce
Merge pull request #1910 from erikvold/1135516
Bug 1135516 Adding more logging and using a new window, for test-ui-sidebar.testShowHideRawWindowArg r=jsantell
Reporter | ||
Comment 7•10 years ago
|
||
This might get better after bug 854982 lands, going to wait and see.
Assignee: evold → nobody
Comment 8•9 years ago
|
||
Inactive; closing (see bug 1180138).
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•