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

CI: value_counts tests failing sometimes #32220

Closed
dsaxton opened this issue Feb 24, 2020 · 4 comments · Fixed by #32281
Closed

CI: value_counts tests failing sometimes #32220

dsaxton opened this issue Feb 24, 2020 · 4 comments · Fixed by #32281
Assignees
Labels
CI Continuous Integration Unreliable Test Unit tests that occasionally fail

Comments

@dsaxton
Copy link
Member

dsaxton commented Feb 24, 2020

It seems like we're getting some failures from test_value_counts_unique_nunique in pandas/tests/base/test_ops.py (weird thing is that it only fails some of the time; maybe because of randomized test data?). Looks like these tests were updated in #32046; @SaturnFromTitan any ideas what might be happening there?

Sample failed pipeline: https://github.com/pandas-dev/pandas/runs/464853016

@SaturnFromTitan
Copy link
Contributor

SaturnFromTitan commented Feb 24, 2020

Hm, that's weird. Looking at the error log above the test failed for the fixture value float16-series defined here.

If I recall correctly that fixture value wasn't used/tested in this test before. So possibly we can just remove it from the fixture again. I have no idea about why it's flaky/broken though...

@WillAyd
Copy link
Member

WillAyd commented Feb 24, 2020

We generally don’t support float16 so if it is causing test failures can probably remove

@jbrockmendel jbrockmendel added CI Continuous Integration Unreliable Test Unit tests that occasionally fail labels Feb 25, 2020
@SaturnFromTitan
Copy link
Contributor

xref: #32205

@SaturnFromTitan
Copy link
Contributor

take

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Unreliable Test Unit tests that occasionally fail
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants