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

Update first/last tests to avoid non-determinisim and ordering differences #933

Merged
merged 2 commits into from
Oct 13, 2020

Conversation

revans2
Copy link
Collaborator

@revans2 revans2 commented Oct 13, 2020

This fixes the majority of #812 but it does not fix all of the issues. I'll try to address them in separate PRs as I debug them further.

…ences

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
@revans2 revans2 added this to the Oct 12 - Oct 23 milestone Oct 13, 2020
@revans2 revans2 self-assigned this Oct 13, 2020
@revans2
Copy link
Collaborator Author

revans2 commented Oct 13, 2020

build

@@ -134,6 +146,8 @@ def idfn(val):
'spark.rapids.sql.hasNans': 'false',
'spark.rapids.sql.castStringToFloat.enabled': 'true',
'spark.rapids.sql.castFloatToString.enabled': 'true',
# some of the first/last tests need a single partition to work reliably when run on a large cluster.
'spark.sql.shuffle.partitions': '1'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would it be better to split the first/last test to use different confs so we can test others with multiple partitions?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure simple enough to do.

@revans2
Copy link
Collaborator Author

revans2 commented Oct 13, 2020

build

@revans2 revans2 merged commit cf6a211 into NVIDIA:branch-0.3 Oct 13, 2020
@revans2 revans2 deleted the parallel_tests branch October 13, 2020 15:10
@sameerz sameerz added the test Only impacts tests label Oct 15, 2020
sperlingxx pushed a commit to sperlingxx/spark-rapids that referenced this pull request Nov 20, 2020
…ences (NVIDIA#933)

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
…ences (NVIDIA#933)

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
…ences (NVIDIA#933)

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this pull request Nov 30, 2023
…IDIA#933)

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
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.

3 participants