Ward Fisher
Ward Fisher
With the 4.6.0 Fortran release out the door, I am pivoting back to this and other issues we're seeing with the 4.9.0 release. I'll see if I can get this...
I don't recall why they are disabled to begin with, so let's start by taking a look at what happens if we turn them on.
@Alexander-Barth I'm curious, do you run into issues when trying to enable plugins or byterange? I am struggling to get things working, even just with the byterange, in a fresh...
Thanks, @dopplershift. This had slipped beneath my ra.. my notice. The file that causes the crash would be sufficient for tracking down the issue and I can probably craft a...
As you can see in the timeline above, I've opened an issue to track this on the `netcdf-c` end. I'll report back in here when the issue is fixed, or...
Ok, there is/was a logic flaw when using an `NC_UNLIMITED` dimension with a `VLEN` data type. More testing is needed to ensure I haven't added a different bug, but I'm...
The fix for the related `netcdf-c` issue has been merged into `netcdf-c:master`; see https://github.com/Unidata/netcdf-c/pull/224 for details. The issue was in reading the file, not writing it, so the same test...
If you have docker available, you can duplicate this easily as follows: $ docker run -it -e CBRANCH=ghpull-375 unidata/nctests:serial
To run ONLY the python tests: $ docker run -it -e CBRANCH=ghpull-375 -e RUNC=OFF -e RUNF=OFF -e RUNCXX=OFF -e RUNNCO=OFF unidata/nctests:serial
It's worth noting that the issues don't appear to show up in the Jenkins tests run by @edhartnett, nor do they show up on the private Jenkins install I've set...