-
Notifications
You must be signed in to change notification settings - Fork 20
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
New worker streaming tests #2032
Conversation
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.
Reviewed 4 of 4 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Adir111)
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.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Adir111)
* extracted pipeline to a file * updated test * added minimum requirement test * added test * comment * implement scale general method + added roundTrip related test * removed netDurations * completed scale up tests * removed un-necessary logging * organise file * scale down tests added * fixed scale conflicts tests for new logic, decreased tests time * organise tests .... bump version [skip ci]
* extracted pipeline to a file * updated test * added minimum requirement test * added test * comment * implement scale general method + added roundTrip related test * removed netDurations * completed scale up tests * removed un-necessary logging * organise file * scale down tests added * fixed scale conflicts tests for new logic, decreased tests time * organise tests .... bump version [skip ci]
Modified worker tests after scaling logic has been changed.
Related PR for scaling logic changes: #2009
Related Issue: #2002
This change is