You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The current pandas test suite which is only run against latest version of cudf and pandas fails with a pass/fail rate. We want to enable pass/fail on this job by xfailing all current failures.
The text was updated successfully, but these errors were encountered:
Achieves 90% of #18569
This PR programatically `xfails` all known errors that show up in pandas test suite.
branch-25.06:
```
= 13298 failed, 199023 passed, 6633 skipped, 1655 xfailed, 82 xpassed, 17813 warnings, 96 errors in 4804.61s (1:20:04) =
```
This PR:
```
= 1629 failed, 198893 passed, 6633 skipped, 13400 xfailed, 84 xpassed, 17771 warnings, 4 errors in 2240.08s (0:37:20) =
```
I plan on doing follow-up PRs for the rest 1.6k failures which seem to be inconsistent results that `cudf` returns. Once we hit that mark, we should be able to fully enable pass/fail status on the job.
Authors:
- GALI PREM SAGAR (https://github.com/galipremsagar)
Approvers:
- https://github.com/brandon-b-miller
URL: #18612
Describe the bug
The current pandas test suite which is only run against latest version of cudf and pandas fails with a pass/fail rate. We want to enable pass/fail on this job by xfailing all current failures.
The text was updated successfully, but these errors were encountered: