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

Exclude CudaFatalTest when selecting all Java tests #11083

Merged
merged 1 commit into from
Jun 16, 2022

Conversation

jlowe
Copy link
Contributor

@jlowe jlowe commented Jun 8, 2022

#10884 added a test that generates a CUDA fatal error, requiring a separate JVM process to avoid the error leaking into subsequent tests. There are some CI scripts that are selecting all tests and then deselecting some, and this new test needs to be also excluded to avoid running it in the same JVM as other tests.

@jlowe jlowe added bug Something isn't working Java Affects Java cuDF API. 4 - Needs cuDF (Java) Reviewer non-breaking Non-breaking change labels Jun 8, 2022
@jlowe jlowe requested a review from a team as a code owner June 8, 2022 16:25
@jlowe jlowe self-assigned this Jun 8, 2022
@jlowe
Copy link
Contributor Author

jlowe commented Jun 13, 2022

rerun tests

@hyperbolic2346
Copy link
Contributor

rerun tests

3 similar comments
@jlowe
Copy link
Contributor Author

jlowe commented Jun 15, 2022

rerun tests

@jlowe
Copy link
Contributor Author

jlowe commented Jun 15, 2022

rerun tests

@hyperbolic2346
Copy link
Contributor

rerun tests

@codecov
Copy link

codecov bot commented Jun 15, 2022

Codecov Report

❗ No coverage uploaded for pull request base (branch-22.08@a00cca6). Click here to learn what that means.
The diff coverage is n/a.

@@               Coverage Diff               @@
##             branch-22.08   #11083   +/-   ##
===============================================
  Coverage                ?   86.34%           
===============================================
  Files                   ?      144           
  Lines                   ?    22738           
  Branches                ?        0           
===============================================
  Hits                    ?    19632           
  Misses                  ?     3106           
  Partials                ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a00cca6...8071fed. Read the comment docs.

@hyperbolic2346
Copy link
Contributor

@gpucibot merge

@rapids-bot rapids-bot bot merged commit f5faa99 into rapidsai:branch-22.08 Jun 16, 2022
@vyasr vyasr added 4 - Needs Review Waiting for reviewer to review or respond and removed 4 - Needs cuDF (Java) Reviewer labels Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 - Needs Review Waiting for reviewer to review or respond bug Something isn't working Java Affects Java cuDF API. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants