Skip to content

Commit 96b50d9

Browse files
cbeauchesnebric3
andauthored
Update .gitlab/TagInitializationErrors.java
Co-authored-by: Brice Dutheil <brice.dutheil@gmail.com>
1 parent 899ee14 commit 96b50d9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.gitlab/TagInitializationErrors.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
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
*/

0 commit comments

Comments
 (0)