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

JavaScriptBuilderTemplate_ValidateSetCookieBlockCall test times out intermittently #155

Open
justadreamer opened this issue Dec 9, 2024 · 0 comments
Assignees
Labels
type: bug Something isn't working

Comments

@justadreamer
Copy link
Contributor

Background

This happens locally:
image

And on CI: https://github.com/51Degrees/pipeline-dotnet/actions/runs/12233461676/job/34120639091#step:5:226

Potential causes

The timeout is 10 minutes, which seems too much - so perhaps there is either a connection loss between Webdriver and Chrome or perhaps something else preventing the request to fulfill and it just has a timeout longer than 10 minutes. Perhaps there is some incorrect local port reuse that collides with something...

Potential remedy

See if we can set a request timeout lower so that Chrome/Webdriver fails quicker. Then we can implement a retry on such tests - immediately. By retry it may make sense to relaunch the whole stack (restart Webdriver and Chrome).

@justadreamer justadreamer added the type: bug Something isn't working label Dec 9, 2024
@justadreamer justadreamer self-assigned this Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant