Skip to content

Change how library tests run#693

Merged
derobins merged 1 commit intoHDFGroup:masterfrom
derobins:test_execute_cleanup
Mar 9, 2024
Merged

Change how library tests run#693
derobins merged 1 commit intoHDFGroup:masterfrom
derobins:test_execute_cleanup

Conversation

@derobins
Copy link
Member

@derobins derobins commented Mar 9, 2024

The Autotools ran the mfhdf tests via a script, which is unnecessary. They now run directly.

CMake ran hdf and mfhdf tests using PASS_REGULAR_EXPRESSION, which has proved to be flaky, when CTest can't find the regular expression. These tests are now run directly and the exit code inspected.

The Autotools ran the mfhdf tests via a script, which is unnecessary.
They now run directly.

CMake ran hdf and mfhdf tests using PASS_REGULAR_EXPRESSION, which
has proved to be flaky, when CTest can't find the regular
expression. These tests are now run directly and the exit code
inspected.
@derobins derobins added Component - Testing Test code, GitHub workflows Type - Improvement Improvements that don't add a new feature or functionality Priority - 1. High 🔼 These are important issues that should be resolved in the next release labels Mar 9, 2024
@derobins derobins merged commit c2e42b3 into HDFGroup:master Mar 9, 2024
@derobins derobins deleted the test_execute_cleanup branch March 28, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Component - Testing Test code, GitHub workflows Priority - 1. High 🔼 These are important issues that should be resolved in the next release Type - Improvement Improvements that don't add a new feature or functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants