Skip to content
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

h5dump fails to dump h5daos_test_map.h5. #62

Open
hyoklee opened this issue Mar 31, 2023 · 0 comments
Open

h5dump fails to dump h5daos_test_map.h5. #62

hyoklee opened this issue Mar 31, 2023 · 0 comments

Comments

@hyoklee
Copy link
Member

hyoklee commented Mar 31, 2023

h5dump fails on Sunspot.

hyoklee@uan-0002:~/vol-daos/build/bin> ./h5daos_test_map
container ERR  src/container/cli.c:371 cont_destroy_complete() failed to destroy \
container: DER_NONEXIST(-1005): 'The specified entity does not exist'
Testing integer as the datatype of keys and values
    Testing creation of map object                                        PASSED

...

All DAOS Map tests passed

...

hyoklee@uan-0002:~/vol-daos/build/bin> h5dump h5daos_test_map.h5
HDF5 "h5daos_test_map.h5" {
GROUP "/" {
   DATATYPE "key_datatype" H5T_ENUM {
      H5T_STD_I32LE;
      "ONE"              0;
      "TWO"              1;
      "THREE"            2;
      "FOUR"             3;
      "FIVE"             4;
   };h5dump error: unknown object "map_comp_comp"

}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant