-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
[ArrayManager] TST: enable IO tests #40298
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
[ArrayManager] TST: enable IO tests #40298
Conversation
Some failing SQL tests use |
looks like array manager tests are reporting failures? |
Yes, there are still a few errors I need to skip (parquet test outside of test_parquet.py). But the strange thing is that the github action kept running, although the output shows it finished (6 failed, 7616 passed, 2180 skipped, 280 deselected, 23 xfailed, 3 xpassed in 192.71s (0:03:12)). But after the IO tests, it never continued with the next tests .. |
Now it's passing |
Going to merge, since this is just adding some skips for ArrayManager |
xref #39146
This basically just adds IO testing to the set of tests we run for ArrayManager. I already added skips for JSON in the past (and now also for PyTables IO and pickle), so those are still skipped now as well.