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

Cudf build fix [skip ci] #7542

Closed
wants to merge 21 commits into from
Closed

Conversation

razajafri
Copy link
Contributor

This fixes the broken build as a result of an incomplete check-in.

@razajafri razajafri requested a review from a team as a code owner March 9, 2021 21:12
@github-actions github-actions bot added the Java Affects Java cuDF API. label Mar 9, 2021
@razajafri razajafri added 3 - Ready for Review Ready for review by team bug Something isn't working non-breaking Non-breaking change labels Mar 9, 2021
@nartal1
Copy link
Member

nartal1 commented Mar 9, 2021

LGTM.

@razajafri razajafri changed the title Cudf build fix Cudf build fix [skip ci] Mar 9, 2021
@razajafri
Copy link
Contributor Author

build

@razajafri
Copy link
Contributor Author

rerun tests

@@ -4005,7 +4005,7 @@ void testReplaceLeafNodeInList() {

@Test
void testReplaceLeafNodeInListWithIllegal() {
assertThrows(IllegalArgumentException.class, () -> {
assertThrows(AssertionError.class, () -> {
Copy link
Contributor

Choose a reason for hiding this comment

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

can we also assert on the content of the expected exception message similar to https://stackoverflow.com/questions/40268446/junit-5-how-to-assert-an-exception-is-thrown.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have updated. Can you see the change?

Copy link
Contributor

Choose a reason for hiding this comment

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

you may not have pushed yet @razajafri

@razajafri
Copy link
Contributor Author

closed in favor of #7542

@razajafri razajafri closed this Mar 9, 2021
rapids-bot bot pushed a commit that referenced this pull request Mar 9, 2021
This is a replacement of #7542 which was held up because the changes weren't being reflected on it.

Authors:
  - Raza Jafri (@razajafri)

Approvers:
  - Gera Shegalov (@gerashegalov)
  - Niranjan Artal (@nartal1)

URL: #7544
hyperbolic2346 pushed a commit to hyperbolic2346/cudf that referenced this pull request Mar 25, 2021
This is a replacement of rapidsai#7542 which was held up because the changes weren't being reflected on it.

Authors:
  - Raza Jafri (@razajafri)

Approvers:
  - Gera Shegalov (@gerashegalov)
  - Niranjan Artal (@nartal1)

URL: rapidsai#7544
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team 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.

3 participants