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

Split test runs among deployments #707

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

Conversation

easafe
Copy link
Contributor

@easafe easafe commented Jul 1, 2024

If more than one account is passed for a deployment with force import divide test runs between deployments.

go.mod Show resolved Hide resolved
Add support for several --account flags. The accounts passed must already have been logged in. `force import` uses a mutex to synchonize concurrent deployments.
If more than one account is passed for a deployment with `force import` divide test runs between deployments.
@easafe easafe marked this pull request as ready for review November 21, 2024 16:03
options[i] = baseOptions
}
} else {
options = splitTests(baseOptions, files, len(forces))
Copy link
Member

Choose a reason for hiding this comment

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

This should be enabled by --splittests

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.

2 participants