Project

General

Profile

action #100850

Updated by mkittler over 2 years ago

### observation 
 Chromedriver crashes on multiple PRs and looks unrelated to changes in these PRs: 

 ``` 
 [18:23:14] t/full-stack.t .. 1/? Could not obtain new session: unknown error: Chrome failed to start: crashed. 
   (chrome not reachable) 
   (The process started from chrome location /usr/lib64/chromium/chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.) 
   (Driver info: chromedriver=94.0.4606.71 (1d32b169326531e600d836bd395efc1b53d0f6ef-refs/branch-heads/4606@{#1256}),platform=Linux 4.15.0-1110-aws x86_64) at /home/squamata/project/t/lib/OpenQA/SeleniumTest.pm line 98. 
 [18:23:14] t/full-stack.t .. 2/? # Tests were run but no plan was declared and done_testing() was not seen. 
 [18:23:14] t/full-stack.t ..        Dubious, test returned 254 (wstat 65024, 0xfe00) 
 All 2 subtests passed 
 ``` 

 ``` 
 [18:44:10] t/ui/23-audit-log.t ........................ Could not obtain new session: unknown error: Chrome failed to start: crashed. 
   (chrome not reachable) 
   (The process started from chrome location /usr/lib64/chromium/chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.) 
   (Driver info: chromedriver=94.0.4606.71 (1d32b169326531e600d836bd395efc1b53d0f6ef-refs/branch-heads/4606@{#1256}),platform=Linux 4.15.0-1110-aws x86_64) at /home/squamata/project/t/ui/../lib/OpenQA/SeleniumTest.pm line 98. 
 ``` 

 (e.g. https://github.com/os-autoinst/openQA/pull/4288, https://github.com/os-autoinst/openQA/pull/4289, https://github.com/os-autoinst/openQA/pull/4290) https://github.com/os-autoinst/openQA/pull/4288 and https://github.com/os-autoinst/openQA/pull/4289)

Back