Page MenuHomePhabricator

[Dashboard] mitkGibbsTrackingTest fails frequently
Closed, ResolvedPublic

Description

The test mitkGibbsTrackingTest frequently fails on the MITK dashboard. Example failure: http://cdash.mitk.org/testDetails.php?test=3391747&build=159292

At first, please specify what this test exactly does and double-check if it is acting according to documentation. In other words: Read the documentation and compare if the code really does what its supposed to do.

If there is no documentation, please provide some or find someone who can provide documentation.

Very often one of the following is involved when a test keeps failing randomly:
-Threading
-Rendering tests
-Writing/Reading of data from hard disks
-Special hardware/software of the corresponding dart client

One should double-check, if any of these things apply for this particular test and try to fix it. Do not hesitate to ask for help, if you are not familiar with these mentioned issues.

If there is no easy fix or the reason cannot be found, all findings should be documented here, and the author (or any module responsible person) of the test (or the class which is tested) should contact me.

The priority of this bug is high, because we would like to achieve a green dashboard and high test coverage.

JUST REMOVING THE TEST FROM CMAKE IS NOT WELCOME.
(This is a standard message, copied for all tests with similar behavior)

Event Timeline

All bugs marked with [Dashboard] make the dashboard red are highly important.

[069299]: Merge branch 'bug-12735-GibbsTrackingTestFail'

Merged commits:

2012-08-08 14:27:54 Peter Neher [51a707]
added additional output to check if test fails due to missing/corrupted lut path

[7b458c]: Merge branch 'bug-12735-GibbsTrackingTestFail'

Merged commits:

2012-08-15 14:00:19 Peter Neher [3ae762]
replaced arrays by vectors. catching io exceptions

Not MITK 2012.09 Release relevant. Setting target milestone to 'Unspecified'

[ec7389]: Merge branch 'bug-12735-GibbsTest'

Merged commits:

2012-10-10 14:48:10 Peter Neher [5cfd5c]
verbose to debug

[33f55c]: Merge branch 'bug-12735-GibbsTest'

Merged commits:

2012-10-17 12:50:27 Peter Neher [246fe0]
chenged qstring to std string