accum test fails on macOS 12 #2261
Labels
Component - Testing
Code in test or testpar directories, GitHub workflows
Priority - 1. High 🔼
These are important issues that should be resolved in the next release
Type - Bug / Bugfix
Please report security issues to [email protected] instead of creating an issue on GitHub
19: Testing simple freeing metadata accumulator PASSED
19: Testing large metadata I/O operations PASSED
19: Testing random writes to accumulator PASSED
19: Testing SWMR write of large metadata: with latest format FAILED
19: at /Users/runner/work/hdf5/hdf5/test/accum.c:2292 in test_swmr_write_big()...
19: child process exited abnormally
19: Testing SWMR write of large metadata: with non-latest-format FAILED
19: at /Users/runner/work/hdf5/hdf5/test/accum.c:2292 in test_swmr_write_big()...
19: child process exited abnormally
19: *** TESTS FAILED ***
19:
The relevant code in accum.c (function test_swmr_write_big) that triggers the error:
{
pid_t pid; /* Process ID /
int status; / Status returned from child process */
The text was updated successfully, but these errors were encountered: