Package jetbrains.buildServer.agent
Interface ReduceTestFailureFeedbackParameters
-
public interface ReduceTestFailureFeedbackParametersConstants for risk group tests
-
-
Field Summary
Fields Modifier and Type Field Description static StringAFFECTED_TESTS_DEPS_BASED_VALUEstatic StringNEW_AND_MODIFIED_VALUEstatic StringPROVIDE_RECENTLY_FAILED_PROPERTYAnd internal property, when set,RECENTLY_FAILED_TESTS_PARAMandRECENTLY_FAILED_TESTS_FILE_PARAMwill be generated even if build runner does not provideRUN_RISK_GROUP_TESTS_FIRST_PARAMrun parameter.static StringRECENTLY_FAILED_TESTS_FILE_PARAMThis system property contains path to file where value ofRECENTLY_FAILED_TESTS_PARAMis saved.static StringRECENTLY_FAILED_TESTS_PARAMThis runner parameter contains set of test classes separated by new line character that should be run before any other tests.static StringRECENTLY_FAILED_TESTS_SEPARATORstatic StringRECENTLY_FAILED_VALUEstatic StringRUN_RISK_GROUP_TESTS_FIRST_PARAMThis runner parameter indicates that risk group tests should be run before other tests.
-
-
-
Field Detail
-
RUN_RISK_GROUP_TESTS_FIRST_PARAM
static final String RUN_RISK_GROUP_TESTS_FIRST_PARAM
This runner parameter indicates that risk group tests should be run before other tests. The property value may contain:NEW_AND_MODIFIED_VALUE- run tests from new and modified filesRECENTLY_FAILED_VALUE- run recently failed testsAFFECTED_TESTS_DEPS_BASED_VALUE- run tests affected by build changes, based on dependencies settings
- See Also:
- Constant Field Values
-
RECENTLY_FAILED_VALUE
static final String RECENTLY_FAILED_VALUE
- See Also:
- Constant Field Values
-
NEW_AND_MODIFIED_VALUE
static final String NEW_AND_MODIFIED_VALUE
- See Also:
- Constant Field Values
-
AFFECTED_TESTS_DEPS_BASED_VALUE
static final String AFFECTED_TESTS_DEPS_BASED_VALUE
- See Also:
- Constant Field Values
-
RECENTLY_FAILED_TESTS_PARAM
static final String RECENTLY_FAILED_TESTS_PARAM
This runner parameter contains set of test classes separated by new line character that should be run before any other tests.- See Also:
- Constant Field Values
-
RECENTLY_FAILED_TESTS_SEPARATOR
static final String RECENTLY_FAILED_TESTS_SEPARATOR
- See Also:
- Constant Field Values
-
PROVIDE_RECENTLY_FAILED_PROPERTY
static final String PROVIDE_RECENTLY_FAILED_PROPERTY
And internal property, when set,RECENTLY_FAILED_TESTS_PARAMandRECENTLY_FAILED_TESTS_FILE_PARAMwill be generated even if build runner does not provideRUN_RISK_GROUP_TESTS_FIRST_PARAMrun parameter.- Since:
- 2020.2.2
- See Also:
- Constant Field Values
-
RECENTLY_FAILED_TESTS_FILE_PARAM
static final String RECENTLY_FAILED_TESTS_FILE_PARAM
This system property contains path to file where value ofRECENTLY_FAILED_TESTS_PARAMis saved. The value is written to the file and then path to that file passed as system property to the build.- See Also:
- Constant Field Values
-
-