-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[CI][Clean][03] Break run_release_test into smaller functions #33951
Conversation
0b2db8d
to
bfa4ae9
Compare
7ad5f65
to
4461f13
Compare
4461f13
to
18ae767
Compare
Clean up client runner
Signed-off-by: Cuong Nguyen <[email protected]>
Clean up client runner
…em yet. Signed-off-by: Cuong Nguyen <[email protected]>
Clean up client runner
Signed-off-by: Cuong Nguyen <[email protected]>
Clean up client runner
* Migrate dataset_shuffle_random_shuffle_1tb to run on anyscale job v2 Signed-off-by: Cuong Nguyen <[email protected]> * Migrate some tests off of deprecated infrastructure: - dataset_shuffle_random_shuffle_1tb to run on anyscale job v2 - tune_scalability_result_throughput_single_node to run on anyscale job v2 Signed-off-by: Cuong Nguyen <[email protected]> * Deprecate test client and job runner. Signed-off-by: Cuong Nguyen <[email protected]> * Clean up AnyscaleJobRunner Signed-off-by: Cuong Nguyen <[email protected]> * Linters Signed-off-by: Cuong Nguyen <[email protected]> * Lint Signed-off-by: Cuong Nguyen <[email protected]> * Fix import Signed-off-by: Cuong Nguyen <[email protected]> * Correct indentation Signed-off-by: Cuong Nguyen <[email protected]> --------- Signed-off-by: Cuong Nguyen <[email protected]> Signed-off-by: Cuong Nguyen <[email protected]>
18ae767
to
58ae175
Compare
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.
the breaking itself looks good. I did not really verify if it is breaking correctly, but I trust you. :)
should we add unit tests to the new-born smaller functions somewhere?
Testing the new-borns are always good ideas ;). I'll investigate their logic more and add more tests as a follow up |
…oject#33951) A purely refactor diff. Break run_release_test in glue.py into smaller functions so they are easier to read, test and change. It helps me to make future change easier too. Signed-off-by: Cuong Nguyen <[email protected]> --------- Signed-off-by: Cuong Nguyen <[email protected]> Signed-off-by: Cuong Nguyen <[email protected]> --------- Signed-off-by: Cuong Nguyen <[email protected]> Signed-off-by: Cuong Nguyen <[email protected]> Signed-off-by: elliottower <[email protected]>
…oject#33951) A purely refactor diff. Break run_release_test in glue.py into smaller functions so they are easier to read, test and change. It helps me to make future change easier too. Signed-off-by: Cuong Nguyen <[email protected]> --------- Signed-off-by: Cuong Nguyen <[email protected]> Signed-off-by: Cuong Nguyen <[email protected]> --------- Signed-off-by: Cuong Nguyen <[email protected]> Signed-off-by: Cuong Nguyen <[email protected]> Signed-off-by: Jack He <[email protected]>
Why are these changes needed?
A purely refactor diff. Break run_release_test in glue.py into smaller functions so they are easier to read, test and change. It helps me to make future change easier too.
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.