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

TST (string dtype): xfail all currently failing tests with future.infer_string #59329

Merged

Conversation

jorisvandenbossche
Copy link
Member

@jorisvandenbossche jorisvandenbossche commented Jul 26, 2024

On top of #59320 and #59323 (both merged now)

#58459 added a CI build with future.infer_string enabled, but did not yet surface any failures in a red status (still many tests failing).

I was thinking to add xfails to all currently failing tests, then we can actually enable the CI build properly (now the failure is just suppressed), which might be easier for follow-up PRs to actually tackle those failures part by part.

I mostly blindly added @pytest.mark.xfail(using_string_dtype(), reason="TODO(infer_string)") to any test that is currently still failing on the build that enables the future string dtype, i.e. without looking into why it is failing or whether it is an easy fix or not. That can be done in chunks after this PR (essentially after this, we have to go through any of those xfails and fix the code or fix the test to get it passing properly).

xref #54792

@jorisvandenbossche jorisvandenbossche force-pushed the string-dtype-tests-all-xfail branch from 5976535 to 653f73a Compare July 27, 2024 15:39
@jorisvandenbossche jorisvandenbossche marked this pull request as ready for review July 27, 2024 17:30
@jorisvandenbossche jorisvandenbossche added Testing pandas testing functions or related to the test suite Strings String extension data type and string data labels Jul 29, 2024
Copy link
Member

@mroeschke mroeschke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you'll need to uncommit pandas/tests/io/data/excel/test_boolean_types.xlsx

@jorisvandenbossche
Copy link
Member Author

@mroeschke thanks for the review! (and removed the xlsx file)

@mroeschke mroeschke added this to the 3.0 milestone Jul 29, 2024
@mroeschke mroeschke merged commit 9c8c685 into pandas-dev:main Jul 29, 2024
39 of 45 checks passed
@mroeschke
Copy link
Member

Thanks @jorisvandenbossche

@jorisvandenbossche jorisvandenbossche deleted the string-dtype-tests-all-xfail branch July 30, 2024 06:37
@jorisvandenbossche
Copy link
Member Author

This seems to have caused a few failures on main that for some reason didn't show up in this PR ..
Not directly sure how to explain that, but looking into them.

@jorisvandenbossche
Copy link
Member Author

Ah, I suppose it was because of the merging of #59330 before merging this PR (and we should have re-run this PR again after that was merged)

WillAyd pushed a commit to WillAyd/pandas that referenced this pull request Aug 14, 2024
…pandas-dev#59352)

* TST (string dtype): follow-up on pandas-devGH-59329 fixing new xfails

