Project

General

Profile

one test fail

Added by Barry McInnes about 6 years ago

Using gcc 7.3 on Centos linux one FAIL
Linux linux256.psd.ad 2.6.32-696.20.1.el6.x86_64 #1 SMP Fri Jan 26 17:51:45 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
make3: Entering directory '/usr/local/gfortran-7.3/src/cdo-1.9.3/test'
PASS: threads.test 1 - chaining set 1
PASS: tsformat.test 1 - chaining set 1 with SERVICE
PASS: tsformat.test 2 - chaining set 1 with EXTRA
PASS: tsformat.test 3 - chaining set 1 with IEG
PASS: tsformat.test 4 - chaining set 1 with GRIB
SKIP: tsformat.test 5 - chaining set 1 with GRIB_API # SKIP GRIB_API not enabled
PASS: tsformat.test 6 - chaining set 1 with netCDF
PASS: tsformat.test 7 - chaining set 1 with netCDF2
FAIL: tsformat.test 8 - chaining set 1 with netCDF4
PASS: wildcard.test 1 - 'testfile01'
PASS: File.test 1 - write srv
PASS: File.test 2 - write ext
PASS: File.test 3 - write ieg
PASS: File.test 4 - write grb
SKIP: File.test 5 - write grb2 # SKIP GRIB_API not enabled
PASS: File.test 6 - write nc
PASS: File.test 7 - write nc2
PASS: File.test 8 - write nc4
PASS: File.test 9 - copy srv
PASS: File.test 10 - copy ext
PASS: File.test 11 - copy ieg
PASS: File.test 12 - copy grb
SKIP: File.test 13 - copy grb2 # SKIP GRIB_API not enabled
PASS: File.test 14 - copy nc
PASS: File.test 15 - copy nc2
...
PASS: Collgrid.test 4 - generic 4,3
PASS: Collgrid.test 5 - generic 12,1
PASS: Collgrid.test 6 - generic 1,6
PASS: Collgrid.test 7 - curvilinear 4,3
PASS: Collgrid.test 8 - curvilinear 12,1
PASS: Collgrid.test 9 - curvilinear 1,6
PASS: Setmiss.test 1 - setmisstoc
PASS: Setmiss.test 2 - setmisstonn
PASS: Setmiss.test 3 - setmisstodis
PASS: Smooth.test 1 - parameter set 1
PASS: Smooth.test 2 - parameter set 2
PASS: Smooth.test 3 - parameter set 3
make4: Entering directory '/usr/local/gfortran-7.3/src/cdo-1.9.3/test'
make4: Nothing to be done for 'all'.
make4: Leaving directory '/usr/local/gfortran-7.3/src/cdo-1.9.3/test' ============================================================================
Testsuite summary for cdo 1.9.3 ============================================================================
  1. TOTAL: 384
  2. PASS: 380
  3. SKIP: 3
  4. XFAIL: 0
  5. FAIL: 1
  6. XPASS: 0
  7. ERROR: 0 ============================================================================
    See test/test-suite.log
    Please report to http://mpimet.mpg.de/cdo ============================================================================
    make3: * [Makefile:733: test-suite.log] Error 1
    make3: Leaving directory '/usr/local/gfortran-7.3/src/cdo-1.9.3/test'
    make2:
    [Makefile:841: check-TESTS] Error 2
    make2: Leaving directory '/usr/local/gfortran-7.3/src/cdo-1.9.3/test'
    make1:
    [Makefile:904: check-am] Error 2
    make1: Leaving directory '/usr/local/gfortran-7.3/src/cdo-1.9.3/test'
    make: *
    [Makefile:459: check-recursive] Error 1

Replies (2)

RE: one test fail - Added by Ralf Mueller about 6 years ago

hi!

This test is supposed to fail because of a non-thread-safe installation of hdf5 (IO backend of netcdf4). This can cause segfaults in parallal IO operation - you can use the -L options to prevent this.

cheers
ralf

    (1-2/2)