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

Retry session #193

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

jessedijkstra
Copy link

We've found with CircleCI that we randomly received timeouts when using standalone selenium Chrome instance.

From time to time these timeouts occur more often and seem to randomly disappear again. My suspicion is that the networking of CircleCI (I believe they use AWS) cannot be relied upon to disable the timeouts in the tests.

Is there a particular reason why the start of the session is not retried?

@@ -25,8 +25,7 @@ defmodule Hound.Session do
desiredCapabilities: capabilities
}

# No retries for this request
make_req(:post, "session", params)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@HashNuke Do you remember why we did not have any retries for this request?

@danhper
Copy link
Collaborator

danhper commented Jan 7, 2018

Thank you, and sorry for the delay.
I am not sure why we did not retry in the first place, so let's see if @HashNuke can help us out here.

@thelightcosine
Copy link
Contributor

I would very much like this fixed as well if there's not a reason for the retries being stripped out. it also affects my use case

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

Successfully merging this pull request may close these issues.

3 participants