parcio / julea

A Flexible Storage Framework for HPC
GNU Lesser General Public License v3.0
33 stars 31 forks source link

Enhance expected test fails #154

Closed t-erxleben closed 2 years ago

t-erxleben commented 2 years ago

This PR enables to distinguish between test cases that fail only for the HDF5 KV plugin and not for the DB plugin and vice versa. So the features that are expected to work for the plugins are documented in the code itself.

Additionally a new macro for all JULEA tests is introduced which enables to completely ignore expected failures by setting J_TEST_IGNORE_EXPECTED_FAIL to any value. This is handy to check if some tests are passing after code changes and thus simplifies development workflow.

michaelkuhn commented 2 years ago

Merged in 50f4abd59fdaf364c044308832fcfba389bd17c7. Thanks!