File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 * When a setup is retried and eventually succeeds, multiple testcases are created, with only the
1818 * last one passing. All intermediate attempts are marked skip so Test Optimization is not misled.
1919 *
20- * <p>For any suite with multiple initializationError testcases (i.e. retries occurred), all entries
21- * except the last one are already tagged with an existing `dd_tags[test.final_status]`. The last
22- * entry is left unmodified, allowing Test Optimization to apply its default status inference based
23- * on the actual outcome. Files with only one (or zero) initializationError testcases are not modified .
20+ * <p>For any suite with multiple {@code initializationError} test cases (when retries occurred), all entries
21+ * but the last one are tagged by this script with `dd_tags[test.final_status]=skip `. The last
22+ * entry is left unmodified, allowing <em> Test Optimization</em> to apply its default status inference based
23+ * on the actual outcome. Files with only one (or zero) {@code initializationError} test cases are left unmodified .
2424 *
2525 * <p>Usage (JEP 330): java TagInitializationErrors.java <xml-file>
2626 */
You can’t perform that action at this time.
0 commit comments