Skip to content

Commit 58ec02a

Browse files
update TIA skip reason
1 parent a5a065c commit 58ec02a

File tree

21 files changed

+33
-33
lines changed

21 files changed

+33
-33
lines changed

dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-itr-skipping/events.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"test.framework_version" : ${content_meta_test_framework_version},
5050
"test.module" : "cucumber-junit-4",
5151
"test.name" : "Addition",
52-
"test.skip_reason" : "Skipped by Datadog Intelligent Test Runner",
52+
"test.skip_reason" : "Skipped by Datadog Test Impact Analysis",
5353
"test.skipped_by_itr" : "true",
5454
"test.status" : "skip",
5555
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic.feature:Basic Arithmetic",

dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-itr-skipping-parameterized/events.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"test.module" : "junit-4.10",
130130
"test.name" : "parameterized_test_succeed",
131131
"test.parameters" : "{\"metadata\":{\"test_name\":\"parameterized_test_succeed[str1]\"}}",
132-
"test.skip_reason" : "Skipped by Datadog Intelligent Test Runner",
132+
"test.skip_reason" : "Skipped by Datadog Test Impact Analysis",
133133
"test.skipped_by_itr" : "true",
134134
"test.source.file" : "dummy_source_path",
135135
"test.source.method" : "parameterized_test_succeed()V",

dd-java-agent/instrumentation/junit-4.10/src/test/resources/test-itr-skipping/events.ftl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"test.framework_version" : ${content_meta_test_framework_version},
129129
"test.module" : "junit-4.10",
130130
"test.name" : "test_another_succeed",
131-
"test.skip_reason" : "Skipped by Datadog Intelligent Test Runner",
131+
"test.skip_reason" : "Skipped by Datadog Test Impact Analysis",
132132
"test.skipped_by_itr" : "true",
133133
"test.source.file" : "dummy_source_path",
134134
"test.source.method" : "test_another_succeed()V",
@@ -178,7 +178,7 @@
178178
"test.framework_version" : ${content_meta_test_framework_version},
179179
"test.module" : "junit-4.10",
180180
"test.name" : "test_failed",
181-
"test.skip_reason" : "Skipped by Datadog Intelligent Test Runner",
181+
"test.skip_reason" : "Skipped by Datadog Test Impact Analysis",
182182
"test.skipped_by_itr" : "true",
183183
"test.source.file" : "dummy_source_path",
184184
"test.source.method" : "test_failed()V",

dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/test-itr-skipping/events.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"test.framework_version" : ${content_meta_test_framework_version},
5050
"test.module" : "cucumber-junit-5",
5151
"test.name" : "Addition",
52-
"test.skip_reason" : "Skipped by Datadog Intelligent Test Runner",
52+
"test.skip_reason" : "Skipped by Datadog Test Impact Analysis",
5353
"test.skipped_by_itr" : "true",
5454
"test.status" : "skip",
5555
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic.feature:Basic Arithmetic",
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[ {
22
"files" : [ {
3-
"filename" : "org/example/cucumber/calculator/basic_arithmetic_skipped.feature"
3+
"filename" : "org/example/cucumber/calculator/basic_arithmetic.feature"
44
} ],
5-
"span_id" : ${content_span_id_3},
5+
"span_id" : ${content_span_id},
66
"test_session_id" : ${content_test_session_id},
7-
"test_suite_id" : ${content_test_suite_id_2}
7+
"test_suite_id" : ${content_test_suite_id}
88
}, {
99
"files" : [ {
10-
"filename" : "org/example/cucumber/calculator/basic_arithmetic.feature"
10+
"filename" : "org/example/cucumber/calculator/basic_arithmetic_skipped.feature"
1111
} ],
12-
"span_id" : ${content_span_id},
12+
"span_id" : ${content_span_id_3},
1313
"test_session_id" : ${content_test_session_id},
14-
"test_suite_id" : ${content_test_suite_id}
14+
"test_suite_id" : ${content_test_suite_id_2}
1515
} ]

dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-itr-not-skipping-parameterized-spec-setup/events.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"test.module" : "spock-junit-5",
5656
"test.name" : "test add 1 and 2",
5757
"test.parameters" : "{\"metadata\":{\"test_name\":\"test add 1 and 2\"}}",
58-
"test.skip_reason" : "Skipped by Datadog Intelligent Test Runner",
58+
"test.skip_reason" : "Skipped by Datadog Test Impact Analysis",
5959
"test.skipped_by_itr" : "true",
6060
"test.source.file" : "dummy_source_path",
6161
"test.source.method" : "test add #a and #b(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V",

dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-itr-not-skipping-spec-setup/events.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"test.framework_version" : ${content_meta_test_framework_version},
103103
"test.module" : "spock-junit-5",
104104
"test.name" : "test success",
105-
"test.skip_reason" : "Skipped by Datadog Intelligent Test Runner",
105+
"test.skip_reason" : "Skipped by Datadog Test Impact Analysis",
106106
"test.skipped_by_itr" : "true",
107107
"test.source.file" : "dummy_source_path",
108108
"test.source.method" : "test success()V",

dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-itr-skipping-parameterized/events.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"test.module" : "spock-junit-5",
5656
"test.name" : "test add 1 and 2",
5757
"test.parameters" : "{\"metadata\":{\"test_name\":\"test add 1 and 2\"}}",
58-
"test.skip_reason" : "Skipped by Datadog Intelligent Test Runner",
58+
"test.skip_reason" : "Skipped by Datadog Test Impact Analysis",
5959
"test.skipped_by_itr" : "true",
6060
"test.source.file" : "dummy_source_path",
6161
"test.source.method" : "test add #a and #b(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V",

dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-itr-skipping-spec-setup/events.ftl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test.framework" : "spock",
1414
"test.framework_version" : ${content_meta_test_framework_version},
1515
"test.module" : "spock-junit-5",
16-
"test.skip_reason" : "Skipped by Datadog Intelligent Test Runner",
16+
"test.skip_reason" : "Skipped by Datadog Test Impact Analysis",
1717
"test.source.file" : "dummy_source_path",
1818
"test.status" : "skip",
1919
"test.suite" : "org.example.TestSucceedSetupSpecSpock",
@@ -55,7 +55,7 @@
5555
"test.framework_version" : ${content_meta_test_framework_version},
5656
"test.module" : "spock-junit-5",
5757
"test.name" : "test another success",
58-
"test.skip_reason" : "Skipped by Datadog Intelligent Test Runner",
58+
"test.skip_reason" : "Skipped by Datadog Test Impact Analysis",
5959
"test.skipped_by_itr" : "true",
6060
"test.source.file" : "dummy_source_path",
6161
"test.source.method" : "test another success()V",
@@ -105,7 +105,7 @@
105105
"test.framework_version" : ${content_meta_test_framework_version},
106106
"test.module" : "spock-junit-5",
107107
"test.name" : "test success",
108-
"test.skip_reason" : "Skipped by Datadog Intelligent Test Runner",
108+
"test.skip_reason" : "Skipped by Datadog Test Impact Analysis",
109109
"test.skipped_by_itr" : "true",
110110
"test.source.file" : "dummy_source_path",
111111
"test.source.method" : "test success()V",

dd-java-agent/instrumentation/junit-5.3/spock-junit-5/src/test/resources/test-itr-skipping/events.ftl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test.framework" : "spock",
1414
"test.framework_version" : ${content_meta_test_framework_version},
1515
"test.module" : "spock-junit-5",
16-
"test.skip_reason" : "Skipped by Datadog Intelligent Test Runner",
16+
"test.skip_reason" : "Skipped by Datadog Test Impact Analysis",
1717
"test.source.file" : "dummy_source_path",
1818
"test.status" : "skip",
1919
"test.suite" : "org.example.TestSucceedSpock",
@@ -55,7 +55,7 @@
5555
"test.framework_version" : ${content_meta_test_framework_version},
5656
"test.module" : "spock-junit-5",
5757
"test.name" : "test success",
58-
"test.skip_reason" : "Skipped by Datadog Intelligent Test Runner",
58+
"test.skip_reason" : "Skipped by Datadog Test Impact Analysis",
5959
"test.skipped_by_itr" : "true",
6060
"test.source.file" : "dummy_source_path",
6161
"test.source.method" : "test success()V",

0 commit comments

Comments
 (0)