Skip to content

Gate two more DAOS-specific known gaps on connector name#70

Open
brtnfld wants to merge 1 commit into
HDFGroup:masterfrom
brtnfld:gate-daos-file-obj-count-and-ovisit-crt-order
Open

Gate two more DAOS-specific known gaps on connector name#70
brtnfld wants to merge 1 commit into
HDFGroup:masterfrom
brtnfld:gate-daos-file-obj-count-and-ovisit-crt-order

Conversation

@brtnfld

@brtnfld brtnfld commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Follow-up to #67 - two more DAOS-connector-specific gaps found while running the full suite against a live DAOS instance in HDFGroup/vol-daos#71:

  • test_file_open_overlap (vol_file_test.c): H5Fget_obj_count(file_id, H5F_OBJ_LOCAL | H5F_OBJ_ALL) over-counts for the DAOS connector once a dataset is created in the file - same root cause already documented on H5Fget_obj_count_types in test_get_file_obj_count().
  • H5Ovisit_file / H5Ovisit_by_name_file (vol_object_test.c): H5Ovisit3/H5Ovisit_by_name3 by creation order on a group without creation-order tracking enabled (the root group, in this case) isn't handled by the DAOS connector; tracked separately in the connector repo.

Both are gated on strcmp(vol_name, "daos") == 0, matching the existing pattern in these files, so no other VOL connector's coverage is affected.

- test_file_open_overlap (vol_file_test.c): H5Fget_obj_count(file_id,
  H5F_OBJ_LOCAL | H5F_OBJ_ALL) over-counts for the DAOS connector once a
  dataset is created in the file - same root cause already documented on
  H5Fget_obj_count_types in test_get_file_obj_count().
- H5Ovisit_file / H5Ovisit_by_name_file (vol_object_test.c): H5Ovisit3(_by_name)
  by creation order on a group without creation-order tracking enabled (the
  root group here) isn't handled by the DAOS connector; tracked separately
  (best-effort-index-fix branch).
brtnfld added a commit to brtnfld/vol-daos that referenced this pull request Jul 7, 2026
…of skipping it

h5vl_test doesn't crash or cascade - the prior run (before it was excluded)
completed with 807/896 (90%) internal checks passing; the ctest entry was
only marked FAILED because the driver treats any "FAILED" substring in
output as fatal, with no way to mark individual checks as known-broken from
outside the test binary.

Gate the two specific failing checks (overlapping-file-opens object count,
and H5Ovisit(_by_name) by creation order on an untracked root group) on the
connector name in vol-tests itself (HDFGroup/vol-tests#70), matching the
existing pattern already used in that file. .gitmodules points at the fork
branch until the PR merges upstream.

Revert the h5vl_test PART-mode split and CI exclusion from the last two
commits - no longer needed since h5vl_test runs clean as a single test now.
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

Successfully merging this pull request may close these issues.

1 participant