Package jetbrains.buildServer.agent
Interface ReduceTestFailureFeedbackParameters
-
public interface ReduceTestFailureFeedbackParameters
Constants for risk group tests
-
-
Field Summary
Fields Modifier and Type Field Description static String
AFFECTED_TESTS_DEPS_BASED_VALUE
static String
NEW_AND_MODIFIED_VALUE
static String
PROVIDE_RECENTLY_FAILED_PROPERTY
And internal property, when set,RECENTLY_FAILED_TESTS_PARAM
andRECENTLY_FAILED_TESTS_FILE_PARAM
will be generated even if build runner does not provideRUN_RISK_GROUP_TESTS_FIRST_PARAM
run parameter.static String
RECENTLY_FAILED_TESTS_FILE_PARAM
This system property contains path to file where value ofRECENTLY_FAILED_TESTS_PARAM
is saved.static 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.static String
RECENTLY_FAILED_TESTS_SEPARATOR
static String
RECENTLY_FAILED_VALUE
static String
RUN_RISK_GROUP_TESTS_FIRST_PARAM
This 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_PARAM
andRECENTLY_FAILED_TESTS_FILE_PARAM
will be generated even if build runner does not provideRUN_RISK_GROUP_TESTS_FIRST_PARAM
run 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_PARAM
is 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
-
-