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

Propagate failures in pandas integration tests #17489

Conversation

wence-
Copy link
Contributor

@wence- wence- commented Dec 3, 2024

Description

Due to not remembering exitcodes for the individual integration test failures, we would only report a failure in CI if the last integration test failed.

Fix that, and fix one incorrect use of rng.random.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@wence- wence- requested review from a team as code owners December 3, 2024 13:19
@github-actions github-actions bot added Python Affects Python cuDF API. cudf.pandas Issues specific to cudf.pandas labels Dec 3, 2024
@wence- wence- added bug Something isn't working ci non-breaking Non-breaking change labels Dec 3, 2024
@Matt711 Matt711 marked this pull request as draft December 3, 2024 21:55
Copy link

copy-pr-bot bot commented Dec 3, 2024

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@Matt711 Matt711 changed the base branch from branch-25.02 to branch-24.12 December 3, 2024 21:56
@Matt711 Matt711 closed this Dec 3, 2024
@Matt711 Matt711 force-pushed the wence/fix/pandas-integration-propagate-failure branch from 96bc1d1 to f54c1a5 Compare December 3, 2024 22:01
@wence- wence- deleted the wence/fix/pandas-integration-propagate-failure branch December 4, 2024 12:23
rapids-bot bot pushed a commit that referenced this pull request Dec 13, 2024
…#17521)

This PR ensures that the integration tests fail in any one of the test modules fails. It also skips of xfails any tests that are not currently passing. Finally, it fixes one incorrect use of `rng.random`.

Some of the change were originally made in  #17489

Authors:
  - Matthew Murray (https://github.com/Matt711)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #17521
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci cudf.pandas Issues specific to cudf.pandas non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants