-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Failing main branch — test_save_mfdataset_compute_false_roundtrip #4539
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
Comments
I've tried to replicate the error, but I couldn't. |
this is starting to pop up more frequently in PRs so it would be good to fix this. However, without a good way to reproduce this I guess it is really hard to debug (I tried for ((i=0; i < 10; ++i)); do
if ! python -m pytest -n 2 xarray/tests/test_backends.py; then
break
fi
done but couldn't reproduce – maybe increasing the number of attempts or using a faster machine might work?) |
Tests have been really flaky the past few days. I searched for the test that had just failed and — lo and behold! — an issue of mine from three years ago on a very similar test! 😁 (Edit: though not the same test — I'm not claiming it's been failing for years!) If we can't easily fix it, would it be better to add an Unless others have a different experience? |
Since it occasionally passes, x fail will not work. Maybe we have to skip it. Edit: this seems to be wrong, sry |
Skipping is fine — though are xpass-es treated as failures? That's possible with pytest, but I don't see it in the configs... |
Only |
... and we already have a bunch of xpasses that probably need to be investigated |
actually, it is probably best to skip that test since it occasionally segfaults |
It seems that
Also fails occasionally |
We had the main branch passing for a while, but unfortunately another test failure. Now in our new
Linux py38-backend-api-v2
test case, intest_save_mfdataset_compute_false_roundtrip
link
@aurghs & @alexamici — are you familiar with this? Thanks in advance
The text was updated successfully, but these errors were encountered: