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

Define how many tests can be run in parallel #210

Closed
q-jack opened this issue Apr 24, 2018 · 3 comments
Closed

Define how many tests can be run in parallel #210

q-jack opened this issue Apr 24, 2018 · 3 comments
Milestone

Comments

@q-jack
Copy link

q-jack commented Apr 24, 2018

Is it possible to define how many test can be executed in parallel?

@q-jack
Copy link
Author

q-jack commented May 9, 2018

Any suggestions?

@OndraM
Copy link
Member

OndraM commented May 9, 2018

Hi, this is currently not possible via Steward.

Current theory of operation is that Steward starts all tests (except those having delay and depending on other test), and they are queued on Selenium side, and executed according to capacity and free nodes of Selenium server.

However, we also find this limiting, as we are migrating to Docker-based hub with many nodes, so the Selenium capacity is close to unlimited, meaning many parallel tests produces excessive load on the application itself. So my guess is we will implement some kind of rate limiting into Steward. However no current ETA for this right now, sorry. But let me keep this issue open to track the progress.

@OndraM OndraM added this to the 3.0 milestone May 9, 2018
@OndraM OndraM changed the title Define how many tests in parallel Define how many tests can be run in parallel May 9, 2018
@OndraM
Copy link
Member

OndraM commented May 9, 2018

Also related to #153 .

OndraM added a commit to OndraM/steward that referenced this issue Jul 17, 2018
OndraM added a commit to OndraM/steward that referenced this issue Oct 23, 2018
OndraM added a commit to OndraM/steward that referenced this issue Oct 24, 2018
OndraM added a commit to OndraM/steward that referenced this issue Oct 24, 2018
OndraM added a commit to OndraM/steward that referenced this issue Oct 25, 2018
@OndraM OndraM closed this as completed in 190e1c0 Nov 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants