You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing updating the Fedora netcdf package to 4.9.3-rc2 and getting the following test failure:
===============================================
netCDF 4.9.3-rc2: nc_test4/test-suite.log
===============================================
# TOTAL: 87
# PASS: 86
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
System information (uname -a): Linux 6.12.0-0.rc7.59.fc42.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 12 17:00:07 UTC 2024 x86_64
Distribution information (/etc/os-release):
NAME="Fedora Linux"
VERSION="42 (Rawhide Prerelease)"
RELEASE_TYPE=development
ID=fedora
VERSION_ID=42
VERSION_CODENAME=""
PLATFORM_ID="platform:f42"
PRETTY_NAME="Fedora Linux 42 (Rawhide Prerelease)"
.. contents:: :depth: 2
FAIL: run_par_warn_test
=======================
Testing MPI parallel I/O with various other mode flags...
*** Testing for HDF5 extra output
*** Testing create of parallel I/O file...ok.
*** Tests successful!
diff: ref_tmp_tst_warn_out.txt: No such file or directory
FAIL run_par_warn_test.sh (exit status: 2)
This looks like another issue with out of tree builds as that file does exist here: netcdf-c-4.9.3-rc2/nc_test4/ref_tmp_tst_warn_out.txt but not in the netcdf-c-4.9.3-rc2/mpich/nc_test4 directory where the tests are being run.
The text was updated successfully, but these errors were encountered:
opoplawski
added a commit
to opoplawski/netcdf-c
that referenced
this issue
Dec 8, 2024
I'm testing updating the Fedora netcdf package to 4.9.3-rc2 and getting the following test failure:
This looks like another issue with out of tree builds as that file does exist here:
netcdf-c-4.9.3-rc2/nc_test4/ref_tmp_tst_warn_out.txt
but not in thenetcdf-c-4.9.3-rc2/mpich/nc_test4
directory where the tests are being run.The text was updated successfully, but these errors were encountered: