-
Notifications
You must be signed in to change notification settings - Fork 915
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
Cudf build fix [skip ci] #7542
Conversation
Co-authored-by: MithunR <[email protected]>
Co-authored-by: MithunR <[email protected]>
Co-authored-by: MithunR <[email protected]>
LGTM. |
build |
rerun tests |
@@ -4005,7 +4005,7 @@ void testReplaceLeafNodeInList() { | |||
|
|||
@Test | |||
void testReplaceLeafNodeInListWithIllegal() { | |||
assertThrows(IllegalArgumentException.class, () -> { | |||
assertThrows(AssertionError.class, () -> { |
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.
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.
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.
I have updated. Can you see the change?
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.
you may not have pushed yet @razajafri
closed in favor of #7542 |
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
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
This fixes the broken build as a result of an incomplete check-in.