Closed Bug 1810987 Opened 2 years ago Closed 2 years ago

Intermittent /webdriver/tests/new_window/new_tab.py | test_sets_no_window_name - AssertionError: assert None == ''

Categories

(Remote Protocol :: Marionette, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: intermittent-bug-filer, Unassigned)

References

Details

(Keywords: assertion, intermittent-failure)

Filed by: nerli [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=402756923&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Z0XDEUufTWKTN_0yeO4CyA/runs/0/artifacts/public/logs/live_backing.log


[task 2023-01-18T12:03:20.593Z] 12:03:20     INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/new_window/new_tab.py | test_sets_no_window_name - AssertionError: assert None == ''
[task 2023-01-18T12:03:20.594Z] 12:03:20     INFO - session = <Session eba0b80e-c4e4-4fe6-a8b9-d04904ede3d7>
[task 2023-01-18T12:03:20.594Z] 12:03:20     INFO - 
[task 2023-01-18T12:03:20.594Z] 12:03:20     INFO -     def test_sets_no_window_name(session):
[task 2023-01-18T12:03:20.594Z] 12:03:20     INFO -         response = new_window(session, type_hint="tab")
[task 2023-01-18T12:03:20.594Z] 12:03:20     INFO -         value = assert_success(response)
[task 2023-01-18T12:03:20.594Z] 12:03:20     INFO -         assert value["type"] == "tab"
[task 2023-01-18T12:03:20.594Z] 12:03:20     INFO -     
[task 2023-01-18T12:03:20.594Z] 12:03:20     INFO -         session.window_handle = value["handle"]
[task 2023-01-18T12:03:20.594Z] 12:03:20     INFO - >       assert window_name(session) == ""
[task 2023-01-18T12:03:20.594Z] 12:03:20     INFO - E       AssertionError: assert None == ''
[task 2023-01-18T12:03:20.594Z] 12:03:20     INFO - E         +None
[task 2023-01-18T12:03:20.594Z] 12:03:20     INFO - E         -''
[task 2023-01-18T12:03:20.594Z] 12:03:20     INFO - 
[task 2023-01-18T12:03:20.594Z] 12:03:20     INFO - response   = <[ValueError('Sign not allowed in string format specifier',) raised in repr()] Response object at 0x7f6e8c256940>
[task 2023-01-18T12:03:20.594Z] 12:03:20     INFO - session    = <Session eba0b80e-c4e4-4fe6-a8b9-d04904ede3d7>
[task 2023-01-18T12:03:20.594Z] 12:03:20     INFO - value      = {'handle': '71a252d3-0963-48e9-b6c5-96b2a6cab8c7', 'type': 'tab'}
[task 2023-01-18T12:03:20.594Z] 12:03:20     INFO - 

Looks similar to the already fixed bug 1673851 from 2 years ago. But note that this is Android. Lets observe the failures for now.

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INCOMPLETE
Moving bug to Remote Protocol::Marionette component per bug 1815831.
Component: geckodriver → Marionette
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.