-
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
[BUG] TableTest.testChunkedPackTwoPasses is breaking CI #15209
Comments
The bug has been found, it's only in the tests, I'll put up a separate patch to bring back the test with the fix. |
Should you mark #15210 as do-not-merge then? Or maybe just close it. |
I didn’t want to have everyone wait for CI, so I was going to let that merge and post a fix Monday. Sorry that my comment wasn’t clear. |
The PR #15210 couldn't be merged anyway, before Monday. So I think it is no longer needed, you should better close it and post your fix instead. |
I requested an admin-merge for #15210 to unblock CI for all of cudf. We can get a fix in after CI is unblocked. |
This was finally fixed by: #15220. |
We have gotten reports of
TableTest.testChunkedPackTwoPasses
breaking CI and we need to investigate what exactly is going on. @nvdbaranec did work to isolate the issue and has gotten it down to this test by itself breaking, if it's changed slightly to initialize part of the column that is getting chunked packed.Our plan is to disable it for now and work on a permanent fix. The test has been running for a while and it is unclear why it's failing now.
The text was updated successfully, but these errors were encountered: