Skip to content

Commit 899ee14

Browse files
committed
Better comment
1 parent 4af16af commit 899ee14

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitlab/TagInitializationErrors.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
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.
24+
*
2025
* <p>Usage (JEP 330): java TagInitializationErrors.java <xml-file>
2126
*/
2227
class TagInitializationErrors {

0 commit comments

Comments
 (0)