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

feat: unordered concurrency for test scripts #1500

Open
marcus-pousette opened this issue Apr 9, 2024 · 1 comment
Open

feat: unordered concurrency for test scripts #1500

marcus-pousette opened this issue Apr 9, 2024 · 1 comment
Labels
help wanted Seeking public contribution on this issue kind/enhancement A net-new feature or improvement to an existing feature

Comments

@marcus-pousette
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Test can run faster if we allow concurrency where we don't test in dependency order

Describe the solution you'd like
The current concurrency control for run make sure that we run in the right order. However for some scripts, like testing this should not be needed. I propose another option, like ordered: false to run the script in all projects without thinking about order and dependency

Describe alternatives you've considered

Additional context

@wemeetagain
Copy link
Member

sounds good to me! I have no bandwidth to implement this but would be willing to review if anyone else does it.

@achingbrain achingbrain added kind/enhancement A net-new feature or improvement to an existing feature help wanted Seeking public contribution on this issue labels Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Seeking public contribution on this issue kind/enhancement A net-new feature or improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

3 participants