-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐛 Regression]: Arquillian Drone tests fail with 4.28.0,4.28.1 #15150
Comments
@lprimak, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable
After troubleshooting the issue, please add the Thank you! |
4.27.0 works well? @VietND96 @joerg1985 do you know any changes done to the Grid that could cause this? |
Yes. 4.27.0 works well |
No, but i have seen this strange error before 4.28.x on slack. E.g. https://seleniumhq.slack.com/archives/C0ABCS03F/p1733385651838249?thread_ts=1733385651.838249&cid=C0ABCS03F Have to take a closer look at the CI output the next days. |
Thank you Joerg! |
I had a look at the raw logs from here When searching for the session id
So it looks like the session is used after the session has been deleted by the This is the summary of failures:
I had a look at the related log lines and the log lines show a slightly different pattern than the expected.
@lprimak i think you should update the expected pattern |
Wow Joerg, now that's what I call "above and beyond". |
Ok, I was able to modify the test that starts Selenium Server in "Node" mode and fix that, However, both "Hub" and "Standalone" modes don't work because it doesn't look like stdout nor stderr capture any logs from the server started in that mode. Has the logging framework changed? It looks like the logs became multi-line instead of single-line. I am trying to figure out what would cause such a drastic change in behavior to know where to start debugging. Once again, thanks for all your help! |
The check added in 16b0074 does not work as expected, as the default JDK properties file does contain this property, so we always skip the logging settings. In general checking for @diemol what do you think about this? |
… 4.28.1 (#538) * chore(deps): Bump org.seleniumhq.selenium:selenium-bom Bumps [org.seleniumhq.selenium:selenium-bom](https://github.com/SeleniumHQ/selenium) from 4.27.0 to 4.28.1. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: work around Selenium bug SeleniumHQ/selenium#15150 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lprimak <[email protected]>
What happened?
Starting with 4.28.0, Arquillian Drone test suite started failing in Selenium Server tests due to logging changes.
Regressed by #14754
PR:
arquillian/arquillian-extension-drone#538
CI run:
https://app.circleci.com/pipelines/github/arquillian/arquillian-extension-drone/635/workflows/55677ea2-05a8-4a86-b57a-22a15fd7accb/jobs/2365
I don't really see anything in the Release Notes that would cause this.
Looking for help here to figure what happened and fix this.
How can we reproduce the issue?
Run Arquillian Drone build / test or see the logs above.
Operating System
Any
Selenium version
4.28.0 and ad later
What are the browser(s) and version(s) where you see this issue?
Any
What are the browser driver(s) and version(s) where you see this issue?
Any
Are you using Selenium Grid?
Yes
The text was updated successfully, but these errors were encountered: