-
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
[BUG] CUDF 22.02 nightly test failure #4127
Comments
Add additional checks for int8, int16 fixes [#/rapidsai/cudf/4127](NVIDIA/spark-rapids#4127) Authors: - Raza Jafri (https://github.com/razajafri) Approvers: - Robert (Bobby) Evans (https://github.com/revans2) - Nghia Truong (https://github.com/ttnghia) URL: #9707
seeing new errors of build tests based latest commit 4d13d81 cudf_nightly-dev-github build ID 527, some of errors
|
failed in branch-21.12 w/ above errors too, could be related to the dec128 change cudf_nightly-pre_release-github build ID 99 |
both 21.12 and 22.02 builds passed after rapidsai/cudf#9485 merged |
Describe the bug
the nightly 22.02 cudf build failed with following test:
15:14:19 [ERROR] Tests run: 285, Failures: 1, Errors: 0, Skipped: 3, Time elapsed: 10.668 s <<< FAILURE! - in ai.rapids.cudf.ColumnVectorTest
15:14:19 [ERROR] testIsIntegerWithBounds Time elapsed: 0.002 s <<< FAILURE!
15:14:19 java.lang.AssertionError
15:14:19 at ai.rapids.cudf.ColumnView.isInteger(ColumnView.java:406)
15:14:19 at ai.rapids.cudf.ColumnVectorTest.testIsIntegerWithBounds(ColumnVectorTest.java:4760)
The text was updated successfully, but these errors were encountered: