jakartaee / faces

Jakarta Faces
Other
109 stars 55 forks source link

New selenium based testing in 4.0.2 fails on Eclipse CI #1805

Closed arjantijms closed 1 year ago

arjantijms commented 1 year ago

Seemingly the switch that was introduced has no effect, as on the Eclipse CI the following error is thrown:

[INFO] Running ee.jakarta.tck.faces.test.servlet40.facelets_selenium.Issue5078IT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.077 s <<< FAILURE! - in ee.jakarta.tck.faces.test.servlet40.facelets_selenium.Issue5078IT
[ERROR] ee.jakarta.tck.faces.test.servlet40.facelets_selenium.Issue5078IT.testUIRepeatVisitTreeDuringInvokeApplication  Time elapsed: 1.296 s  <<< ERROR!

org.openqa.selenium.SessionNotCreatedException: 
Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure. 
Host info: host: 'basic-gtf4s', ip: '10.40.63.185'
Caused by: org.openqa.selenium.WebDriverException: 
Driver server process died prematurely.
Build info: version: '4.7.2', revision: '4d4020c3b7'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '5.17.13-200.fc35.x86_64', java.version: '17.0.2'
Driver info: driver.version: ChromeDevtoolsDriver

cc @werpu