Open brtnfld opened 6 months ago
@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? I'm looking into the parallel test issue.
We should be able to skip the serial test for now. Were you able to reproduce the failures? Thanks for looking into this.
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 NULL obj pointer
error. I will work on a fix.
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: