Property "teamcity.tests.recentlyFailedTests.file" is not included in TEAMCITY_BUILD_PROPERTIES_FILE
Hi,
I want to implement Risk Tests Reordering in Custom Test Runner for my "FAKE - F# Make" tool but I can't find the property "teamcity.tests.recentlyFailedTests.file".
Do I have to activate any switches?
Best regards,
forki
Please sign in to leave a comment.
Sorry for delay.
For command line runner properties can be found in properties file. There should be environment variable TEAMCITY_BUILD_PROPERTIES_FILE which contains a path to this file and in this file you will find "teamcity.tests.recentlyFailedTests.file" property. Note that this property is set only if there were failed tests in previous builds.
Hi Pavel,
I got that from the documentation but unfortunately this property is not set in my TEAMCITY_BUILD_PROPERTIES_FILE (under C:\BuildAgent\temp\agentTmp\teamcity.build3773168743065511099.properties).
Regards,
Steffen
Sorry, this was my mistake. In TeamCity 4.5.x this property is set only if "tests reordering" option is enabled, but there is no way for command line runner to set this option. Please wait for TC 4.5.4 which we hope to release soon. This issue will be fixed in the next bugfix release.
Thanks a lot.
I will watch this issue: [http://www.jetbrains.net/tracker/issue2/TW-8676]
Regards,
Steffen