-
Notifications
You must be signed in to change notification settings - Fork 87
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
test: only run test for specific Numba version #2921
Conversation
Codecov ReportAttention:
Additional details and impacted files
|
Depends upon fixing #2920 |
Well, this error is different. Didn't we see it before? Is it getting a version of pyarrow that has a bug in one of its string functions? ']] != [['', '→δε←', '', ''], ['', 'ζz', 'zζ', '', ''], ['', 'abc', '', '']] 2024-01-10T21:03:55.4542990Z E Full diff: 2024-01-10T21:03:55.4543300Z E [ 2024-01-10T21:03:55.4543730Z E [['', 'αβγ', '', ''], ['', '', '']], 2024-01-10T21:03:55.4544150Z E [], 2024-01-10T21:03:55.4545310Z E - [['', '→δε←', '', ''], ['', 'ζz', 'zζ', '', ''], ['', 'abc', '', '']], 2024-01-10T21:03:55.4545960Z E ? ^^^^ 2024-01-10T21:03:55.4546680Z E + [['', '→δε←', '', ''], ['', 'ζz', 'zζ', '', ''], ['', 'abc', ' ']], 2024-01-10T21:03:55.4547240Z E ? ^ 2024-01-10T21:03:55.4547680Z E ] 2024-01-10T21:03:55.4547850Z 2024-01-10T21:03:55.4547860Z 2024-01-10T21:03:55.4548660Z tests/test_2616_use_pyarrow_for_strings.py:932: AssertionError 2024-01-10T21:03:55.4549100Z 2024-01-10T21:03:55.4549510Z ---------- |
@jpivarski yes, that's a flaky test on MacOS. I reported it to PyArrow IIRC, but it's not exactly easy to find a reproducer! It seems to only happen on one MacOS test sometimes. I'm re-running the test job that failed. |
Fixes #2878