-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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/BUG?: test_pct_max_many_rows crashes on travis-27. #23726
Comments
I’ve noticed this too. I’m guessing related to #23688. @jschendel any ideas? |
@jbrockmendel
I can't really see how anything in that test should cast to |
Is this crash 2.7 only, or have we seen it on python 3 builds? |
I've only ever seen it in the travis-27 build. |
Unfortunately I haven't been able to reproduce the segfault locally on my Mac. |
I can reproduce the failure locally (on windows), but I only get a |
Yeah, my suspicion is that this is happening due to high memory usage combined with I'd be somewhat surprised if this was due to a segfault, as different components of the failing test always appear to be passing in other tests. For example, the 1d version in pandas/pandas/tests/test_algos.py Lines 1465 to 1472 in deb7b4d
Additionally, the pandas/pandas/tests/frame/test_rank.py Lines 313 to 318 in deb7b4d
So if there is a segfault, it seems like it has to be something tied to the To test this theory, I've made a commit where I marked these tests with Will open a PR with the changes above soon. |
yeah marking for single is the best |
Following Ian Fleming ("Once is happenstance. Twice is coincidence. Three times is enemy action"), here are the three most recent builds from #23582 -- which only changes tests -- wherein there is a single failure/crash in the
travis-27.yaml
build forpandas/tests/series/test_rank.py::test_pct_max_many_rows
, which looks like this:https://travis-ci.org/pandas-dev/pandas/jobs/455175414
https://travis-ci.org/pandas-dev/pandas/jobs/455259318
https://travis-ci.org/pandas-dev/pandas/jobs/455642129
Interestingly, the azure 2.7 builds pass both for windows and linux. Any ideas?
The text was updated successfully, but these errors were encountered: