Page MenuHomePhabricator

[dashboard] mitkNavigationDataPlayerTest fails on continous dart client
Closed, ResolvedPublic

Description

see http://mbits/cdash/viewTest.php?onlyfailed&buildid=225733

... only fails on the linux machine (timeout).

Event Timeline

seems to be a random fail, in the second run the test succeeded. However, one should look what's the reason for this random fail. Maybe a longer timeout could solve the problem?

New remote branch pushed: bug-16485-removeTestCase4

could possibly be the reason for the failure.

error occured for the compiler:
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)

related to: T16780

There was a fail again: http://cdash.mitk.org/viewTest.php?onlyfailed&buildid=431622

but with a strange test output:

[Thu Mar 27 15:32:56 2014
0.080] In AutoLoadModulesFromPath at /home/mbiuser/dart client/MITK/Core/CppMicroServices/core/src/util/usUtils.cpp:160 : Auto-loading module /home/mbiuser/dart client/MITK-sb-R-c/MITK-build/bin/MitkCore/libMitkIOExt.so
[0.090] In AutoLoadModulesFromPath at /home/mbiuser/dart client/MITK/Core/CppMicroServices/core/src/util/usUtils.cpp:160 : Auto-loading module /home/mbiuser/dart client/MITK-sb-R-c/MITK-build/bin/MitkCore/libMitkIpPicSupportIO.so
[0.090] In AutoLoadModulesFromPath at /home/mbiuser/dart client/MITK/Core/CppMicroServices/core/src/util/usUtils.cpp:160 : Auto-loading module /home/mbiuser/dart client/MITK-sb-R-c/MITK-build/bin/MitkCore/libMitkDiffusionIO.so
[0.120] In AutoLoadModulesFromPath at /home/mbiuser/dart client/MITK/Core/CppMicroServices/core/src/util/usUtils.cpp:160 : Auto-loading module /home/mbiuser/dart client/MITK-sb-R-c/MITK-build/bin/MitkCore/libMitkVtkShaders.so

Current release is finished. Resetting target milestone

Will deactivate this test due to random fails. The test will be fixed with the new NavigationDataPlayer.

User wirkert has pushed new remote branch:

bug-16485-removeNavigationDataPlayerTest

[7ad45d]: Merge branch 'bug-16485-removeNavigationDataPlayerTest'

Merged commits:

2014-04-15 14:34:38 Sebastian Wirkert [b258f6]
COMP: Deactivated mitkNavigationDataPlayerTest due to random fails; see T16485.
We decided to won't fix because of complete restructuring via T15959

New NavigationDataPlayer is now merged. This means we can start reactivating this bug. Maybe restructuring is necessary due to new NavigationDataPlayer.

Is the test still failing? I would probably consider this fixed until it reappears...

After restructuring of the player the new test (mitkNavigationDataSequentialPlayerTest) did not fail again. So closing this bug.