Closed Bug 1615416 Opened 4 years ago Closed 4 years ago

Intermittent testing/firefox-ui/tests/puppeteer/test_notifications.py TestNotifications.test_notification_with_origin | InvalidSessionIdException: Please start a session

Categories

(Testing :: Firefox UI Tests, defect, P5)

Version 3
defect

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: intermittent-bug-filer, Unassigned)

References

Details

(Keywords: intermittent-failure)

Filed by: ccoroiu [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=288785295&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MuRVaEYLTiWhWTx5hztgxg/runs/0/artifacts/public/logs/live_backing.log


[task 2020-02-13T18:56:21.248Z] 18:56:21 INFO - TEST-START | testing/firefox-ui/tests/puppeteer/test_notifications.py TestNotifications.test_notification_with_origin

task 2020-02-13T18:56:21.912Z] 18:56:21 INFO - [Child 4676, Main Thread] WARNING: Trying to request nsIHttpChannel from DocumentChannel, this is likely broken: file z:/build/build/src/netwerk/ipc/DocumentChannel.cpp, line 64
[task 2020-02-13T18:56:27.106Z] 18:56:27 INFO - 1581620187101 Marionette DEBUG [75] Canceled page load listener because no navigation has been detected
[task 2020-02-13T18:58:07.441Z] 18:58:07 INFO - 1581620287439 Marionette DEBUG 15 <- [1,49,null,{"value":null}]
[task 2020-02-13T19:03:33.171Z] 19:03:33 INFO - TEST-UNEXPECTED-ERROR | testing/firefox-ui/tests/puppeteer/test_notifications.py TestNotifications.test_notification_with_origin | InvalidSessionIdException: Please start a session
[task 2020-02-13T19:03:33.171Z] 19:03:33 INFO - Traceback (most recent call last):
[task 2020-02-13T19:03:33.171Z] 19:03:33 INFO - File "Z:\task_1581619926\build\venv\lib\site-packages\marionette_harness\marionette_test\testcases.py", line 159, in run
[task 2020-02-13T19:03:33.171Z] 19:03:33 INFO - testMethod()
[task 2020-02-13T19:03:33.171Z] 19:03:33 INFO - File "Z:\task_1581619926\build\tests\firefox-ui\tests\testing\firefox-ui\tests\puppeteer\test_notifications.py", line 66, in test_notification_with_origin
[task 2020-02-13T19:03:33.171Z] 19:03:33 INFO - self.trigger_addon_notification('webextension-signed.xpi')
[task 2020-02-13T19:03:33.171Z] 19:03:33 INFO - File "Z:\task_1581619926\build\tests\firefox-ui\tests\testing\firefox-ui\tests\puppeteer\test_notifications.py", line 82, in trigger_addon_notification
[task 2020-02-13T19:03:33.171Z] 19:03:33 INFO - self.marionette.find_element(By.LINK_TEXT, addon).click()
[task 2020-02-13T19:03:33.172Z] 19:03:33 INFO - File "c:\mozilla-build\python\Lib\contextlib.py", line 35, in exit
[task 2020-02-13T19:03:33.172Z] 19:03:33 INFO - self.gen.throw(type, value, traceback)
[task 2020-02-13T19:03:33.172Z] 19:03:33 INFO - File "Z:\task_1581619926\build\venv\lib\site-packages\marionette_driver\marionette.py", line 1332, in using_context
[task 2020-02-13T19:03:33.172Z] 19:03:33 INFO - self.set_context(scope)
[task 2020-02-13T19:03:33.172Z] 19:03:33 INFO - File "Z:\task_1581619926\build\venv\lib\site-packages\marionette_driver\marionette.py", line 1309, in set_context
[task 2020-02-13T19:03:33.172Z] 19:03:33 INFO - {"value": context})
[task 2020-02-13T19:03:33.172Z] 19:03:33 INFO - File "Z:\task_1581619926\build\venv\lib\site-packages\marionette_driver\decorators.py", line 26, in _
[task 2020-02-13T19:03:33.172Z] 19:03:33 INFO - return func(*args, **kwargs)
[task 2020-02-13T19:03:33.173Z] 19:03:33 INFO - File "Z:\task_1581619926\build\venv\lib\site-packages\marionette_driver\marionette.py", line 587, in _send_message
[task 2020-02-13T19:03:33.173Z] 19:03:33 INFO - raise errors.InvalidSessionIdException("Please start a session")
[task 2020-02-13T19:03:33.173Z] 19:03:33 INFO - TEST-INFO took 431925ms
[task 2020-02-13T19:03:33.173Z] 19:03:33 ERROR - test_end for testing/firefox-ui/tests/puppeteer/test_notifications.py TestNotifications.test_notification_with_origin logged while not in progress. Logged with data: {"status": "ERROR", "extra": {"class_name": "test_notifications.TestNotifications", "method_name": "test_notification_with_origin"}, "expected": "PASS", "test": "testing/firefox-ui/tests/puppeteer/test_notifications.py TestNotifications.test_notification_with_origin", "message": "InvalidSessionIdException: Please start a session", "stack": "Traceback (most recent call last):\n File "Z:\task_1581619926\build\venv\lib\site-packages\marionette_harness\marionette_test\testcases.py", line 190, in run\n self.tearDown()\n File "Z:\task_1581619926\build\tests\firefox-ui\tests\testing\firefox-ui\tests\puppeteer\test_notifications.py", line 36, in tearDown\n super(TestNotifications, self).tearDown()\n File "Z:\task_1581619926\build\venv\lib\site-packages\firefox_puppeteer\mixins.py", line 97, in tearDown\n self.marionette.set_context('chrome')\n File "Z:\task_1581619926\build\venv\lib\site-packages\marionette_driver\marionette.py", line 1309, in set_context\n {"value": context})\n File "Z:\task_1581619926\build\venv\lib\site-packages\marionette_driver\decorators.py", line 26, in _\n return func(*args, **kwargs)\n File "Z:\task_1581619926\build\venv\lib\site-packages\marionette_driver\marionette.py", line 587, in _send_message\n raise errors.InvalidSessionIdException("Please start a session")\n"}

The test will be gone tomorrow when the patches on bug 1573383 have been landed.

Depends on: 1573383

The test doesn't exist anymore.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.