-
Notifications
You must be signed in to change notification settings - Fork 13
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
Failing tests with HDF5 API tests for VOLS. #40
Comments
@brtnfld, for the failed serial test, I cannot find the root cause of how the reference count is wrong, can we skip this test when testing async vol for now? |
We should be able to skip the serial test for now. Were you able to reproduce the failures? |
Yes, I can reproduce the error with the parallel test, the error is due to the file object not being created (because of async) when H5VL_object_is_native is called, thus leading to the |
@houjun, any progress on this? Strangely, the serial test fails as it never calls any _async APIs. |
@brtnfld I just created a pull request to disable the "shared datatype for attributes" test for vol-async, so the serial test will all pass. I'll get back to work on the parallel tests with the latest HDF5 this week. |
For the serial tests (test/API in HDF5), only h5_api_test_attribute fails with:
For the parallel tests (testpar/API), only h5_api_test_parallel_async fails with:
The text was updated successfully, but these errors were encountered: