Page MenuHomePhabricator

[Dashboard] mitkProjectTemplatePackageTest fails frequently
Closed, DuplicatePublic

Description

The test mitkProjectTemplatePackageTest frequently fails on the MITK dashboard. Example failure: http://cdash.mitk.org/testDetails.php?test=3291550&build=158774

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)