Closed
Bug 1285124
Opened 9 years ago
Closed 9 years ago
Permafailure test_mixed_script_content_blocking.py TestMixedScriptContentBlocking.test_mixed_content_page | TimeoutException: TimeoutException: Timed out after 30.1 seconds with message: The correct icon is displayed
Categories
(Firefox :: Security, defect)
Firefox
Security
Tracking
()
RESOLVED
FIXED
Firefox 50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: seban)
References
Details
(Keywords: intermittent-failure, regression)
Attachments
(1 file)
1.12 KB,
patch
|
whimboo
:
review+
|
Details | Diff | Splinter Review |
Comment 1•9 years ago
|
||
seems its caused by bug 1269820
Blocks: 1269820
Flags: needinfo?(sebastinssanty)
Comment 2•9 years ago
|
||
This is a regression from the landing of the patch on bug 1269820.
06:19:44 INFO - Traceback (most recent call last):
06:19:44 INFO - File "/home/worker/workspace/build/venv/local/lib/python2.7/site-packages/marionette/marionette_test.py", line 344, in run
06:19:44 INFO - testMethod()
06:19:44 INFO - File "/home/worker/workspace/build/tests/firefox-ui/tests/functional/security/test_mixed_script_content_blocking.py", line 72, in test_mixed_content_page
06:19:44 INFO - self.expect_protection_enabled()
06:19:44 INFO - File "/home/worker/workspace/build/tests/firefox-ui/tests/functional/security/test_mixed_script_content_blocking.py", line 63, in expect_protection_enabled
06:19:44 INFO - self._expect_protection_status(True)
06:19:44 INFO - File "/home/worker/workspace/build/tests/firefox-ui/tests/functional/security/test_mixed_script_content_blocking.py", line 51, in _expect_protection_status
06:19:44 INFO - message="The correct icon is displayed"
06:19:44 INFO - File "/home/worker/workspace/build/venv/local/lib/python2.7/site-packages/marionette_driver/wait.py", line 144, in until
06:19:44 INFO - cause=last_exc)
Sebastian, it looks like you missed to update the image reference for the changed lock icon.
Updated•9 years ago
|
status-firefox50:
--- → affected
Keywords: regression
Assignee | ||
Comment 3•9 years ago
|
||
Very sorry about that. Forgot to pull for somedays. How should I proceed to resolve this. I have updated mozilla-central locally.
Flags: needinfo?(sebastinssanty) → needinfo?(hskupin)
Comment 4•9 years ago
|
||
Please read the following MDN page how to run our tests:
https://developer.mozilla.org/en-US/docs/Mozilla/QA/firefox-ui-tests
Here specifically the following test is affected /testing/firefox-ui/tests/functional/security/test_mixed_script_content_blocking.py.
Flags: needinfo?(hskupin)
Updated•9 years ago
|
Summary: Intermittent test_mixed_script_content_blocking.py TestMixedScriptContentBlocking.test_mixed_content_page | TimeoutException: TimeoutException: Timed out after 30.1 seconds with message: The correct icon is displayed → Permafailure test_mixed_script_content_blocking.py TestMixedScriptContentBlocking.test_mixed_content_page | TimeoutException: TimeoutException: Timed out after 30.1 seconds with message: The correct icon is displayed
Assignee | ||
Comment 5•9 years ago
|
||
On behalf of Florian. Thanks for the help!.
Assignee: nobody → sebastinssanty
Attachment #8768795 -
Flags: review?(hskupin)
Updated•9 years ago
|
Attachment #8768795 -
Flags: review?(hskupin) → review+
Updated•9 years ago
|
Keywords: checkin-needed
Comment 6•9 years ago
|
||
I missed to add that this patch needs to land on fx-team where we have the permafail. Thanks.
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/fx-team/rev/e2f5a7c70b47
Update the image reference in test_mixed_script_content_blocking.py. r=whimboo
Keywords: checkin-needed
Comment 8•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 50
Comment hidden (Intermittent Failures Robot) |
Updated•9 years ago
|
Version: unspecified → Trunk
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•