* add missing strict
WillAyd added a commit to WillAyd/pandas that referenced this pull request Aug 15, 2024
…er_string (pandas-dev#59329)

* TST (string dtype): xfail all currently failing tests with future.infer_string

* more xfails

* more xfails

* add missing strict=False

* also run slow and single cpu tests

* fix single_cpu tests

* xfail some slow tests

* stop suppressing non-zero exit code from pytest on string CI build

* remove accidentally added xlsx file

---------

Co-authored-by: Matthew Roeschke <[email protected]>
WillAyd pushed a commit to WillAyd/pandas that referenced this pull request Aug 15, 2024
…pandas-dev#59352)

* TST (string dtype): follow-up on pandas-devGH-59329 fixing new xfails

* add missing strict
WillAyd added a commit to WillAyd/pandas that referenced this pull request Aug 15, 2024
…er_string (pandas-dev#59329)

* TST (string dtype): xfail all currently failing tests with future.infer_string

* more xfails

* more xfails

* add missing strict=False

* also run slow and single cpu tests

* fix single_cpu tests

* xfail some slow tests

* stop suppressing non-zero exit code from pytest on string CI build

* remove accidentally added xlsx file

---------

Co-authored-by: Matthew Roeschke <[email protected]>
WillAyd pushed a commit to WillAyd/pandas that referenced this pull request Aug 15, 2024
…pandas-dev#59352)

* TST (string dtype): follow-up on pandas-devGH-59329 fixing new xfails

* add missing strict
WillAyd added a commit to WillAyd/pandas that referenced this pull request Aug 15, 2024
…er_string (pandas-dev#59329)

* TST (string dtype): xfail all currently failing tests with future.infer_string

* more xfails

* more xfails

* add missing strict=False

* also run slow and single cpu tests

* fix single_cpu tests

* xfail some slow tests

* stop suppressing non-zero exit code from pytest on string CI build

* remove accidentally added xlsx file

---------

Co-authored-by: Matthew Roeschke <[email protected]>
WillAyd pushed a commit to WillAyd/pandas that referenced this pull request Aug 15, 2024
…pandas-dev#59352)

* TST (string dtype): follow-up on pandas-devGH-59329 fixing new xfails

* add missing strict
@jorisvandenbossche jorisvandenbossche modified the milestones: 3.0, 2.3 Aug 20, 2024
WillAyd added a commit to WillAyd/pandas that referenced this pull request Aug 21, 2024
…er_string (pandas-dev#59329)

* TST (string dtype): xfail all currently failing tests with future.infer_string

* more xfails

* more xfails

* add missing strict=False

* also run slow and single cpu tests

* fix single_cpu tests

* xfail some slow tests

* stop suppressing non-zero exit code from pytest on string CI build

* remove accidentally added xlsx file

---------

Co-authored-by: Matthew Roeschke <[email protected]>
WillAyd pushed a commit to WillAyd/pandas that referenced this pull request Aug 21, 2024
…pandas-dev#59352)

* TST (string dtype): follow-up on pandas-devGH-59329 fixing new xfails

* add missing strict
WillAyd added a commit to WillAyd/pandas that referenced this pull request Aug 22, 2024
…er_string (pandas-dev#59329)

* TST (string dtype): xfail all currently failing tests with future.infer_string

* more xfails

* more xfails

* add missing strict=False

* also run slow and single cpu tests

* fix single_cpu tests

* xfail some slow tests

* stop suppressing non-zero exit code from pytest on string CI build

* remove accidentally added xlsx file

---------

Co-authored-by: Matthew Roeschke <[email protected]>
WillAyd pushed a commit to WillAyd/pandas that referenced this pull request Aug 22, 2024
…pandas-dev#59352)

* TST (string dtype): follow-up on pandas-devGH-59329 fixing new xfails

* add missing strict
WillAyd added a commit to WillAyd/pandas that referenced this pull request Aug 22, 2024
…er_string (pandas-dev#59329)

* TST (string dtype): xfail all currently failing tests with future.infer_string

* more xfails

* more xfails

* add missing strict=False

* also run slow and single cpu tests

* fix single_cpu tests

* xfail some slow tests

* stop suppressing non-zero exit code from pytest on string CI build

* remove accidentally added xlsx file

---------

Co-authored-by: Matthew Roeschke <[email protected]>
WillAyd pushed a commit to WillAyd/pandas that referenced this pull request Aug 22, 2024
…pandas-dev#59352)

* TST (string dtype): follow-up on pandas-devGH-59329 fixing new xfails

* add missing strict
WillAyd added a commit to WillAyd/pandas that referenced this pull request Aug 27, 2024
…er_string (pandas-dev#59329)

* TST (string dtype): xfail all currently failing tests with future.infer_string

* more xfails

* more xfails

* add missing strict=False

* also run slow and single cpu tests

* fix single_cpu tests

* xfail some slow tests

* stop suppressing non-zero exit code from pytest on string CI build

* remove accidentally added xlsx file

---------

Co-authored-by: Matthew Roeschke <[email protected]>
WillAyd pushed a commit to WillAyd/pandas that referenced this pull request Aug 27, 2024
…pandas-dev#59352)

* TST (string dtype): follow-up on pandas-devGH-59329 fixing new xfails

* add missing strict
WillAyd added a commit to WillAyd/pandas that referenced this pull request Sep 20, 2024
…er_string (pandas-dev#59329)

* TST (string dtype): xfail all currently failing tests with future.infer_string

* more xfails

* more xfails

* add missing strict=False

* also run slow and single cpu tests

* fix single_cpu tests

* xfail some slow tests

* stop suppressing non-zero exit code from pytest on string CI build

* remove accidentally added xlsx file

---------

Co-authored-by: Matthew Roeschke <[email protected]>
WillAyd pushed a commit to WillAyd/pandas that referenced this pull request Sep 20, 2024
…pandas-dev#59352)

* TST (string dtype): follow-up on pandas-devGH-59329 fixing new xfails

* add missing strict
jorisvandenbossche pushed a commit to WillAyd/pandas that referenced this pull request Oct 2, 2024
…er_string (pandas-dev#59329)

* TST (string dtype): xfail all currently failing tests with future.infer_string

* more xfails

* more xfails

* add missing strict=False

* also run slow and single cpu tests

* fix single_cpu tests

* xfail some slow tests

* stop suppressing non-zero exit code from pytest on string CI build

* remove accidentally added xlsx file

---------

Co-authored-by: Matthew Roeschke <[email protected]>
jorisvandenbossche added a commit to WillAyd/pandas that referenced this pull request Oct 2, 2024
…pandas-dev#59352)

* TST (string dtype): follow-up on pandas-devGH-59329 fixing new xfails

* add missing strict
jorisvandenbossche pushed a commit to WillAyd/pandas that referenced this pull request Oct 2, 2024
…er_string (pandas-dev#59329)

* TST (string dtype): xfail all currently failing tests with future.infer_string

* more xfails

* more xfails

* add missing strict=False

* also run slow and single cpu tests

* fix single_cpu tests

* xfail some slow tests

* stop suppressing non-zero exit code from pytest on string CI build

* remove accidentally added xlsx file

---------

Co-authored-by: Matthew Roeschke <[email protected]>
jorisvandenbossche added a commit to WillAyd/pandas that referenced this pull request Oct 2, 2024
…pandas-dev#59352)

* TST (string dtype): follow-up on pandas-devGH-59329 fixing new xfails

* add missing strict
jorisvandenbossche pushed a commit to WillAyd/pandas that referenced this pull request Oct 3, 2024
…er_string (pandas-dev#59329)

* TST (string dtype): xfail all currently failing tests with future.infer_string

* more xfails

* more xfails

* add missing strict=False

* also run slow and single cpu tests

* fix single_cpu tests

* xfail some slow tests

* stop suppressing non-zero exit code from pytest on string CI build

* remove accidentally added xlsx file

---------

Co-authored-by: Matthew Roeschke <[email protected]>
jorisvandenbossche added a commit to WillAyd/pandas that referenced this pull request Oct 3, 2024
…pandas-dev#59352)

* TST (string dtype): follow-up on pandas-devGH-59329 fixing new xfails

* add missing strict
jorisvandenbossche pushed a commit to WillAyd/pandas that referenced this pull request Oct 7, 2024
…er_string (pandas-dev#59329)

* TST (string dtype): xfail all currently failing tests with future.infer_string

* more xfails

* more xfails

* add missing strict=False

* also run slow and single cpu tests

* fix single_cpu tests

* xfail some slow tests

* stop suppressing non-zero exit code from pytest on string CI build

* remove accidentally added xlsx file

---------

Co-authored-by: Matthew Roeschke <[email protected]>
jorisvandenbossche added a commit to WillAyd/pandas that referenced this pull request Oct 7, 2024
…pandas-dev#59352)

* TST (string dtype): follow-up on pandas-devGH-59329 fixing new xfails

* add missing strict
jorisvandenbossche pushed a commit that referenced this pull request Oct 9, 2024
…er_string (#59329)

* TST (string dtype): xfail all currently failing tests with future.infer_string

* more xfails

* more xfails

* add missing strict=False

* also run slow and single cpu tests

* fix single_cpu tests

* xfail some slow tests

* stop suppressing non-zero exit code from pytest on string CI build

* remove accidentally added xlsx file

---------

Co-authored-by: Matthew Roeschke <[email protected]>
jorisvandenbossche added a commit that referenced this pull request Oct 9, 2024
* TST (string dtype): follow-up on GH-59329 fixing new xfails

* add missing strict
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backported Strings String extension data type and string data Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants