Skip to content

TST: flaky test on 3.7 #21636

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

Closed
jreback opened this issue Jun 26, 2018 · 5 comments
Closed

TST: flaky test on 3.7 #21636

jreback opened this issue Jun 26, 2018 · 5 comments
Labels
Compat pandas objects compatability with Numpy or Python functions Testing pandas testing functions or related to the test suite Unreliable Test Unit tests that occasionally fail

Comments

@jreback
Copy link
Contributor

jreback commented Jun 26, 2018

This is occasionally failing the CI.

running this multiple times will cause it to fail:
pytest pandas//tests/groupby/test_categorical.py --pdb -v -k apply -s

not sure where the error is yet. xfailing for now.

@jreback jreback added Testing pandas testing functions or related to the test suite Compat pandas objects compatability with Numpy or Python functions labels Jun 26, 2018
@jreback jreback added this to the 0.23.3 milestone Jun 26, 2018
jreback added a commit to jreback/pandas that referenced this issue Jun 26, 2018
@TomAugspurger
Copy link
Contributor

👍 I'll look into it today.

@TomAugspurger
Copy link
Contributor

Some brief notes:

It's seemingly related to some process-level state. With pytest-repeat, I run pytest pandas/tests/groupby/test_categorical.py::test_apply --pdb -v --count=10. I either get all failures, or all passes; never a mix.

@jreback
Copy link
Contributor Author

jreback commented Jun 26, 2018

yeah something is weird. not really sure.

jorisvandenbossche pushed a commit to jorisvandenbossche/pandas that referenced this issue Jul 2, 2018
jorisvandenbossche pushed a commit that referenced this issue Jul 5, 2018
@jreback jreback modified the milestones: 0.23.4, 0.24.0, 0.23.5 Aug 2, 2018
Sup3rGeo pushed a commit to Sup3rGeo/pandas that referenced this issue Oct 1, 2018
@jreback jreback modified the milestones: 0.23.5, 0.24.0 Oct 23, 2018
@jreback jreback modified the milestones: 0.24.0, 0.25.0 Nov 6, 2018
@jreback jreback closed this as completed Apr 20, 2019
@jbrockmendel
Copy link
Member

I can't reproduce this failure on either OSX or Linux. Re-opening.

@jbrockmendel jbrockmendel reopened this Jun 28, 2019
@jorisvandenbossche jorisvandenbossche modified the milestones: 0.25.0, 0.25.1 Jul 1, 2019
@TomAugspurger TomAugspurger removed this from the 0.25.1 milestone Aug 20, 2019
@jbrockmendel jbrockmendel added the Unreliable Test Unit tests that occasionally fail label Dec 21, 2019
@mroeschke
Copy link
Member

Dont think the CI has been failing with this lately. We can reopen if it continues to be a problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions Testing pandas testing functions or related to the test suite Unreliable Test Unit tests that occasionally fail
Projects
None yet
Development

No branches or pull requests

5 participants