HDFGroup / vol-rest

HDF5 REST VOL Connector
Other
5 stars 8 forks source link

CTest: h5vL_test - Attribute test failed #46

Closed jwsblokland closed 11 months ago

jwsblokland commented 1 year ago

When I build REST VOL API using CMake and run ctest, the test h5vl_test fails. Looking at the verbose output of this test, the following attribute test has failed:

Testing H5Aopen with an invalid AAPL                                *FAILED*

Currently, I am not sure why this attribute tests fails.

mattjala commented 1 year ago

This test passes when I run it locally - could you share information about your OS, HDF5 version and HDF5 build options, HSDS version, and how you built the VOL? Does the test output have an HDF5 REST VOL-DIAG /HDF5-DIAG error stack? Are the environment variables HDF5_API_TEST_PATH_PREFIX=/home/test_user1/, HDF5_VOL_CONNECTOR = REST, and HDF5_PLUGIN_PATH=</path/to/rest_vol/lib> set?