Skip to content

Draft: Add a workaround to clean up former failed working set tests

Christoph Roick requested to merge croick/kdevelop:workingset_tests into master

After failed working set tests, an invalid session configuration may be stored. This configuration can have influence on the next test run, leading to false failed tests. The workaround initially loads a testsession and shuts it down again, which leads to an initial cleanup of eventually invalid configurations.

Merge request reports