SCONE icon indicating copy to clipboard operation
SCONE copied to clipboard

ctest fails 3 out of 4

Open mitkof6 opened this issue 5 years ago • 2 comments

The ctest fails 3 out of 4:

Test project /media/stanev/data/dev/SCONE/build Start 1: xo_test 1/4 Test #1: xo_test ..........................***Failed 0.03 sec Start 2: scone_unit_tests 2/4 Test #2: scone_unit_tests .................***Failed 4.94 sec Start 3: xo_test 3/4 Test #3: xo_test ..........................***Failed 0.00 sec Start 4: spot_test 4/4 Test #4: spot_test ........................ Passed 0.00 sec

25% tests passed, 3 tests failed out of 4

Total Test time (real) = 4.98 sec

The following tests FAILED: 1 - xo_test (Failed) 2 - scone_unit_tests (Failed) 3 - xo_test (Failed)

mitkof6 avatar Nov 26 '19 10:11 mitkof6

xo_test should be fixed after 9ba7a62b649b3775f8e62b4ed7380a3387e30db1.

scone_unit_tests always fails the first run. It generates machine-specific output data, to which it compares later runs. Running it a second time should make it pass.

tgeijten avatar Nov 26 '19 11:11 tgeijten

@adamkewley is it possible to add sconeunittests to the new CI? The first time it runs, it generates a bunch of files, which should remain identical on subsequent runs.

tgeijten avatar Sep 14 '20 07:09 tgeijten