-
Notifications
You must be signed in to change notification settings - Fork 201
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(cli): -p/ --parallel
option defines tests amount to be run on parallel
#6381
Conversation
Thanks for opening this pull request! 🎉
|
Console preview environment is available at https://wing-console-pr-6381.fly.dev 🚀 Last Updated (UTC) 2024-05-15 07:33 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the PR title and description according to the guidelines and fix capitalization.
-b/ --batch
option to define how many tests will run on parallel-b/ --batch
option defines tests amount to be run on parallel
-b/ --batch
option defines tests amount to be run on parallel-p/ --parallel
option defines tests amount to be run on parallel
Co-authored-by: Mark McCulloh <[email protected]>
Co-authored-by: Mark McCulloh <[email protected]>
Co-authored-by: Mark McCulloh <[email protected]>
Signed-off-by: monada-bot[bot] <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
Co-authored-by: Mark McCulloh <[email protected]>
This reverts commit 57015e4.
BenchmarksComparison to Baseline 🟥⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜
⬜ Within 1.5 standard deviations Benchmarks may vary outside of normal expectations, especially when running in GitHub Actions CI. Results
Last Updated (UTC) 2024-05-15 07:38 |
Thanks for contributing, @tsuf239! This PR will now be added to the merge queue, or immediately merged if |
Congrats! 🚀 This was released in Wing 0.73.45. |
Adding -b/ --batch option defines tests amount to be run on parallel,
as well as renaming the sdk spec tests file
potentially fixes #6363
Checklist
pr/e2e-full
label if this feature requires end-to-end testingBy submitting this pull request, I confirm that my contribution is made under the terms of the Wing Cloud Contribution License.