unit-tests: add test to NCZMD_set_metadata_handler - #3254
Conversation
c01eac0 to
4fc7d1f
Compare
|
@mannreis I'm not certain what the source of the issue is, but I can dig in and take a look. I'll convert this to a draft for the time being. |
|
I found the problem with respect to the MSVC build but the Docker regression testing I can't yet understand. |
|
Try merging in the changes from #3262 and see if that resolves this. |
- On MSVC this is not allowed, even with DLL export
- Seems necessary in MSVC so that the NCZ_metadata handlers implementing the non/-consolidated behaviour can be accessed by the unit-test(s)
1b32117 to
940846b
Compare
|
I'm not understanding why the docker regression tests are failing on the test added by this PR. It is passing in other workflows. Help is welcomed! On Mac the test passes: https://github.com/mannreis/netcdf-c/actions/runs/23185334066/job/67369700395?pr=8#step:19:4647 |
Simple unit test to exercise the
NCZMD_set_metadata_handlerlogic and fallback on the metadata handler selection.