Closed
Bug 1155815
Opened 10 years ago
Closed 10 years ago
Intermittent test_gallery_handle_valid_image_file.py TestGalleryHandleValidPhoto.test_gallery_open_valid_image_file_animated_gif | TimeoutException: TimeoutException: Timed out after 10.1 seconds
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Firefox OS Graveyard
Gaia::UI Tests
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: RyanVM, Unassigned)
References
()
Details
(Keywords: intermittent-failure)
17:21:38 INFO - TEST-START | test_gallery_handle_valid_image_file.py TestGalleryHandleValidPhoto.test_gallery_open_valid_image_file_animated_gif
17:22:19 ERROR - TEST-UNEXPECTED-ERROR | test_gallery_handle_valid_image_file.py TestGalleryHandleValidPhoto.test_gallery_open_valid_image_file_animated_gif | TimeoutException: TimeoutException: Timed out after 10.1 seconds
17:22:19 INFO - Traceback (most recent call last):
17:22:19 INFO - File "/home/worker/build/venv/local/lib/python2.7/site-packages/marionette/marionette_test.py", line 296, in run
17:22:19 INFO - testMethod()
17:22:19 INFO - File "/home/worker/build/venv/local/lib/python2.7/site-packages/marionette/marionette_test.py", line 174, in wrapper
17:22:19 INFO - return func(self, *args, **kwargs)
17:22:19 INFO - File "/home/worker/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/gallery/test_gallery_handle_valid_image_file.py", line 29, in test_gallery_open_valid_image_file
17:22:19 INFO - gallery.wait_for_files_to_load(1) # all and only valid files are showing previews
17:22:19 INFO - File "/home/worker/gaia/tests/python/gaia-ui-tests/gaiatest/apps/gallery/app.py", line 45, in wait_for_files_to_load
17:22:19 INFO - Wait(self.marionette).until(lambda m: m.execute_script(
17:22:19 INFO - File "/home/worker/build/venv/local/lib/python2.7/site-packages/marionette_driver/wait.py", line 143, in until
17:22:19 INFO - cause=last_exc)
17:22:19 INFO - TEST-INFO took 41301ms
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Updated•10 years ago
|
Comment 2•10 years ago
|
||
I repeated this test on b2g desktop locally 10 times and I couldn't reproduce this timeout at all.
Comment 3•10 years ago
|
||
Could the host machine be out of disk space at that point?
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 21•10 years ago
|
||
This last failure was a timeout failure in get_setting. I filed bug 1173321 for handling the onerror case in GaiaDataLayer.getSetting.
Comment 22•10 years ago
|
||
(In reply to Martijn Wargers [:mwargers] (QA) from comment #21)
> This last failure was a timeout failure in get_setting. I filed bug 1173321
> for handling the onerror case in GaiaDataLayer.getSetting.
Supposedly, we could find in the gecko.log of that Taskcluser id, the console.log() message that was written when this failure occured: https://s3-us-west-2.amazonaws.com/taskcluster-public-artifacts/Jp44YvMCSnmiYIL-wwCcfA/0/public/test_info//gecko-1433899321.log
But I wasn't able to find it.
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 46•10 years ago
|
||
B2G desktop Gaia UI tests are not running on Treeherder anymore, so marking WFM.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•