Skip to content
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

listeners ignore 500 error from server and wait till the end of read_timeout #2211

Closed
vdelendik opened this issue Jun 23, 2023 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@vdelendik
Copy link
Contributor

after several debug sessions we can confirm that esg and I suppose mcloud grid return valid error to carina with exact failure message.
but in latest versions (I believe starting from selenium 4) we wait till the end of timeout (600 or 660s) and raise timeout exception.

we have to review again listener logic and don't hide error from the server (500 as minimal)

@vdelendik vdelendik added the bug label Jun 23, 2023
@vdelendik vdelendik added this to the 1.0.3 milestone Jun 23, 2023
@akamarouski akamarouski self-assigned this Jun 23, 2023
@akamarouski
Copy link
Contributor

Fixed during refactoring. Possible cause: netty-codec dependency in the carina-webdriver module. (removed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

2 participants