Skip to content
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

Ensure repartition overflow test always overflows #11614

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Oct 16, 2024

Fixes #11609. Rather than assuming adding 15 will cause an overflow, the test was changed to compute the minimum value needed to overflow based on the values generated. Verified this now passes the test with the same DATAGEN_SEED that failed originally.

@jlowe jlowe added the test Only impacts tests label Oct 16, 2024
@jlowe jlowe self-assigned this Oct 16, 2024
@jlowe
Copy link
Member Author

jlowe commented Oct 16, 2024

build

@jlowe jlowe merged commit e3f3f51 into NVIDIA:branch-24.12 Oct 16, 2024
46 checks passed
@jlowe jlowe deleted the fix-repart-test branch October 16, 2024 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Only impacts tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] test_hash_repartition_long_overflow_ansi_exception failed on 341DB
2 participants