diff --git a/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-efd-new-scenario-outline-5.4.0/events.ftl b/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-efd-new-scenario-outline-5.4.0/events.ftl index 372b1f06889..9f8a45bd04d 100644 --- a/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-efd-new-scenario-outline-5.4.0/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-efd-new-scenario-outline-5.4.0/events.ftl @@ -94,7 +94,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Many additions", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -140,7 +140,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Many additions", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -230,7 +230,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Many additions", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -276,7 +276,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Many additions", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", diff --git a/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-efd-new-scenario-outline-latest/events.ftl b/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-efd-new-scenario-outline-latest/events.ftl index 310806a3dd3..5e9e71cd764 100644 --- a/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-efd-new-scenario-outline-latest/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-efd-new-scenario-outline-latest/events.ftl @@ -94,7 +94,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Many additions #1", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -140,7 +140,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Many additions #1", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -230,7 +230,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Many additions #2", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -276,7 +276,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Many additions #2", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", diff --git a/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-efd-new-slow-test/events.ftl b/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-efd-new-slow-test/events.ftl index b4a7577f49c..f592bd6002b 100644 --- a/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-efd-new-slow-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-efd-new-slow-test/events.ftl @@ -94,7 +94,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Addition", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_slow.feature:Basic Arithmetic", "test.traits" : "{\"category\":[\"foo\"]}", diff --git a/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-efd-new-test/events.ftl b/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-efd-new-test/events.ftl index 5134b0be663..6f80fc8dc9b 100644 --- a/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-efd-new-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-efd-new-test/events.ftl @@ -94,7 +94,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Addition", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic.feature:Basic Arithmetic", "test.traits" : "{\"category\":[\"foo\"]}", @@ -140,7 +140,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Addition", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic.feature:Basic Arithmetic", "test.traits" : "{\"category\":[\"foo\"]}", diff --git a/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-efd-skip-new-test/events.ftl b/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-efd-skip-new-test/events.ftl index ed7a1131e36..83ff7d03385 100644 --- a/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-efd-skip-new-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-efd-skip-new-test/events.ftl @@ -142,4 +142,4 @@ }, "type" : "test_module_end", "version" : 1 -} ] +} ] \ No newline at end of file diff --git a/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-quarantined-failed-atr/events.ftl b/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-quarantined-failed-atr/events.ftl index 98c335df14c..ecf29315112 100644 --- a/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-quarantined-failed-atr/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-quarantined-failed-atr/events.ftl @@ -99,7 +99,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Addition", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic", "test.test_management.is_quarantined" : "true", @@ -148,7 +148,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Addition", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic", "test.test_management.is_quarantined" : "true", @@ -197,7 +197,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Addition", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic", "test.test_management.is_quarantined" : "true", @@ -247,7 +247,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Addition", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic", "test.test_management.is_quarantined" : "true", diff --git a/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-quarantined-failed-efd/events.ftl b/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-quarantined-failed-efd/events.ftl index a9f132db898..9dbed6f2f67 100644 --- a/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-quarantined-failed-efd/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-quarantined-failed-efd/events.ftl @@ -101,7 +101,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Addition", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic", "test.test_management.is_quarantined" : "true", @@ -152,7 +152,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Addition", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic", "test.test_management.is_quarantined" : "true", diff --git a/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-retry-failure/events.ftl b/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-retry-failure/events.ftl index 563b93d6bbb..81aa567fcb6 100644 --- a/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-retry-failure/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-retry-failure/events.ftl @@ -98,7 +98,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Addition", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic", "test.traits" : "{\"category\":[\"foo\"]}", @@ -146,7 +146,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Addition", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic", "test.traits" : "{\"category\":[\"foo\"]}", @@ -194,7 +194,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Addition", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic", "test.traits" : "{\"category\":[\"foo\"]}", @@ -243,7 +243,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Addition", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic", "test.traits" : "{\"category\":[\"foo\"]}", diff --git a/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-retry-scenario-outline-5.4.0/events.ftl b/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-retry-scenario-outline-5.4.0/events.ftl index 48dbbfc04ee..8f3a77dd0eb 100644 --- a/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-retry-scenario-outline-5.4.0/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-retry-scenario-outline-5.4.0/events.ftl @@ -184,7 +184,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Many additions", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_examples_failed.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -232,7 +232,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Many additions", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_examples_failed.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -280,7 +280,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Many additions", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_examples_failed.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -329,7 +329,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-4", "test.name" : "Many additions", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_examples_failed.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", diff --git a/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-efd-new-slow-test/events.ftl b/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-efd-new-slow-test/events.ftl index 05e8d25511a..84e1269d31f 100644 --- a/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-efd-new-slow-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-efd-new-slow-test/events.ftl @@ -168,7 +168,7 @@ "test.is_retry" : "true", "test.module" : "munit-junit-4", "test.name" : "Calculator.add", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.status" : "pass", "test.suite" : "org.example.TestSucceedMUnitSlow", diff --git a/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-efd-new-test/events.ftl b/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-efd-new-test/events.ftl index cee20aa46b2..b2dde44f24a 100644 --- a/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-efd-new-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-efd-new-test/events.ftl @@ -169,7 +169,7 @@ "test.is_retry" : "true", "test.module" : "munit-junit-4", "test.name" : "Calculator.add", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.status" : "pass", "test.suite" : "org.example.TestSucceedMUnit", @@ -217,7 +217,7 @@ "test.is_retry" : "true", "test.module" : "munit-junit-4", "test.name" : "Calculator.add", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.status" : "pass", "test.suite" : "org.example.TestSucceedMUnit", diff --git a/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-efd-skip-new-test/events.ftl b/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-efd-skip-new-test/events.ftl index a5b789a541c..fa2e007f40e 100644 --- a/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-efd-skip-new-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-efd-skip-new-test/events.ftl @@ -148,4 +148,4 @@ }, "type" : "test", "version" : 2 -} ] +} ] \ No newline at end of file diff --git a/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-failed-then-succeed/events.ftl b/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-failed-then-succeed/events.ftl index 0062abe47c7..8f8686406ce 100644 --- a/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-failed-then-succeed/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-failed-then-succeed/events.ftl @@ -171,7 +171,7 @@ "test.is_retry" : "true", "test.module" : "munit-junit-4", "test.name" : "Calculator.add", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailedThenSucceedMUnit", @@ -218,7 +218,7 @@ "test.is_retry" : "true", "test.module" : "munit-junit-4", "test.name" : "Calculator.add", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "pass", "test.suite" : "org.example.TestFailedThenSucceedMUnit", diff --git a/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-quarantined-failed-atr/events.ftl b/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-quarantined-failed-atr/events.ftl index f342fa1944a..36536ca2172 100644 --- a/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-quarantined-failed-atr/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-quarantined-failed-atr/events.ftl @@ -174,7 +174,7 @@ "test.is_retry" : "true", "test.module" : "munit-junit-4", "test.name" : "Calculator.add", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailedMUnit", @@ -225,7 +225,7 @@ "test.is_retry" : "true", "test.module" : "munit-junit-4", "test.name" : "Calculator.add", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailedMUnit", @@ -276,7 +276,7 @@ "test.is_retry" : "true", "test.module" : "munit-junit-4", "test.name" : "Calculator.add", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailedMUnit", @@ -328,7 +328,7 @@ "test.is_retry" : "true", "test.module" : "munit-junit-4", "test.name" : "Calculator.add", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailedMUnit", diff --git a/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-quarantined-failed-efd/events.ftl b/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-quarantined-failed-efd/events.ftl index 686698bdfd5..bf17700030e 100644 --- a/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-quarantined-failed-efd/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-quarantined-failed-efd/events.ftl @@ -178,7 +178,7 @@ "test.is_retry" : "true", "test.module" : "munit-junit-4", "test.name" : "Calculator.add", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailedMUnit", @@ -231,7 +231,7 @@ "test.is_retry" : "true", "test.module" : "munit-junit-4", "test.name" : "Calculator.add", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailedMUnit", diff --git a/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-retry-failed/events.ftl b/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-retry-failed/events.ftl index 29851450ffe..54d628eefa6 100644 --- a/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-retry-failed/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-retry-failed/events.ftl @@ -171,7 +171,7 @@ "test.is_retry" : "true", "test.module" : "munit-junit-4", "test.name" : "Calculator.add", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailedMUnit", @@ -221,7 +221,7 @@ "test.is_retry" : "true", "test.module" : "munit-junit-4", "test.name" : "Calculator.add", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailedMUnit", @@ -271,7 +271,7 @@ "test.is_retry" : "true", "test.module" : "munit-junit-4", "test.name" : "Calculator.add", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailedMUnit", @@ -322,7 +322,7 @@ "test.is_retry" : "true", "test.module" : "munit-junit-4", "test.name" : "Calculator.add", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailedMUnit", diff --git a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-faulty-session-threshold/events.ftl b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-faulty-session-threshold/events.ftl index 79965d6fca7..b7ba556daa2 100644 --- a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-faulty-session-threshold/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-faulty-session-threshold/events.ftl @@ -173,7 +173,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_another_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_another_succeed()V", "test.status" : "pass", @@ -223,7 +223,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_another_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_another_succeed()V", "test.status" : "pass", @@ -325,7 +325,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_failed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -378,7 +378,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_failed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-known-tests-and-new-test/events.ftl b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-known-tests-and-new-test/events.ftl index b975f569af5..413931acf05 100644 --- a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-known-tests-and-new-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-known-tests-and-new-test/events.ftl @@ -171,7 +171,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_another_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_another_succeed()V", "test.status" : "pass", @@ -221,7 +221,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_another_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_another_succeed()V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-new-parameterized-test/events.ftl b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-new-parameterized-test/events.ftl index 787eafaf2be..9379c15e9e0 100644 --- a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-new-parameterized-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-new-parameterized-test/events.ftl @@ -175,7 +175,7 @@ "test.module" : "junit-4.10", "test.name" : "parameterized_test_succeed", "test.parameters" : "{\"metadata\":{\"test_name\":\"parameterized_test_succeed[str1]\"}}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "parameterized_test_succeed()V", "test.status" : "pass", @@ -226,7 +226,7 @@ "test.module" : "junit-4.10", "test.name" : "parameterized_test_succeed", "test.parameters" : "{\"metadata\":{\"test_name\":\"parameterized_test_succeed[str1]\"}}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "parameterized_test_succeed()V", "test.status" : "pass", @@ -326,7 +326,7 @@ "test.module" : "junit-4.10", "test.name" : "parameterized_test_succeed", "test.parameters" : "{\"metadata\":{\"test_name\":\"parameterized_test_succeed[\\\"str2\\\"]\"}}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "parameterized_test_succeed()V", "test.status" : "pass", @@ -377,7 +377,7 @@ "test.module" : "junit-4.10", "test.name" : "parameterized_test_succeed", "test.parameters" : "{\"metadata\":{\"test_name\":\"parameterized_test_succeed[\\\"str2\\\"]\"}}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "parameterized_test_succeed()V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-new-slow-test/events.ftl b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-new-slow-test/events.ftl index b940fe5e3c3..ba9cf9a2b94 100644 --- a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-new-slow-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-new-slow-test/events.ftl @@ -171,7 +171,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_succeed()V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-new-test/events.ftl b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-new-test/events.ftl index 164e2e5ce5e..ed9ffb5d6ab 100644 --- a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-new-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-new-test/events.ftl @@ -171,7 +171,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_succeed()V", "test.status" : "pass", @@ -221,7 +221,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_succeed()V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-skip-new-test/events.ftl b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-skip-new-test/events.ftl index 78dd18aa4fd..22978df4fa0 100644 --- a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-skip-new-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-efd-skip-new-test/events.ftl @@ -151,4 +151,4 @@ }, "type" : "test", "version" : 2 -} ] +} ] \ No newline at end of file diff --git a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-failed-then-succeed/events.ftl b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-failed-then-succeed/events.ftl index ab4a93d264d..c1e2186968c 100644 --- a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-failed-then-succeed/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-failed-then-succeed/events.ftl @@ -173,7 +173,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_failed_then_succeed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed_then_succeed()V", "test.status" : "fail", @@ -225,7 +225,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_failed_then_succeed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed_then_succeed()V", "test.status" : "fail", @@ -274,7 +274,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_failed_then_succeed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed_then_succeed()V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-quarantined-failed-atr/events.ftl b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-quarantined-failed-atr/events.ftl index aad8bea1746..72c90b9448d 100644 --- a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-quarantined-failed-atr/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-quarantined-failed-atr/events.ftl @@ -174,7 +174,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -226,7 +226,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -278,7 +278,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -331,7 +331,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-quarantined-failed-efd/events.ftl b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-quarantined-failed-efd/events.ftl index 213c6d68746..758b9c2c656 100644 --- a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-quarantined-failed-efd/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-quarantined-failed-efd/events.ftl @@ -178,7 +178,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_failed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -232,7 +232,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_failed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-retry-failed/events.ftl b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-retry-failed/events.ftl index 172e56130b4..7dc9816ef55 100644 --- a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-retry-failed/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-retry-failed/events.ftl @@ -171,7 +171,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -222,7 +222,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -273,7 +273,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -325,7 +325,7 @@ "test.is_retry" : "true", "test.module" : "junit-4.10", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-retry-parameterized/events.ftl b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-retry-parameterized/events.ftl index e07bca9d382..51c79bee5e0 100644 --- a/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-retry-parameterized/events.ftl +++ b/dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-retry-parameterized/events.ftl @@ -175,7 +175,7 @@ "test.module" : "junit-4.10", "test.name" : "test_failed_parameterized", "test.parameters" : "{\"metadata\":{\"test_name\":\"test_failed_parameterized[0 0 42]\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed_parameterized()V", "test.status" : "fail", @@ -228,7 +228,7 @@ "test.module" : "junit-4.10", "test.name" : "test_failed_parameterized", "test.parameters" : "{\"metadata\":{\"test_name\":\"test_failed_parameterized[0 0 42]\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed_parameterized()V", "test.status" : "fail", @@ -281,7 +281,7 @@ "test.module" : "junit-4.10", "test.name" : "test_failed_parameterized", "test.parameters" : "{\"metadata\":{\"test_name\":\"test_failed_parameterized[0 0 42]\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed_parameterized()V", "test.status" : "fail", @@ -335,7 +335,7 @@ "test.module" : "junit-4.10", "test.name" : "test_failed_parameterized", "test.parameters" : "{\"metadata\":{\"test_name\":\"test_failed_parameterized[0 0 42]\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed_parameterized()V", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-efd-new-scenario-outline-5.4.0/events.ftl b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-efd-new-scenario-outline-5.4.0/events.ftl index e2d2852e4ac..fd74034bd27 100644 --- a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-efd-new-scenario-outline-5.4.0/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-efd-new-scenario-outline-5.4.0/events.ftl @@ -182,7 +182,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Many additions.Single digits.Example #1", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -228,7 +228,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Many additions.Single digits.Example #1", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -318,7 +318,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Many additions.Single digits.Example #2", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -364,7 +364,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Many additions.Single digits.Example #2", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", diff --git a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-efd-new-scenario-outline-latest/events.ftl b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-efd-new-scenario-outline-latest/events.ftl index a2bfa2f4e86..aa0df1640c0 100644 --- a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-efd-new-scenario-outline-latest/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-efd-new-scenario-outline-latest/events.ftl @@ -182,7 +182,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Many additions.Single digits.Example #1.1", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -228,7 +228,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Many additions.Single digits.Example #1.1", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -318,7 +318,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Many additions.Single digits.Example #1.2", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -364,7 +364,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Many additions.Single digits.Example #1.2", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", diff --git a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-efd-new-slow-test/events.ftl b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-efd-new-slow-test/events.ftl index e6243c826f2..1883e865ad6 100644 --- a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-efd-new-slow-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-efd-new-slow-test/events.ftl @@ -94,7 +94,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Addition", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_slow.feature:Basic Arithmetic", "test.traits" : "{\"category\":[\"foo\"]}", diff --git a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-efd-new-test/events.ftl b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-efd-new-test/events.ftl index ec08e23411e..ef35ef311a7 100644 --- a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-efd-new-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-efd-new-test/events.ftl @@ -94,7 +94,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Addition", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic.feature:Basic Arithmetic", "test.traits" : "{\"category\":[\"foo\"]}", @@ -140,7 +140,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Addition", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic.feature:Basic Arithmetic", "test.traits" : "{\"category\":[\"foo\"]}", diff --git a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-efd-skip-new-test/events.ftl b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-efd-skip-new-test/events.ftl index 18134022ed9..91cb80e560b 100644 --- a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-efd-skip-new-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-efd-skip-new-test/events.ftl @@ -142,4 +142,4 @@ }, "type" : "test_module_end", "version" : 1 -} ] +} ] \ No newline at end of file diff --git a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-failed-then-succeed/events.ftl b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-failed-then-succeed/events.ftl index bf194825718..d1bcf0eb03f 100644 --- a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-failed-then-succeed/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-failed-then-succeed/events.ftl @@ -98,7 +98,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Addition", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed_then_succeed.feature:Basic Arithmetic", "test.traits" : "{\"category\":[\"foo\"]}", @@ -143,7 +143,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Addition", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "pass", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed_then_succeed.feature:Basic Arithmetic", "test.traits" : "{\"category\":[\"foo\"]}", diff --git a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-quarantined-failed-atr/events.ftl b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-quarantined-failed-atr/events.ftl index 5b3859d02cf..8c97839cbeb 100644 --- a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-quarantined-failed-atr/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-quarantined-failed-atr/events.ftl @@ -99,7 +99,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Addition", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic", "test.test_management.is_quarantined" : "true", @@ -148,7 +148,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Addition", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic", "test.test_management.is_quarantined" : "true", @@ -197,7 +197,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Addition", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic", "test.test_management.is_quarantined" : "true", @@ -247,7 +247,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Addition", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic", "test.test_management.is_quarantined" : "true", diff --git a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-quarantined-failed-efd/events.ftl b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-quarantined-failed-efd/events.ftl index 8110decaf3a..ea8ea2e5230 100644 --- a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-quarantined-failed-efd/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-quarantined-failed-efd/events.ftl @@ -101,7 +101,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Addition", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic", "test.test_management.is_quarantined" : "true", @@ -152,7 +152,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Addition", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic", "test.test_management.is_quarantined" : "true", diff --git a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-retry-failed-scenario-outline-5.4.0/events.ftl b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-retry-failed-scenario-outline-5.4.0/events.ftl index 016c03a42fc..906bbc448ec 100644 --- a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-retry-failed-scenario-outline-5.4.0/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-retry-failed-scenario-outline-5.4.0/events.ftl @@ -98,7 +98,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Many additions.Single digits.Example #1", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_failed_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -146,7 +146,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Many additions.Single digits.Example #1", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_failed_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -194,7 +194,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Many additions.Single digits.Example #1", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_failed_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -243,7 +243,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Many additions.Single digits.Example #1", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_failed_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", diff --git a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-retry-failed-scenario-outline-latest/events.ftl b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-retry-failed-scenario-outline-latest/events.ftl index 2f442c71f5c..ac68810e776 100644 --- a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-retry-failed-scenario-outline-latest/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-retry-failed-scenario-outline-latest/events.ftl @@ -98,7 +98,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Many additions.Single digits.Example #1.1", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_failed_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -146,7 +146,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Many additions.Single digits.Example #1.1", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_failed_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -194,7 +194,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Many additions.Single digits.Example #1.1", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_failed_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", @@ -243,7 +243,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Many additions.Single digits.Example #1.1", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_with_failed_examples.feature:Basic Arithmetic With Examples", "test.traits" : "{\"category\":[\"foo\"]}", diff --git a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-retry-failed/events.ftl b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-retry-failed/events.ftl index 5072bbc7707..f0274ae5cd5 100644 --- a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-retry-failed/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-retry-failed/events.ftl @@ -98,7 +98,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Addition", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic", "test.traits" : "{\"category\":[\"foo\"]}", @@ -146,7 +146,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Addition", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic", "test.traits" : "{\"category\":[\"foo\"]}", @@ -194,7 +194,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Addition", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic", "test.traits" : "{\"category\":[\"foo\"]}", @@ -243,7 +243,7 @@ "test.is_retry" : "true", "test.module" : "cucumber-junit-5", "test.name" : "Addition", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic", "test.traits" : "{\"category\":[\"foo\"]}", diff --git a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-faulty-session-threshold/events.ftl b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-faulty-session-threshold/events.ftl index f2eef966c0c..2c9eed8f79e 100644 --- a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-faulty-session-threshold/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-faulty-session-threshold/events.ftl @@ -157,7 +157,7 @@ "test.is_retry" : "true", "test.module" : "spock-junit-5", "test.name" : "test failure", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test failure()V", "test.status" : "fail", @@ -211,7 +211,7 @@ "test.is_retry" : "true", "test.module" : "spock-junit-5", "test.name" : "test failure", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test failure()V", "test.status" : "fail", @@ -309,7 +309,7 @@ "test.is_retry" : "true", "test.module" : "spock-junit-5", "test.name" : "test success", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test success()V", "test.status" : "pass", @@ -359,7 +359,7 @@ "test.is_retry" : "true", "test.module" : "spock-junit-5", "test.name" : "test success", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test success()V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-known-tests-and-new-test/events.ftl b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-known-tests-and-new-test/events.ftl index 81abbcb4133..7d27840879b 100644 --- a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-known-tests-and-new-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-known-tests-and-new-test/events.ftl @@ -153,7 +153,7 @@ "test.module" : "spock-junit-5", "test.name" : "test add 4 and 4", "test.parameters" : "{\"metadata\":{\"test_name\":\"test add 4 and 4\"}}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test add #a and #b(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V", "test.status" : "pass", @@ -204,7 +204,7 @@ "test.module" : "spock-junit-5", "test.name" : "test add 4 and 4", "test.parameters" : "{\"metadata\":{\"test_name\":\"test add 4 and 4\"}}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test add #a and #b(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-new-parameterized-test/events.ftl b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-new-parameterized-test/events.ftl index deca3bb94d9..54b1be4a260 100644 --- a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-new-parameterized-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-new-parameterized-test/events.ftl @@ -105,7 +105,7 @@ "test.module" : "spock-junit-5", "test.name" : "test add 1 and 2", "test.parameters" : "{\"metadata\":{\"test_name\":\"test add 1 and 2\"}}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test add #a and #b(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V", "test.status" : "pass", @@ -156,7 +156,7 @@ "test.module" : "spock-junit-5", "test.name" : "test add 1 and 2", "test.parameters" : "{\"metadata\":{\"test_name\":\"test add 1 and 2\"}}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test add #a and #b(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V", "test.status" : "pass", @@ -256,7 +256,7 @@ "test.module" : "spock-junit-5", "test.name" : "test add 4 and 4", "test.parameters" : "{\"metadata\":{\"test_name\":\"test add 4 and 4\"}}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test add #a and #b(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V", "test.status" : "pass", @@ -307,7 +307,7 @@ "test.module" : "spock-junit-5", "test.name" : "test add 4 and 4", "test.parameters" : "{\"metadata\":{\"test_name\":\"test add 4 and 4\"}}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test add #a and #b(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-new-slow-test/events.ftl b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-new-slow-test/events.ftl index 3669b47e4bf..a17e9711e51 100644 --- a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-new-slow-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-new-slow-test/events.ftl @@ -103,7 +103,7 @@ "test.is_retry" : "true", "test.module" : "spock-junit-5", "test.name" : "test success", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test success()V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-new-test/events.ftl b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-new-test/events.ftl index 433b4acfd1a..307aa673239 100644 --- a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-new-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-new-test/events.ftl @@ -103,7 +103,7 @@ "test.is_retry" : "true", "test.module" : "spock-junit-5", "test.name" : "test success", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test success()V", "test.status" : "pass", @@ -153,7 +153,7 @@ "test.is_retry" : "true", "test.module" : "spock-junit-5", "test.name" : "test success", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test success()V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-skip-new-test/events.ftl b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-skip-new-test/events.ftl index 8a8b707f436..7b64c498a8d 100644 --- a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-skip-new-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-efd-skip-new-test/events.ftl @@ -151,4 +151,4 @@ }, "type" : "test_module_end", "version" : 1 -} ] +} ] \ No newline at end of file diff --git a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-failed-then-succeed/events.ftl b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-failed-then-succeed/events.ftl index 2c8a5a3eeb5..88d21821bdf 100644 --- a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-failed-then-succeed/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-failed-then-succeed/events.ftl @@ -107,7 +107,7 @@ "test.is_retry" : "true", "test.module" : "spock-junit-5", "test.name" : "test failed then succeed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test failed then succeed()V", "test.status" : "fail", @@ -159,7 +159,7 @@ "test.is_retry" : "true", "test.module" : "spock-junit-5", "test.name" : "test failed then succeed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test failed then succeed()V", "test.status" : "fail", @@ -208,7 +208,7 @@ "test.is_retry" : "true", "test.module" : "spock-junit-5", "test.name" : "test failed then succeed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test failed then succeed()V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-parameterized-failed-then-succeed/events.ftl b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-parameterized-failed-then-succeed/events.ftl index 3ee48fc5baf..775a5f35516 100644 --- a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-parameterized-failed-then-succeed/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-parameterized-failed-then-succeed/events.ftl @@ -109,7 +109,7 @@ "test.module" : "spock-junit-5", "test.name" : "test add 1 and 2", "test.parameters" : "{\"metadata\":{\"test_name\":\"test add 1 and 2\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test add #a and #b(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V", "test.status" : "fail", @@ -159,7 +159,7 @@ "test.module" : "spock-junit-5", "test.name" : "test add 1 and 2", "test.parameters" : "{\"metadata\":{\"test_name\":\"test add 1 and 2\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test add #a and #b(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-quarantined-failed-atr/events.ftl b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-quarantined-failed-atr/events.ftl index 92ba76ddb98..469ab00743d 100644 --- a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-quarantined-failed-atr/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-quarantined-failed-atr/events.ftl @@ -108,7 +108,7 @@ "test.is_retry" : "true", "test.module" : "spock-junit-5", "test.name" : "test failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test failed()V", "test.status" : "fail", @@ -161,7 +161,7 @@ "test.is_retry" : "true", "test.module" : "spock-junit-5", "test.name" : "test failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test failed()V", "test.status" : "fail", @@ -214,7 +214,7 @@ "test.is_retry" : "true", "test.module" : "spock-junit-5", "test.name" : "test failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test failed()V", "test.status" : "fail", @@ -268,7 +268,7 @@ "test.is_retry" : "true", "test.module" : "spock-junit-5", "test.name" : "test failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test failed()V", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-quarantined-failed-efd/events.ftl b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-quarantined-failed-efd/events.ftl index c0b8a9f1c28..b9e3e4fb203 100644 --- a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-quarantined-failed-efd/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-quarantined-failed-efd/events.ftl @@ -110,7 +110,7 @@ "test.is_retry" : "true", "test.module" : "spock-junit-5", "test.name" : "test failed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test failed()V", "test.status" : "fail", @@ -165,7 +165,7 @@ "test.is_retry" : "true", "test.module" : "spock-junit-5", "test.name" : "test failed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test failed()V", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-retry-failed/events.ftl b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-retry-failed/events.ftl index a216474383b..585abb8f360 100644 --- a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-retry-failed/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-retry-failed/events.ftl @@ -107,7 +107,7 @@ "test.is_retry" : "true", "test.module" : "spock-junit-5", "test.name" : "test failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test failed()V", "test.status" : "fail", @@ -159,7 +159,7 @@ "test.is_retry" : "true", "test.module" : "spock-junit-5", "test.name" : "test failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test failed()V", "test.status" : "fail", @@ -211,7 +211,7 @@ "test.is_retry" : "true", "test.module" : "spock-junit-5", "test.name" : "test failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test failed()V", "test.status" : "fail", @@ -264,7 +264,7 @@ "test.is_retry" : "true", "test.module" : "spock-junit-5", "test.name" : "test failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test failed()V", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-retry-parameterized/events.ftl b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-retry-parameterized/events.ftl index c02c03b8f88..06f32612c39 100644 --- a/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-retry-parameterized/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-retry-parameterized/events.ftl @@ -157,7 +157,7 @@ "test.module" : "spock-junit-5", "test.name" : "test add 4 and 4", "test.parameters" : "{\"metadata\":{\"test_name\":\"test add 4 and 4\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test add #a and #b(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V", "test.status" : "fail", @@ -210,7 +210,7 @@ "test.module" : "spock-junit-5", "test.name" : "test add 4 and 4", "test.parameters" : "{\"metadata\":{\"test_name\":\"test add 4 and 4\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test add #a and #b(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V", "test.status" : "fail", @@ -263,7 +263,7 @@ "test.module" : "spock-junit-5", "test.name" : "test add 4 and 4", "test.parameters" : "{\"metadata\":{\"test_name\":\"test add 4 and 4\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test add #a and #b(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V", "test.status" : "fail", @@ -317,7 +317,7 @@ "test.module" : "spock-junit-5", "test.name" : "test add 4 and 4", "test.parameters" : "{\"metadata\":{\"test_name\":\"test add 4 and 4\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test add #a and #b(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-faulty-session-threshold/events.ftl b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-faulty-session-threshold/events.ftl index dee6ddcfddf..6b68a414c44 100644 --- a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-faulty-session-threshold/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-faulty-session-threshold/events.ftl @@ -173,7 +173,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_another_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_another_succeed()V", "test.status" : "pass", @@ -223,7 +223,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_another_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_another_succeed()V", "test.status" : "pass", @@ -327,7 +327,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_failed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -381,7 +381,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_failed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-known-tests-and-new-test/events.ftl b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-known-tests-and-new-test/events.ftl index a06d80c51e7..f50c19ad6bc 100644 --- a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-known-tests-and-new-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-known-tests-and-new-test/events.ftl @@ -171,7 +171,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_another_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_another_succeed()V", "test.status" : "pass", @@ -221,7 +221,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_another_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_another_succeed()V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-new-parameterized-test/events.ftl b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-new-parameterized-test/events.ftl index 07803834634..ff490b92533 100644 --- a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-new-parameterized-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-new-parameterized-test/events.ftl @@ -175,7 +175,7 @@ "test.module" : "junit-5.3", "test.name" : "test_parameterized", "test.parameters" : "{\"metadata\":{\"test_name\":\"[1] 0, 0, 0, some:\\\"parameter\\\"\"}}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_parameterized(IIILjava/lang/String;)V", "test.status" : "pass", @@ -226,7 +226,7 @@ "test.module" : "junit-5.3", "test.name" : "test_parameterized", "test.parameters" : "{\"metadata\":{\"test_name\":\"[1] 0, 0, 0, some:\\\"parameter\\\"\"}}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_parameterized(IIILjava/lang/String;)V", "test.status" : "pass", @@ -326,7 +326,7 @@ "test.module" : "junit-5.3", "test.name" : "test_parameterized", "test.parameters" : "{\"metadata\":{\"test_name\":\"[2] 1, 1, 2, some:\\\"parameter\\\"\"}}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_parameterized(IIILjava/lang/String;)V", "test.status" : "pass", @@ -377,7 +377,7 @@ "test.module" : "junit-5.3", "test.name" : "test_parameterized", "test.parameters" : "{\"metadata\":{\"test_name\":\"[2] 1, 1, 2, some:\\\"parameter\\\"\"}}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_parameterized(IIILjava/lang/String;)V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-new-slow-test/events.ftl b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-new-slow-test/events.ftl index 6b1ff05bd57..c0fd46c72f0 100644 --- a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-new-slow-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-new-slow-test/events.ftl @@ -171,7 +171,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_succeed()V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-new-test/events.ftl b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-new-test/events.ftl index 89d13b59628..9a5b57d5158 100644 --- a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-new-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-new-test/events.ftl @@ -171,7 +171,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_succeed()V", "test.status" : "pass", @@ -221,7 +221,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_succeed()V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-skip-new-test/events.ftl b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-skip-new-test/events.ftl index f797c702e61..8578a900ad9 100644 --- a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-skip-new-test/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-efd-skip-new-test/events.ftl @@ -151,4 +151,4 @@ }, "type" : "test", "version" : 2 -} ] +} ] \ No newline at end of file diff --git a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-failed-then-succeed/events.ftl b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-failed-then-succeed/events.ftl index 1cf01c08330..330170ec194 100644 --- a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-failed-then-succeed/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-failed-then-succeed/events.ftl @@ -173,7 +173,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_failed_then_succeed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed_then_succeed()V", "test.status" : "fail", @@ -225,7 +225,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_failed_then_succeed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed_then_succeed()V", "test.status" : "fail", @@ -274,7 +274,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_failed_then_succeed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed_then_succeed()V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-quarantined-failed-atr/events.ftl b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-quarantined-failed-atr/events.ftl index e1a5b7257ab..cc509701a25 100644 --- a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-quarantined-failed-atr/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-quarantined-failed-atr/events.ftl @@ -176,7 +176,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -229,7 +229,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -282,7 +282,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -336,7 +336,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-quarantined-failed-efd/events.ftl b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-quarantined-failed-efd/events.ftl index 84deb75c7f4..aa06a0aa13f 100644 --- a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-quarantined-failed-efd/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-quarantined-failed-efd/events.ftl @@ -180,7 +180,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_failed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -235,7 +235,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_failed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-retry-factory/events.ftl b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-retry-factory/events.ftl index 37f574b8e35..3b34592b5e1 100644 --- a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-retry-factory/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-retry-factory/events.ftl @@ -220,7 +220,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_factory", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_factory()Ljava/lang/Iterable;", "test.status" : "fail", @@ -272,7 +272,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_factory", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_factory()Ljava/lang/Iterable;", "test.status" : "fail", @@ -324,7 +324,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_factory", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_factory()Ljava/lang/Iterable;", "test.status" : "fail", @@ -377,7 +377,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_factory", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_factory()Ljava/lang/Iterable;", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-retry-failed/events.ftl b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-retry-failed/events.ftl index 2c2c086d119..c883a01ab2b 100644 --- a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-retry-failed/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-retry-failed/events.ftl @@ -173,7 +173,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -225,7 +225,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -277,7 +277,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -330,7 +330,7 @@ "test.is_retry" : "true", "test.module" : "junit-5.3", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-retry-parameterized/events.ftl b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-retry-parameterized/events.ftl index f1317e99a91..0fe83fb347b 100644 --- a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-retry-parameterized/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-retry-parameterized/events.ftl @@ -175,7 +175,7 @@ "test.module" : "junit-5.3", "test.name" : "test_failed_parameterized", "test.parameters" : "{\"metadata\":{\"test_name\":\"[1] 0, 0, 42\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed_parameterized(III)V", "test.status" : "fail", @@ -228,7 +228,7 @@ "test.module" : "junit-5.3", "test.name" : "test_failed_parameterized", "test.parameters" : "{\"metadata\":{\"test_name\":\"[1] 0, 0, 42\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed_parameterized(III)V", "test.status" : "fail", @@ -281,7 +281,7 @@ "test.module" : "junit-5.3", "test.name" : "test_failed_parameterized", "test.parameters" : "{\"metadata\":{\"test_name\":\"[1] 0, 0, 42\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed_parameterized(III)V", "test.status" : "fail", @@ -335,7 +335,7 @@ "test.module" : "junit-5.3", "test.name" : "test_failed_parameterized", "test.parameters" : "{\"metadata\":{\"test_name\":\"[1] 0, 0, 42\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed_parameterized(III)V", "test.status" : "fail", @@ -439,7 +439,7 @@ "test.module" : "junit-5.3", "test.name" : "test_failed_parameterized", "test.parameters" : "{\"metadata\":{\"test_name\":\"[2] 1, 1, 42\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed_parameterized(III)V", "test.status" : "fail", @@ -492,7 +492,7 @@ "test.module" : "junit-5.3", "test.name" : "test_failed_parameterized", "test.parameters" : "{\"metadata\":{\"test_name\":\"[2] 1, 1, 42\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed_parameterized(III)V", "test.status" : "fail", @@ -545,7 +545,7 @@ "test.module" : "junit-5.3", "test.name" : "test_failed_parameterized", "test.parameters" : "{\"metadata\":{\"test_name\":\"[2] 1, 1, 42\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed_parameterized(III)V", "test.status" : "fail", @@ -599,7 +599,7 @@ "test.module" : "junit-5.3", "test.name" : "test_failed_parameterized", "test.parameters" : "{\"metadata\":{\"test_name\":\"[2] 1, 1, 42\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed_parameterized(III)V", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-retry-template/events.ftl b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-retry-template/events.ftl index ca9af531ada..907ad29b08a 100644 --- a/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-retry-template/events.ftl +++ b/dd-java-agent/instrumentation/junit-5.3/src/test/resources/test-retry-template/events.ftl @@ -175,7 +175,7 @@ "test.module" : "junit-5.3", "test.name" : "test_template", "test.parameters" : "{\"metadata\":{\"test_name\":\"test_template_failed\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_template(Lorg/example/TestFailedTemplate$SampleTestCase;)V", "test.status" : "fail", @@ -228,7 +228,7 @@ "test.module" : "junit-5.3", "test.name" : "test_template", "test.parameters" : "{\"metadata\":{\"test_name\":\"test_template_failed\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_template(Lorg/example/TestFailedTemplate$SampleTestCase;)V", "test.status" : "fail", @@ -281,7 +281,7 @@ "test.module" : "junit-5.3", "test.name" : "test_template", "test.parameters" : "{\"metadata\":{\"test_name\":\"test_template_failed\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_template(Lorg/example/TestFailedTemplate$SampleTestCase;)V", "test.status" : "fail", @@ -335,7 +335,7 @@ "test.module" : "junit-5.3", "test.name" : "test_template", "test.parameters" : "{\"metadata\":{\"test_name\":\"test_template_failed\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_template(Lorg/example/TestFailedTemplate$SampleTestCase;)V", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/karate/src/test/resources/test-efd-faulty-session-threshold/events.ftl b/dd-java-agent/instrumentation/karate/src/test/resources/test-efd-faulty-session-threshold/events.ftl index dddeb50921c..90cd2054634 100644 --- a/dd-java-agent/instrumentation/karate/src/test/resources/test-efd-faulty-session-threshold/events.ftl +++ b/dd-java-agent/instrumentation/karate/src/test/resources/test-efd-faulty-session-threshold/events.ftl @@ -599,7 +599,7 @@ "test.module" : "karate", "test.name" : "first scenario as an outline", "test.parameters" : "{\"param\":\"'a'\",\"value\":\"aa\"}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "[org/example/test_parameterized_more_cases] test parameterized", "test.type" : "test", @@ -645,7 +645,7 @@ "test.module" : "karate", "test.name" : "first scenario as an outline", "test.parameters" : "{\"param\":\"'a'\",\"value\":\"aa\"}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "[org/example/test_parameterized_more_cases] test parameterized", "test.type" : "test", @@ -735,7 +735,7 @@ "test.module" : "karate", "test.name" : "first scenario as an outline", "test.parameters" : "{\"param\":\"'b'\",\"value\":\"bb\"}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "[org/example/test_parameterized_more_cases] test parameterized", "test.type" : "test", @@ -781,7 +781,7 @@ "test.module" : "karate", "test.name" : "first scenario as an outline", "test.parameters" : "{\"param\":\"'b'\",\"value\":\"bb\"}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "[org/example/test_parameterized_more_cases] test parameterized", "test.type" : "test", diff --git a/dd-java-agent/instrumentation/karate/src/test/resources/test-efd-new-parameterized-test/events.ftl b/dd-java-agent/instrumentation/karate/src/test/resources/test-efd-new-parameterized-test/events.ftl index 381cce18437..dca7074a968 100644 --- a/dd-java-agent/instrumentation/karate/src/test/resources/test-efd-new-parameterized-test/events.ftl +++ b/dd-java-agent/instrumentation/karate/src/test/resources/test-efd-new-parameterized-test/events.ftl @@ -527,7 +527,7 @@ "test.module" : "karate", "test.name" : "first scenario as an outline", "test.parameters" : "{\"param\":\"'a'\",\"value\":\"aa\"}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "[org/example/test_parameterized] test parameterized", "test.type" : "test", @@ -573,7 +573,7 @@ "test.module" : "karate", "test.name" : "first scenario as an outline", "test.parameters" : "{\"param\":\"'a'\",\"value\":\"aa\"}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "[org/example/test_parameterized] test parameterized", "test.type" : "test", @@ -663,7 +663,7 @@ "test.module" : "karate", "test.name" : "first scenario as an outline", "test.parameters" : "{\"param\":\"'b'\",\"value\":\"bb\"}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "[org/example/test_parameterized] test parameterized", "test.type" : "test", @@ -709,7 +709,7 @@ "test.module" : "karate", "test.name" : "first scenario as an outline", "test.parameters" : "{\"param\":\"'b'\",\"value\":\"bb\"}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "[org/example/test_parameterized] test parameterized", "test.type" : "test", diff --git a/dd-java-agent/instrumentation/karate/src/test/resources/test-efd-new-slow-test/events.ftl b/dd-java-agent/instrumentation/karate/src/test/resources/test-efd-new-slow-test/events.ftl index 37160da944f..b5d9a044f4b 100644 --- a/dd-java-agent/instrumentation/karate/src/test/resources/test-efd-new-slow-test/events.ftl +++ b/dd-java-agent/instrumentation/karate/src/test/resources/test-efd-new-slow-test/events.ftl @@ -143,7 +143,7 @@ "test.is_retry" : "true", "test.module" : "karate", "test.name" : "first scenario", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "[org/example/test_succeed_slow] test succeed", "test.traits" : "{\"category\":[\"bar\",\"foo\"]}", diff --git a/dd-java-agent/instrumentation/karate/src/test/resources/test-efd-new-test/events.ftl b/dd-java-agent/instrumentation/karate/src/test/resources/test-efd-new-test/events.ftl index 72606227362..62110eb8807 100644 --- a/dd-java-agent/instrumentation/karate/src/test/resources/test-efd-new-test/events.ftl +++ b/dd-java-agent/instrumentation/karate/src/test/resources/test-efd-new-test/events.ftl @@ -167,7 +167,7 @@ "test.is_retry" : "true", "test.module" : "karate", "test.name" : "first scenario", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "[org/example/test_succeed_one_case] test succeed", "test.traits" : "{\"category\":[\"bar\",\"foo\"]}", @@ -213,7 +213,7 @@ "test.is_retry" : "true", "test.module" : "karate", "test.name" : "first scenario", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "[org/example/test_succeed_one_case] test succeed", "test.traits" : "{\"category\":[\"bar\",\"foo\"]}", diff --git a/dd-java-agent/instrumentation/karate/src/test/resources/test-efd-skip-new-test/events.ftl b/dd-java-agent/instrumentation/karate/src/test/resources/test-efd-skip-new-test/events.ftl index b7cba516951..685077d2aca 100644 --- a/dd-java-agent/instrumentation/karate/src/test/resources/test-efd-skip-new-test/events.ftl +++ b/dd-java-agent/instrumentation/karate/src/test/resources/test-efd-skip-new-test/events.ftl @@ -167,4 +167,4 @@ }, "type" : "test_module_end", "version" : 1 -} ] +} ] \ No newline at end of file diff --git a/dd-java-agent/instrumentation/karate/src/test/resources/test-failed-then-succeed/events.ftl b/dd-java-agent/instrumentation/karate/src/test/resources/test-failed-then-succeed/events.ftl index b49efb2f751..787ee8b56c6 100644 --- a/dd-java-agent/instrumentation/karate/src/test/resources/test-failed-then-succeed/events.ftl +++ b/dd-java-agent/instrumentation/karate/src/test/resources/test-failed-then-succeed/events.ftl @@ -169,7 +169,7 @@ "test.is_retry" : "true", "test.module" : "karate", "test.name" : "flaky scenario", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "[org/example/test_failed_then_succeed] test failed", "test.type" : "test", @@ -213,7 +213,7 @@ "test.is_retry" : "true", "test.module" : "karate", "test.name" : "flaky scenario", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "pass", "test.suite" : "[org/example/test_failed_then_succeed] test failed", "test.type" : "test", diff --git a/dd-java-agent/instrumentation/karate/src/test/resources/test-quarantined-failed-atr/events.ftl b/dd-java-agent/instrumentation/karate/src/test/resources/test-quarantined-failed-atr/events.ftl index 227d5cbecab..c419a3e39ca 100644 --- a/dd-java-agent/instrumentation/karate/src/test/resources/test-quarantined-failed-atr/events.ftl +++ b/dd-java-agent/instrumentation/karate/src/test/resources/test-quarantined-failed-atr/events.ftl @@ -284,7 +284,7 @@ "test.is_retry" : "true", "test.module" : "karate", "test.name" : "second scenario", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "[org/example/test_failed] test failed", "test.test_management.is_quarantined" : "true", @@ -332,7 +332,7 @@ "test.is_retry" : "true", "test.module" : "karate", "test.name" : "second scenario", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "[org/example/test_failed] test failed", "test.test_management.is_quarantined" : "true", @@ -380,7 +380,7 @@ "test.is_retry" : "true", "test.module" : "karate", "test.name" : "second scenario", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "[org/example/test_failed] test failed", "test.test_management.is_quarantined" : "true", @@ -429,7 +429,7 @@ "test.is_retry" : "true", "test.module" : "karate", "test.name" : "second scenario", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "[org/example/test_failed] test failed", "test.test_management.is_quarantined" : "true", diff --git a/dd-java-agent/instrumentation/karate/src/test/resources/test-quarantined-failed-efd/events.ftl b/dd-java-agent/instrumentation/karate/src/test/resources/test-quarantined-failed-efd/events.ftl index e5c01fc4d5d..a582dd95f1d 100644 --- a/dd-java-agent/instrumentation/karate/src/test/resources/test-quarantined-failed-efd/events.ftl +++ b/dd-java-agent/instrumentation/karate/src/test/resources/test-quarantined-failed-efd/events.ftl @@ -237,7 +237,7 @@ "test.is_retry" : "true", "test.module" : "karate", "test.name" : "first scenario", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "[org/example/test_failed] test failed", "test.type" : "test", @@ -282,7 +282,7 @@ "test.is_retry" : "true", "test.module" : "karate", "test.name" : "first scenario", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "[org/example/test_failed] test failed", "test.type" : "test", @@ -377,7 +377,7 @@ "test.is_retry" : "true", "test.module" : "karate", "test.name" : "second scenario", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "fail", "test.suite" : "[org/example/test_failed] test failed", "test.test_management.is_quarantined" : "true", @@ -427,7 +427,7 @@ "test.is_retry" : "true", "test.module" : "karate", "test.name" : "second scenario", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "fail", "test.suite" : "[org/example/test_failed] test failed", "test.test_management.is_quarantined" : "true", diff --git a/dd-java-agent/instrumentation/karate/src/test/resources/test-quarantined-failed-known/events.ftl b/dd-java-agent/instrumentation/karate/src/test/resources/test-quarantined-failed-known/events.ftl index 17744682546..5d28491d13e 100644 --- a/dd-java-agent/instrumentation/karate/src/test/resources/test-quarantined-failed-known/events.ftl +++ b/dd-java-agent/instrumentation/karate/src/test/resources/test-quarantined-failed-known/events.ftl @@ -189,7 +189,7 @@ "test.is_retry" : "true", "test.module" : "karate", "test.name" : "first scenario", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "[org/example/test_failed] test failed", "test.type" : "test", @@ -234,7 +234,7 @@ "test.is_retry" : "true", "test.module" : "karate", "test.name" : "first scenario", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.status" : "pass", "test.suite" : "[org/example/test_failed] test failed", "test.type" : "test", diff --git a/dd-java-agent/instrumentation/karate/src/test/resources/test-retry-failed/events.ftl b/dd-java-agent/instrumentation/karate/src/test/resources/test-retry-failed/events.ftl index 302be4e62e9..fea957f0548 100644 --- a/dd-java-agent/instrumentation/karate/src/test/resources/test-retry-failed/events.ftl +++ b/dd-java-agent/instrumentation/karate/src/test/resources/test-retry-failed/events.ftl @@ -286,7 +286,7 @@ "test.is_retry" : "true", "test.module" : "karate", "test.name" : "second scenario", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "[org/example/test_failed] test failed", "test.type" : "test", @@ -333,7 +333,7 @@ "test.is_retry" : "true", "test.module" : "karate", "test.name" : "second scenario", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "[org/example/test_failed] test failed", "test.type" : "test", @@ -380,7 +380,7 @@ "test.is_retry" : "true", "test.module" : "karate", "test.name" : "second scenario", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "[org/example/test_failed] test failed", "test.type" : "test", @@ -428,7 +428,7 @@ "test.is_retry" : "true", "test.module" : "karate", "test.name" : "second scenario", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "[org/example/test_failed] test failed", "test.type" : "test", diff --git a/dd-java-agent/instrumentation/karate/src/test/resources/test-retry-parameterized/events.ftl b/dd-java-agent/instrumentation/karate/src/test/resources/test-retry-parameterized/events.ftl index 496351474e7..bd80539db25 100644 --- a/dd-java-agent/instrumentation/karate/src/test/resources/test-retry-parameterized/events.ftl +++ b/dd-java-agent/instrumentation/karate/src/test/resources/test-retry-parameterized/events.ftl @@ -534,7 +534,7 @@ "test.module" : "karate", "test.name" : "first scenario as an outline", "test.parameters" : "{\"param\":\"'a'\",\"value\":\"aaa\"}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "[org/example/test_failed_parameterized] test parameterized", "test.type" : "test", @@ -582,7 +582,7 @@ "test.module" : "karate", "test.name" : "first scenario as an outline", "test.parameters" : "{\"param\":\"'a'\",\"value\":\"aaa\"}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "[org/example/test_failed_parameterized] test parameterized", "test.type" : "test", @@ -630,7 +630,7 @@ "test.module" : "karate", "test.name" : "first scenario as an outline", "test.parameters" : "{\"param\":\"'a'\",\"value\":\"aaa\"}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "[org/example/test_failed_parameterized] test parameterized", "test.type" : "test", @@ -679,7 +679,7 @@ "test.module" : "karate", "test.name" : "first scenario as an outline", "test.parameters" : "{\"param\":\"'a'\",\"value\":\"aaa\"}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.status" : "fail", "test.suite" : "[org/example/test_failed_parameterized] test parameterized", "test.type" : "test", diff --git a/dd-java-agent/instrumentation/scalatest/src/test/resources/test-efd-faulty-session-threshold/events.ftl b/dd-java-agent/instrumentation/scalatest/src/test/resources/test-efd-faulty-session-threshold/events.ftl index cbf1ffd36cf..0bb59197fb5 100644 --- a/dd-java-agent/instrumentation/scalatest/src/test/resources/test-efd-faulty-session-threshold/events.ftl +++ b/dd-java-agent/instrumentation/scalatest/src/test/resources/test-efd-faulty-session-threshold/events.ftl @@ -100,7 +100,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "Example.add adds two numbers", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.status" : "pass", "test.suite" : "org.example.TestSucceedMoreCases", @@ -147,7 +147,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "Example.add adds two numbers", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.status" : "pass", "test.suite" : "org.example.TestSucceedMoreCases", @@ -284,7 +284,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "Example.subtract subtracts two numbers", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.status" : "pass", "test.suite" : "org.example.TestSucceedMoreCases", @@ -331,7 +331,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "Example.subtract subtracts two numbers", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.status" : "pass", "test.suite" : "org.example.TestSucceedMoreCases", diff --git a/dd-java-agent/instrumentation/scalatest/src/test/resources/test-efd-new-slow-test/events.ftl b/dd-java-agent/instrumentation/scalatest/src/test/resources/test-efd-new-slow-test/events.ftl index a16541e6286..56b89cdc481 100644 --- a/dd-java-agent/instrumentation/scalatest/src/test/resources/test-efd-new-slow-test/events.ftl +++ b/dd-java-agent/instrumentation/scalatest/src/test/resources/test-efd-new-slow-test/events.ftl @@ -100,7 +100,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "Example.add adds two numbers", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.status" : "pass", "test.suite" : "org.example.TestSucceedSlow", diff --git a/dd-java-agent/instrumentation/scalatest/src/test/resources/test-efd-new-test/events.ftl b/dd-java-agent/instrumentation/scalatest/src/test/resources/test-efd-new-test/events.ftl index c11c5dc1f45..a80a74aa218 100644 --- a/dd-java-agent/instrumentation/scalatest/src/test/resources/test-efd-new-test/events.ftl +++ b/dd-java-agent/instrumentation/scalatest/src/test/resources/test-efd-new-test/events.ftl @@ -100,7 +100,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "Example.add adds two numbers", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.status" : "pass", "test.suite" : "org.example.TestSucceed", @@ -147,7 +147,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "Example.add adds two numbers", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.status" : "pass", "test.suite" : "org.example.TestSucceed", diff --git a/dd-java-agent/instrumentation/scalatest/src/test/resources/test-failed-then-succeed/events.ftl b/dd-java-agent/instrumentation/scalatest/src/test/resources/test-failed-then-succeed/events.ftl index 4086cf54d0c..2804f20b92f 100644 --- a/dd-java-agent/instrumentation/scalatest/src/test/resources/test-failed-then-succeed/events.ftl +++ b/dd-java-agent/instrumentation/scalatest/src/test/resources/test-failed-then-succeed/events.ftl @@ -104,7 +104,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "Example.add adds two numbers", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailedThenSucceed", @@ -150,7 +150,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "Example.add adds two numbers", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "pass", "test.suite" : "org.example.TestFailedThenSucceed", diff --git a/dd-java-agent/instrumentation/scalatest/src/test/resources/test-quarantined-failed-atr/events.ftl b/dd-java-agent/instrumentation/scalatest/src/test/resources/test-quarantined-failed-atr/events.ftl index 5af1f9c5fb9..dfb03aee9e7 100644 --- a/dd-java-agent/instrumentation/scalatest/src/test/resources/test-quarantined-failed-atr/events.ftl +++ b/dd-java-agent/instrumentation/scalatest/src/test/resources/test-quarantined-failed-atr/events.ftl @@ -105,7 +105,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "Example.add adds two numbers", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailed", @@ -155,7 +155,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "Example.add adds two numbers", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailed", @@ -205,7 +205,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "Example.add adds two numbers", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailed", @@ -256,7 +256,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "Example.add adds two numbers", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailed", diff --git a/dd-java-agent/instrumentation/scalatest/src/test/resources/test-quarantined-failed-efd/events.ftl b/dd-java-agent/instrumentation/scalatest/src/test/resources/test-quarantined-failed-efd/events.ftl index 11a21ee17f1..76289238ef9 100644 --- a/dd-java-agent/instrumentation/scalatest/src/test/resources/test-quarantined-failed-efd/events.ftl +++ b/dd-java-agent/instrumentation/scalatest/src/test/resources/test-quarantined-failed-efd/events.ftl @@ -107,7 +107,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "Example.add adds two numbers", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailed", @@ -159,7 +159,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "Example.add adds two numbers", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailed", diff --git a/dd-java-agent/instrumentation/scalatest/src/test/resources/test-retry-failed/events.ftl b/dd-java-agent/instrumentation/scalatest/src/test/resources/test-retry-failed/events.ftl index e91b82add17..fde9b5d172a 100644 --- a/dd-java-agent/instrumentation/scalatest/src/test/resources/test-retry-failed/events.ftl +++ b/dd-java-agent/instrumentation/scalatest/src/test/resources/test-retry-failed/events.ftl @@ -104,7 +104,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "Example.add adds two numbers", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailed", @@ -153,7 +153,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "Example.add adds two numbers", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailed", @@ -202,7 +202,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "Example.add adds two numbers", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailed", @@ -252,7 +252,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "Example.add adds two numbers", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailed", diff --git a/dd-java-agent/instrumentation/scalatest/src/test/resources/test-retry-parameterized/events.ftl b/dd-java-agent/instrumentation/scalatest/src/test/resources/test-retry-parameterized/events.ftl index b4b7632dac7..e084d9b76fe 100644 --- a/dd-java-agent/instrumentation/scalatest/src/test/resources/test-retry-parameterized/events.ftl +++ b/dd-java-agent/instrumentation/scalatest/src/test/resources/test-retry-parameterized/events.ftl @@ -104,7 +104,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "addition should correctly add two numbers", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailedParameterized", @@ -153,7 +153,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "addition should correctly add two numbers", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailedParameterized", @@ -202,7 +202,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "addition should correctly add two numbers", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailedParameterized", @@ -252,7 +252,7 @@ "test.is_retry" : "true", "test.module" : "scalatest", "test.name" : "addition should correctly add two numbers", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.status" : "fail", "test.suite" : "org.example.TestFailedParameterized", diff --git a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-faulty-session-threshold/events.ftl b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-faulty-session-threshold/events.ftl index 146b1462b1d..84f9cc8d492 100644 --- a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-faulty-session-threshold/events.ftl +++ b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-faulty-session-threshold/events.ftl @@ -103,7 +103,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_another_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_another_succeed()V", "test.status" : "fail", @@ -153,7 +153,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_another_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_another_succeed()V", "test.status" : "pass", @@ -258,7 +258,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_failed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -311,7 +311,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_failed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-known-tests-and-new-test/events.ftl b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-known-tests-and-new-test/events.ftl index 49d5e2576c8..a75b977ae37 100644 --- a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-known-tests-and-new-test/events.ftl +++ b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-known-tests-and-new-test/events.ftl @@ -103,7 +103,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_another_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_another_succeed()V", "test.status" : "fail", @@ -153,7 +153,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_another_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_another_succeed()V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-new-parameterized-test/events.ftl b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-new-parameterized-test/events.ftl index 93a00c2b7eb..08d2ff98cef 100644 --- a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-new-parameterized-test/events.ftl +++ b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-new-parameterized-test/events.ftl @@ -105,7 +105,7 @@ "test.module" : "testng-7", "test.name" : "parameterized_test_succeed", "test.parameters" : "{\"arguments\":{\"0\":\"hello\",\"1\":\"true\"}}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "parameterized_test_succeed(Ljava/lang/String;Z)V", "test.status" : "fail", @@ -156,7 +156,7 @@ "test.module" : "testng-7", "test.name" : "parameterized_test_succeed", "test.parameters" : "{\"arguments\":{\"0\":\"hello\",\"1\":\"true\"}}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "parameterized_test_succeed(Ljava/lang/String;Z)V", "test.status" : "pass", @@ -256,7 +256,7 @@ "test.module" : "testng-7", "test.name" : "parameterized_test_succeed", "test.parameters" : "{\"arguments\":{\"0\":\"\\\"goodbye\\\"\",\"1\":\"false\"}}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "parameterized_test_succeed(Ljava/lang/String;Z)V", "test.status" : "fail", @@ -307,7 +307,7 @@ "test.module" : "testng-7", "test.name" : "parameterized_test_succeed", "test.parameters" : "{\"arguments\":{\"0\":\"\\\"goodbye\\\"\",\"1\":\"false\"}}", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "parameterized_test_succeed(Ljava/lang/String;Z)V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-new-slow-test/events.ftl b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-new-slow-test/events.ftl index 6479410e80c..aab28578694 100644 --- a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-new-slow-test/events.ftl +++ b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-new-slow-test/events.ftl @@ -103,7 +103,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_succeed()V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-new-test/events.ftl b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-new-test/events.ftl index 78c84bafc26..ab51201b7d2 100644 --- a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-new-test/events.ftl +++ b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-new-test/events.ftl @@ -103,7 +103,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_succeed()V", "test.status" : "fail", @@ -153,7 +153,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_succeed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_succeed()V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-skip-new-test/events.ftl b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-skip-new-test/events.ftl index d56800edc2f..6b20567baba 100644 --- a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-skip-new-test/events.ftl +++ b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-efd-skip-new-test/events.ftl @@ -151,4 +151,4 @@ }, "type" : "test_module_end", "version" : 1 -} ] +} ] \ No newline at end of file diff --git a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-failed-then-succeed/events.ftl b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-failed-then-succeed/events.ftl index 463aed8c649..fa40dfc6719 100644 --- a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-failed-then-succeed/events.ftl +++ b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-failed-then-succeed/events.ftl @@ -107,7 +107,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -156,7 +156,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "pass", diff --git a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-quarantined-failed-atr/events.ftl b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-quarantined-failed-atr/events.ftl index 0fbd7cba05e..ea9152b22f7 100644 --- a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-quarantined-failed-atr/events.ftl +++ b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-quarantined-failed-atr/events.ftl @@ -108,7 +108,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -161,7 +161,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -215,7 +215,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -268,7 +268,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-quarantined-failed-efd/events.ftl b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-quarantined-failed-efd/events.ftl index fe5c19923e5..2e47bc1ca00 100644 --- a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-quarantined-failed-efd/events.ftl +++ b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-quarantined-failed-efd/events.ftl @@ -111,7 +111,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_failed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -165,7 +165,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_failed", - "test.retry_reason" : "efd", + "test.retry_reason" : "early_flake_detection", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-retry-error/events.ftl b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-retry-error/events.ftl index c1902052675..ae8c22b1fe1 100644 --- a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-retry-error/events.ftl +++ b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-retry-error/events.ftl @@ -107,7 +107,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_error", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_error()V", "test.status" : "fail", @@ -159,7 +159,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_error", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_error()V", "test.status" : "fail", @@ -212,7 +212,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_error", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_error()V", "test.status" : "fail", @@ -264,7 +264,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_error", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_error()V", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-retry-failed/events.ftl b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-retry-failed/events.ftl index 863605ca59d..87f6dedb45a 100644 --- a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-retry-failed/events.ftl +++ b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-retry-failed/events.ftl @@ -107,7 +107,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -159,7 +159,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -212,7 +212,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -264,7 +264,7 @@ "test.is_retry" : "true", "test.module" : "testng-7", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "test_failed()V", "test.status" : "fail", diff --git a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-retry-parameterized/events.ftl b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-retry-parameterized/events.ftl index 377f0ea9afd..2f418540e78 100644 --- a/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-retry-parameterized/events.ftl +++ b/dd-java-agent/instrumentation/testng/testng-7/src/test/resources/test-retry-parameterized/events.ftl @@ -155,7 +155,7 @@ "test.module" : "testng-7", "test.name" : "parameterized_test_succeed", "test.parameters" : "{\"arguments\":{\"0\":\"\\\"goodbye\\\"\",\"1\":\"false\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "parameterized_test_succeed(Ljava/lang/String;Z)V", "test.status" : "fail", @@ -207,7 +207,7 @@ "test.module" : "testng-7", "test.name" : "parameterized_test_succeed", "test.parameters" : "{\"arguments\":{\"0\":\"\\\"goodbye\\\"\",\"1\":\"false\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "parameterized_test_succeed(Ljava/lang/String;Z)V", "test.status" : "fail", @@ -260,7 +260,7 @@ "test.module" : "testng-7", "test.name" : "parameterized_test_succeed", "test.parameters" : "{\"arguments\":{\"0\":\"\\\"goodbye\\\"\",\"1\":\"false\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "parameterized_test_succeed(Ljava/lang/String;Z)V", "test.status" : "fail", @@ -312,7 +312,7 @@ "test.module" : "testng-7", "test.name" : "parameterized_test_succeed", "test.parameters" : "{\"arguments\":{\"0\":\"\\\"goodbye\\\"\",\"1\":\"false\"}}", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "dummy_source_path", "test.source.method" : "parameterized_test_succeed(Ljava/lang/String;Z)V", "test.status" : "fail", diff --git a/dd-smoke-tests/gradle/src/test/resources/test-failed-flaky-retries/events.ftl b/dd-smoke-tests/gradle/src/test/resources/test-failed-flaky-retries/events.ftl index 0be69f618b3..def5640c57b 100644 --- a/dd-smoke-tests/gradle/src/test/resources/test-failed-flaky-retries/events.ftl +++ b/dd-smoke-tests/gradle/src/test/resources/test-failed-flaky-retries/events.ftl @@ -331,7 +331,7 @@ "test.is_retry" : "true", "test.module" : ":test", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "src/test/java/datadog/smoke/TestFailed.java", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -395,7 +395,7 @@ "test.is_retry" : "true", "test.module" : ":test", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "src/test/java/datadog/smoke/TestFailed.java", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -459,7 +459,7 @@ "test.is_retry" : "true", "test.module" : ":test", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "src/test/java/datadog/smoke/TestFailed.java", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -524,7 +524,7 @@ "test.is_retry" : "true", "test.module" : ":test", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "src/test/java/datadog/smoke/TestFailed.java", "test.source.method" : "test_failed()V", "test.status" : "fail", diff --git a/dd-smoke-tests/maven/src/test/resources/test_failed_maven_run_flaky_retries/events.ftl b/dd-smoke-tests/maven/src/test/resources/test_failed_maven_run_flaky_retries/events.ftl index aa09cea362d..d2afe7b122e 100644 --- a/dd-smoke-tests/maven/src/test/resources/test_failed_maven_run_flaky_retries/events.ftl +++ b/dd-smoke-tests/maven/src/test/resources/test_failed_maven_run_flaky_retries/events.ftl @@ -399,7 +399,7 @@ "test.is_retry" : "true", "test.module" : "Maven Smoke Tests Project maven-surefire-plugin default-test", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "src/test/java/datadog/smoke/TestFailed.java", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -464,7 +464,7 @@ "test.is_retry" : "true", "test.module" : "Maven Smoke Tests Project maven-surefire-plugin default-test", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "src/test/java/datadog/smoke/TestFailed.java", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -529,7 +529,7 @@ "test.is_retry" : "true", "test.module" : "Maven Smoke Tests Project maven-surefire-plugin default-test", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "src/test/java/datadog/smoke/TestFailed.java", "test.source.method" : "test_failed()V", "test.status" : "fail", @@ -595,7 +595,7 @@ "test.is_retry" : "true", "test.module" : "Maven Smoke Tests Project maven-surefire-plugin default-test", "test.name" : "test_failed", - "test.retry_reason" : "atr", + "test.retry_reason" : "auto_test_retry", "test.source.file" : "src/test/java/datadog/smoke/TestFailed.java", "test.source.method" : "test_failed()V", "test.status" : "fail", diff --git a/internal-api/src/main/java/datadog/trace/api/civisibility/telemetry/tag/RetryReason.java b/internal-api/src/main/java/datadog/trace/api/civisibility/telemetry/tag/RetryReason.java index 0d07eee4494..d1c7cd304a0 100644 --- a/internal-api/src/main/java/datadog/trace/api/civisibility/telemetry/tag/RetryReason.java +++ b/internal-api/src/main/java/datadog/trace/api/civisibility/telemetry/tag/RetryReason.java @@ -3,18 +3,13 @@ import datadog.trace.api.civisibility.telemetry.TagValue; public enum RetryReason implements TagValue { - atr("Auto Test Retries"), - efd("Early Flakiness Detection"), + atr("Auto Test Retries", "auto_test_retry"), + efd("Early Flakiness Detection", "early_flake_detection"), attemptToFix("Attempt to Fix", "attempt_to_fix"); private final String value; private final String description; - RetryReason(String description) { - this.description = description; - this.value = name(); - } - RetryReason(String description, String value) { this.description = description; this.value = value;