-
Notifications
You must be signed in to change notification settings - Fork 6.9k
[Data] Make image_embedding_from_jsonl_fixed_size_chaos run on manual frequency
#57273
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
Conversation
Signed-off-by: Balaji Veeramani <bveeramani@berkeley.edu>
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.
Code Review
This pull request aims to change the execution frequency of the image_embedding_from_jsonl_fixed_size_chaos test to manual because it consistently times out. The approach of parameterizing the frequency and setting it per test case in the matrix is correct. However, the implementation has a small issue that will cause test parsing to fail. I've left a comment with details on how to fix it. Once that's addressed, this change should work as intended.
… frequency cherypick #57273 Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
cherypick #57273 The `image_embedding_from_jsonl_fixed_size_chaos` release test runs a large image embedding workload with a preemption every minute. Since this test features long-running tasks and frequent preemptions, it's expected to time out (it's not a regression). So, this PR changes the frequency to manual. Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
…al frequency (ray-project#57273) The `image_embedding_from_jsonl_fixed_size_chaos` release test runs a large image embedding workload with a preemption every minute. Since this test features long-running tasks and frequent preemptions, it's expected to time out (it's not a regression). So, this PR changes the frequency to manual. --------- Signed-off-by: Balaji Veeramani <bveeramani@berkeley.edu>
…al frequency (ray-project#57273) The `image_embedding_from_jsonl_fixed_size_chaos` release test runs a large image embedding workload with a preemption every minute. Since this test features long-running tasks and frequent preemptions, it's expected to time out (it's not a regression). So, this PR changes the frequency to manual. --------- Signed-off-by: Balaji Veeramani <bveeramani@berkeley.edu> Signed-off-by: Josh Kodi <joshkodi@gmail.com>
…al frequency (ray-project#57273) The `image_embedding_from_jsonl_fixed_size_chaos` release test runs a large image embedding workload with a preemption every minute. Since this test features long-running tasks and frequent preemptions, it's expected to time out (it's not a regression). So, this PR changes the frequency to manual. --------- Signed-off-by: Balaji Veeramani <bveeramani@berkeley.edu>
…al frequency (ray-project#57273) The `image_embedding_from_jsonl_fixed_size_chaos` release test runs a large image embedding workload with a preemption every minute. Since this test features long-running tasks and frequent preemptions, it's expected to time out (it's not a regression). So, this PR changes the frequency to manual. --------- Signed-off-by: Balaji Veeramani <bveeramani@berkeley.edu> Signed-off-by: xgui <xgui@anyscale.com>
…al frequency (ray-project#57273) The `image_embedding_from_jsonl_fixed_size_chaos` release test runs a large image embedding workload with a preemption every minute. Since this test features long-running tasks and frequent preemptions, it's expected to time out (it's not a regression). So, this PR changes the frequency to manual. --------- Signed-off-by: Balaji Veeramani <bveeramani@berkeley.edu>
…al frequency (ray-project#57273) The `image_embedding_from_jsonl_fixed_size_chaos` release test runs a large image embedding workload with a preemption every minute. Since this test features long-running tasks and frequent preemptions, it's expected to time out (it's not a regression). So, this PR changes the frequency to manual. --------- Signed-off-by: Balaji Veeramani <bveeramani@berkeley.edu> Signed-off-by: Aydin Abiar <aydin@anyscale.com>
Why are these changes needed?
The
image_embedding_from_jsonl_fixed_size_chaosrelease test runs a large image embedding workload with a preemption every minute. Since this test features long-running tasks and frequent preemptions, it's expected to time out (it's not a regression). So, this PR changes the frequency to manual.Related issue number
Checks
git commit -s) in this PR.method in Tune, I've added it in
doc/source/tune/api/under thecorresponding
.rstfile.