-
Notifications
You must be signed in to change notification settings - Fork 240
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
Add a random seed specific to datagen cases #9441
Merged
abellina
merged 17 commits into
NVIDIA:branch-23.12
from
abellina:add_test_seed_for_datagen
Nov 15, 2023
Merged
Changes from 3 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
50373a9
Add a random seed specific to datagen cases
abellina cd33b16
Add seed to the test name
abellina f253585
Fix extra global that was pending from a prior pr
abellina 550a90f
Add test marker datagen_overrides, with seed as a supported argument:…
abellina 282af71
Fix typo
abellina 7fc82d6
Remove hard coding seed in collection_ops_test
abellina 6b98079
Upmerge 23.12
abellina 8a684ce
Pass seed to step_gen start otherwise we get errors that _gen_func is…
abellina 178c212
Merge branch 'branch-23.12' of https://github.com/NVIDIA/spark-rapids…
abellina 0a7f4bb
Add datagen_overrides for tests that failed
abellina 5428c8e
add more overrides
abellina a8c3723
Upmerge
abellina 6afb4bf
add override for test_datetime_roundtrip_with_legacy_rebase
abellina 5ef7bb5
Add override for test_cast_string_ts_valid_format
abellina e3354e4
Remove overrides without reason to try and repro in CI
abellina fdf4915
Add another override, this time for ast_test
abellina c7e6322
Add override for test_floor_scale_zero
abellina File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is the global not needed any more?
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.
This is something I owed @gerashegalov from a long time ago #7925 (comment).
Since we don't need to change the variable, it's not needed.