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

Fix error in H5Ddebug() #5299

Merged
merged 7 commits into from
Feb 7, 2025
Merged

Fix error in H5Ddebug() #5299

merged 7 commits into from
Feb 7, 2025

Conversation

fortnern
Copy link
Member

@fortnern fortnern commented Feb 7, 2025

H5Ddebug() currently does not tag the dataset object header for the metadata cache, causing attempts to iterate over the index (which may require protecting a piece of metadata) to throw an error. This was causing h5ls -va to silently fail to print any chunk addresses. Added tagging and test cases for h5ls to prevent regression.

mattjala
mattjala previously approved these changes Feb 7, 2025
@fortnern
Copy link
Member Author

fortnern commented Feb 7, 2025

Hmm I guess we changed the settings so we need to re-review after changes? Sorry Matt. Only thing I did was add a note to RELEASE.txt.

Copy link
Contributor

@qkoziol qkoziol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow! That's obscure! Good find though. :-)

@jhendersonHDF
Copy link
Collaborator

Looks like the mirror VFD tests are failing due to an old issue that I thought was fixed at this point.

@lrknox
Copy link
Collaborator

lrknox commented Feb 7, 2025

Looks like the mirror VFD tests are failing due to an old issue that I thought was fixed at this point.

Test passed on retry. We should keep an eye out for it, but I'll go ahead and merge the PR

@lrknox lrknox merged commit 61aa40f into HDFGroup:develop Feb 7, 2025
76 checks passed
byrnHDF pushed a commit to byrnHDF/hdf5 that referenced this pull request Feb 10, 2025
* Fix error in H5Ddebug(). Add h5ls test cases.

* Committing clang-format changes

* Fix cmake (hopefully)

* Fix cmake again (hopefully)

* Fix issue with modification times showing up differently on different
systems. Add test case for v1 b-trees.

* Add cmake for new tests

* Add RELEASE.txt entry

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
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.

5 participants