Closed
Bug 1277485
Opened 9 years ago
Closed 7 years ago
TEST-UNEXPECTED-FAIL | test_places.py TestPlaces.test_history | AssertionError: Lists differ: [u'http://127.0.0.1:39017/layo ... != ['http://127.0.0.1:39017/layou ...
Categories
(Testing :: Firefox UI Tests, defect)
Tracking
(firefox49 wontfix, firefox50 affected, firefox51 affected)
RESOLVED
INCOMPLETE
People
(Reporter: whimboo, Unassigned)
Details
(Keywords: intermittent-failure)
https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&filter-searchStr=Firefox%20UI&filter-tier=2&filter-tier=3&fromchange=351a2e0209b750bd4e2094473d0b4bd341fb2a40&selectedJob=29259690
21:51:30 INFO - + 'http://127.0.0.1:39017/layout/mozilla_grants.html']
21:51:30 INFO - Traceback (most recent call last):
21:51:30 INFO - File "/home/worker/workspace/build/venv/local/lib/python2.7/site-packages/marionette/marionette_test.py", line 344, in run
21:51:30 INFO - testMethod()
21:51:30 INFO - File "/home/worker/workspace/build/tests/firefox-ui/tests/puppeteer/test_places.py", line 80, in test_history
21:51:30 INFO - self.assertEqual(self.get_all_urls_in_history(), self.urls)
Looks like there is an additional unexpected history item present:
21:51:30 INFO - TEST-UNEXPECTED-FAIL | test_places.py TestPlaces.test_history | AssertionError: Lists differ: [u'http://127.0.0.1:39017/layo... != ['http://127.0.0.1:39017/layou...
21:51:30 INFO - Second list contains 1 additional elements.
21:51:30 INFO - First extra element 1:
21:51:30 INFO - http://127.0.0.1:39017/layout/mozilla_grants.html
21:51:30 INFO -
21:51:30 INFO - - [u'http://127.0.0.1:39017/layout/mozilla_governance.html']
21:51:30 INFO - + ['http://127.0.0.1:39017/layout/mozilla_governance.html',
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Updated•9 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Reporter | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•