-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[Data] Increase test_preserve_hash_shuffle_blocks timeout
#59256
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1651,7 +1651,7 @@ py_test( | |
|
|
||
| py_test( | ||
| name = "test_download_expression", | ||
| size = "small", | ||
| size = "medium", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Wrong test modified - intended test_preserve_hash_shuffle_blocksThe PR intends to increase the timeout for |
||
| srcs = ["tests/test_download_expression.py"], | ||
| tags = [ | ||
| "exclusive", | ||
|
|
||
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 pull request title and description state the goal is to increase the timeout for
test_preserve_hash_shuffle_blocks. However, this change modifies thetest_download_expressiontest instead. This seems to be an error. Please revert this change and apply the size increase to thepy_testdefinition fortest_preserve_hash_shuffle_blocksto resolve the flakiness issue.