#8964 Nightly test failure in test_webui_general (Selenium Webdriver issue)
Closed: worksforme 2 years ago by frenaud. Opened 2 years ago by fcami.

The test at test_webui.test_translation.TestUnauthorizedPage failed:
logs
testing_master_testing Nightly PR #1113

However, I do not think this is a test failure:

test_webui/ui_driver.py:172: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test_webui/ui_driver.py:271: in get_driver
    driver = webdriver.Firefox(fp, log_path=ff_log_path)
/usr/local/lib/python3.9/site-packages/selenium/webdriver/firefox/webdriver.py:170: in __init__
    RemoteWebDriver.__init__(
/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py:157: in __init__
    self.start_session(capabilities, browser_profile)
/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py:252: in start_session
    response = self.execute(Command.NEW_SESSION, parameters)
/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py:321: in execute
    self.error_handler.check_response(response)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
self = <selenium.webdriver.remote.errorhandler.ErrorHandler object at 0x7fe272d77430>
response = {'status': 500, 'value': '{"value":{"error":"unknown error","message":"invalid argument: can\'t kill an exited process","stacktrace":""}}'}

"invalid argument: can\'t kill an exited process" can happen under multiple conditions in Selenium. If this happens again (but it didn't in the companion PR) this needs to be investigated further.


Setting priority to low as the issue happened only once so far

Metadata Update from @frenaud:
- Issue priority set to: low

2 years ago

Metadata Update from @frenaud:
- Issue tagged with: webui

2 years ago

Issue did not occur any more, closing as worksforme

Metadata Update from @frenaud:
- Issue close_status updated to: worksforme
- Issue status updated to: Closed (was: Open)

2 years ago

Login to comment on this ticket.

Metadata