Unidata / thredds

THREDDS Data Server v4.6
https://www.unidata.ucar.edu/software/tds/v4.6/index.html
266 stars 179 forks source link

Failing Grid / Coverage Comparison test #1044

Open lesserwhirls opened 6 years ago

lesserwhirls commented 6 years ago

We are currently seeing failures when reading in GRIB1/GRIB2 files via the GridDataset and CoverageDataset APIs and comparing the results (failures in test ucar.nc2.grib.TestCoordinatesMatchGbx).

As it stands, 157 GRIB1 files are tested (of these, four generate failures), and 141 GRIB2 files are tested (of these, three generate failures).

If one file fails, the entire test fails, and one must dig through the output to see how many actual files fail. In order to keep track of any "new" failing files, these known failures should be ignored for now, such that the tests, as they stand, pass.

This ticket is to document the known failures.

GRIB1 files (TestDir.cdmUnitTestDir/formats/grib1/):

GRIB-2 files (TestDir.cdmUnitTestDir/formats/grib2/):

lesserwhirls commented 6 years ago

Pull Request Unidata/thredds#1045 causes the files above to be ignored in the test, allowing us to track any new failures.