Ward Fisher

Results 51 issues of Ward Fisher

Needed in response to #2888. Will make the same changes directly to that branch, assuming it works here.

In the current `main` branch, `nczarr_test/run_interop.sh` fails when using `cmake` and building with `-DBUILD_SHARED_LIBS=OFF`. > NOTE: nczarr_test/run_interop.sh *succeeds* when using an autotools-based build. When run, `nczarr_test/run_interop.sh` fails with the following...

@DennisHeimbigner I'm seeing the following when running DAP remote tests this morning; nothing has changed locally since yesterday when I was not seeing this failure. However, given the number of...

Commit f1a3a64 appears to have caused a regression in `netcdf-fortran`, insofar as `ftst_vars` is now failing when linking against subsequent versions of `libnetcdf-c`. More investigation is needed, but the fix...

When last checked, `ctest` would hang immediately on AppVeyor. Running by hand is problematic (and has been for a while), so let's get this sorted out.

`netcdf-c` specific issue mirroring what's been observed over at https://github.com/conda-forge/libnetcdf-feedstock/issues/182 Under Windows, using the dependencies provided by `Conda`, I see a hang under Visual Studio when running the netCDF-C tests....

platform/windows
priority/high
area/nczarr

Failures observed under Windows using `main`; these failures are new compared to the `v4.9.2` release. The following tests are failing on Windows 10 under Visual Studio 2017. * `ncdap_tst_ncdap3` *...

Several years ago, a lot of work went in to ensuring we could run our tests concurrently using either `make check -j` or `ctest -j ` for autotools and cmake-based...