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

Check ctest output for HDF5-DIAG. #858

Merged
merged 1 commit into from
Nov 27, 2023
Merged

Check ctest output for HDF5-DIAG. #858

merged 1 commit into from
Nov 27, 2023

Conversation

1uc
Copy link
Collaborator

@1uc 1uc commented Nov 21, 2023

HDF5 errors that aren't promoted to an exception by HighFive will simply print an error message. This means that tests can pass even if there are HDF5 errors. This will run the tests with ctest --verbose and check that the output doesn't contain "HDF5-DIAG".

@1uc
Copy link
Collaborator Author

1uc commented Nov 21, 2023

Should reveal the bug fixed by #856.

Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (acf0fea) 84.74% compared to head (2bf93db) 84.74%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #858   +/-   ##
=======================================
  Coverage   84.74%   84.74%           
=======================================
  Files          70       70           
  Lines        5061     5061           
=======================================
  Hits         4289     4289           
  Misses        772      772           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@1uc 1uc force-pushed the 1uc/detect-hdf5-diag branch 2 times, most recently from 0508f95 to 63482e0 Compare November 21, 2023 18:20
@1uc 1uc force-pushed the 1uc/detect-hdf5-diag branch from 63482e0 to 91fd82f Compare November 24, 2023 10:45
@1uc 1uc marked this pull request as ready for review November 24, 2023 12:34
HDF5 errors that aren't promoted to an exception by HighFive will simply
print an error message. This means that tests can pass even if there are
HDF5 errors. This will run the tests with `ctest --verbose` and check
that the output doesn't contain `"HDF5-DIAG"`.
@1uc 1uc force-pushed the 1uc/detect-hdf5-diag branch from 91fd82f to 2bf93db Compare November 27, 2023 08:05
@1uc 1uc requested a review from matz-e November 27, 2023 16:08
@1uc 1uc merged commit 2c38510 into master Nov 27, 2023
36 checks passed
@1uc 1uc deleted the 1uc/detect-hdf5-diag branch November 27, 2023 17:26
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.

2 participants