-
Notifications
You must be signed in to change notification settings - Fork 267
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
test_byterange.sh failure with URL3 thredds link #2500
Comments
Sorry about that. Recently, thredds-test was de-commissioned |
Thanks for the update. For now, we can remove those URLs. |
Yes, I am eliding all thredds-test URLs. I will probably re-introduce |
This package provides `netcdf-openmpi` for package `pnetcdf-openmpi`. And the `pnetcdf-openmpi` package can be used for building the `netcdf-openmpi` itself. Modifications: ============== 1. Becasue of the bug mentioned in [netcdf-c felixonmars#2500], BYTERANGE feature is closed. 2. Close the pnetcdf feature and remove the pnetcdf makedepends. [netcdf-c felixonmars#2500]: Unidata/netcdf-c#2500 Build Sequence: =============== 1. netcdf-openmpi-bootstrap 2. pnetcdf-openmpi 3. netcdf-openmpi Additional Info: ================ All the three packages mention above needs `--nocheck`. This is because there are always some bug in shared memory from openmpi. All tests except openmpi parallel tests passed successfully. hdf5-openmpi [ignore] the failure too. So no check to bypass those parallel test is acceptable. [ignore]: https://github.com/archlinux/svntogit-community/blob/packages/hdf5-openmpi/trunk/PKGBUILD#L88 Signed-off-by: Avimitin <avimitin@gmail.com>
This package provides `netcdf-openmpi` for package `pnetcdf-openmpi`. And the `pnetcdf-openmpi` package can be used for building the `netcdf-openmpi` itself. Modifications: ============== 1. Becasue of the bug mentioned in [netcdf-c #2500], BYTERANGE feature is closed. 2. Close the pnetcdf feature and remove the pnetcdf makedepends. [netcdf-c #2500]: Unidata/netcdf-c#2500 Build Sequence: =============== 1. netcdf-openmpi-bootstrap 2. pnetcdf-openmpi 3. netcdf-openmpi Additional Info: ================ All the three packages mention above needs `--nocheck`. This is because there are always some bug in shared memory from openmpi. All tests except openmpi parallel tests passed successfully. hdf5-openmpi [ignore] the failure too. So no check to bypass those parallel test is acceptable. [ignore]: https://github.com/archlinux/svntogit-community/blob/packages/hdf5-openmpi/trunk/PKGBUILD#L88 Signed-off-by: Avimitin <avimitin@gmail.com>
NetCDF version: v4.8.1
OS: Linux Debian 11
While trying to build netcdf v4.8.1, we see failures in the test test_byterange.sh.
The log file netcdf/Testing/Temporary/LastTest.log has the following log:
Looks like the failure is only with URL3="https://thredds-test.unidata.ucar.edu/thredds/fileServer/pointData/cf_dsg/example/point.nc#mode=bytes"
When I comment out this URL, the test passes. Also, pasting this link in the browser returns an HTTP Status 404-Not Found.
Can someone confirm if this failure is related to #2407 ?
Or if it is an issue with the thredds server where the file is hosted?
The text was updated successfully, but these errors were encountered: