hdf5 icon indicating copy to clipboard operation
hdf5 copied to clipboard

Callback for H5Pset_append_flush() is never invoked by library

Open qkoziol opened this issue 1 year ago • 0 comments

Describe the bug The function pointer gets stored, but is never called.

Expected behavior Call it according to the spec for H5Pset_append_flush()

Platform (please complete the following information) All

Additional context It is semi-tested in test/swmr.c: the set/get of the property is checked, but there's no actual validation that the callback is invoked.

qkoziol avatar Jun 04 '24 22:06 qkoziol