Skip to content

Commit 9ecb70d

Browse files
update retry reason tag value for attempt to fix
1 parent 52c3eff commit 9ecb70d

File tree

56 files changed

+234
-224
lines changed
  • dd-java-agent/instrumentation
  • dd-smoke-tests/maven/src/test/resources/test_successful_maven_run_test_management
  • internal-api/src/main/java/datadog/trace/api/civisibility/telemetry/tag

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+234
-224
lines changed

dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-attempt-to-fix-disabled-failed/events.ftl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"test.is_retry" : "true",
101101
"test.module" : "cucumber-junit-4",
102102
"test.name" : "Addition",
103-
"test.retry_reason" : "attemptToFix",
103+
"test.retry_reason" : "attempt_to_fix",
104104
"test.status" : "fail",
105105
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic",
106106
"test.test_management.is_attempt_to_fix" : "true",
@@ -150,7 +150,7 @@
150150
"test.is_retry" : "true",
151151
"test.module" : "cucumber-junit-4",
152152
"test.name" : "Addition",
153-
"test.retry_reason" : "attemptToFix",
153+
"test.retry_reason" : "attempt_to_fix",
154154
"test.status" : "fail",
155155
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic",
156156
"test.test_management.is_attempt_to_fix" : "true",
@@ -200,7 +200,7 @@
200200
"test.is_retry" : "true",
201201
"test.module" : "cucumber-junit-4",
202202
"test.name" : "Addition",
203-
"test.retry_reason" : "attemptToFix",
203+
"test.retry_reason" : "attempt_to_fix",
204204
"test.status" : "fail",
205205
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic",
206206
"test.test_management.is_attempt_to_fix" : "true",
@@ -251,7 +251,7 @@
251251
"test.is_retry" : "true",
252252
"test.module" : "cucumber-junit-4",
253253
"test.name" : "Addition",
254-
"test.retry_reason" : "attemptToFix",
254+
"test.retry_reason" : "attempt_to_fix",
255255
"test.status" : "fail",
256256
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic",
257257
"test.test_management.is_attempt_to_fix" : "true",

dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-attempt-to-fix-disabled-succeeded/events.ftl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"test.is_retry" : "true",
9595
"test.module" : "cucumber-junit-4",
9696
"test.name" : "Addition",
97-
"test.retry_reason" : "attemptToFix",
97+
"test.retry_reason" : "attempt_to_fix",
9898
"test.status" : "pass",
9999
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic.feature:Basic Arithmetic",
100100
"test.test_management.is_attempt_to_fix" : "true",
@@ -141,7 +141,7 @@
141141
"test.is_retry" : "true",
142142
"test.module" : "cucumber-junit-4",
143143
"test.name" : "Addition",
144-
"test.retry_reason" : "attemptToFix",
144+
"test.retry_reason" : "attempt_to_fix",
145145
"test.status" : "pass",
146146
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic.feature:Basic Arithmetic",
147147
"test.test_management.is_attempt_to_fix" : "true",
@@ -188,7 +188,7 @@
188188
"test.is_retry" : "true",
189189
"test.module" : "cucumber-junit-4",
190190
"test.name" : "Addition",
191-
"test.retry_reason" : "attemptToFix",
191+
"test.retry_reason" : "attempt_to_fix",
192192
"test.status" : "pass",
193193
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic.feature:Basic Arithmetic",
194194
"test.test_management.is_attempt_to_fix" : "true",
@@ -235,7 +235,7 @@
235235
"test.is_retry" : "true",
236236
"test.module" : "cucumber-junit-4",
237237
"test.name" : "Addition",
238-
"test.retry_reason" : "attemptToFix",
238+
"test.retry_reason" : "attempt_to_fix",
239239
"test.status" : "pass",
240240
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic.feature:Basic Arithmetic",
241241
"test.test_management.attempt_to_fix_passed" : "true",

dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-attempt-to-fix-failed/events.ftl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"test.is_retry" : "true",
100100
"test.module" : "cucumber-junit-4",
101101
"test.name" : "Addition",
102-
"test.retry_reason" : "attemptToFix",
102+
"test.retry_reason" : "attempt_to_fix",
103103
"test.status" : "fail",
104104
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic",
105105
"test.test_management.is_attempt_to_fix" : "true",
@@ -148,7 +148,7 @@
148148
"test.is_retry" : "true",
149149
"test.module" : "cucumber-junit-4",
150150
"test.name" : "Addition",
151-
"test.retry_reason" : "attemptToFix",
151+
"test.retry_reason" : "attempt_to_fix",
152152
"test.status" : "fail",
153153
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic",
154154
"test.test_management.is_attempt_to_fix" : "true",
@@ -197,7 +197,7 @@
197197
"test.is_retry" : "true",
198198
"test.module" : "cucumber-junit-4",
199199
"test.name" : "Addition",
200-
"test.retry_reason" : "attemptToFix",
200+
"test.retry_reason" : "attempt_to_fix",
201201
"test.status" : "fail",
202202
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic",
203203
"test.test_management.is_attempt_to_fix" : "true",
@@ -247,7 +247,7 @@
247247
"test.is_retry" : "true",
248248
"test.module" : "cucumber-junit-4",
249249
"test.name" : "Addition",
250-
"test.retry_reason" : "attemptToFix",
250+
"test.retry_reason" : "attempt_to_fix",
251251
"test.status" : "fail",
252252
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic",
253253
"test.test_management.is_attempt_to_fix" : "true",

dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-attempt-to-fix-quarantined-failed/events.ftl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"test.is_retry" : "true",
101101
"test.module" : "cucumber-junit-4",
102102
"test.name" : "Addition",
103-
"test.retry_reason" : "attemptToFix",
103+
"test.retry_reason" : "attempt_to_fix",
104104
"test.status" : "fail",
105105
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic",
106106
"test.test_management.is_attempt_to_fix" : "true",
@@ -150,7 +150,7 @@
150150
"test.is_retry" : "true",
151151
"test.module" : "cucumber-junit-4",
152152
"test.name" : "Addition",
153-
"test.retry_reason" : "attemptToFix",
153+
"test.retry_reason" : "attempt_to_fix",
154154
"test.status" : "fail",
155155
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic",
156156
"test.test_management.is_attempt_to_fix" : "true",
@@ -200,7 +200,7 @@
200200
"test.is_retry" : "true",
201201
"test.module" : "cucumber-junit-4",
202202
"test.name" : "Addition",
203-
"test.retry_reason" : "attemptToFix",
203+
"test.retry_reason" : "attempt_to_fix",
204204
"test.status" : "fail",
205205
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic",
206206
"test.test_management.is_attempt_to_fix" : "true",
@@ -251,7 +251,7 @@
251251
"test.is_retry" : "true",
252252
"test.module" : "cucumber-junit-4",
253253
"test.name" : "Addition",
254-
"test.retry_reason" : "attemptToFix",
254+
"test.retry_reason" : "attempt_to_fix",
255255
"test.status" : "fail",
256256
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic_failed.feature:Basic Arithmetic",
257257
"test.test_management.is_attempt_to_fix" : "true",

dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-attempt-to-fix-quarantined-succeeded/events.ftl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"test.is_retry" : "true",
9595
"test.module" : "cucumber-junit-4",
9696
"test.name" : "Addition",
97-
"test.retry_reason" : "attemptToFix",
97+
"test.retry_reason" : "attempt_to_fix",
9898
"test.status" : "pass",
9999
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic.feature:Basic Arithmetic",
100100
"test.test_management.is_attempt_to_fix" : "true",
@@ -141,7 +141,7 @@
141141
"test.is_retry" : "true",
142142
"test.module" : "cucumber-junit-4",
143143
"test.name" : "Addition",
144-
"test.retry_reason" : "attemptToFix",
144+
"test.retry_reason" : "attempt_to_fix",
145145
"test.status" : "pass",
146146
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic.feature:Basic Arithmetic",
147147
"test.test_management.is_attempt_to_fix" : "true",
@@ -188,7 +188,7 @@
188188
"test.is_retry" : "true",
189189
"test.module" : "cucumber-junit-4",
190190
"test.name" : "Addition",
191-
"test.retry_reason" : "attemptToFix",
191+
"test.retry_reason" : "attempt_to_fix",
192192
"test.status" : "pass",
193193
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic.feature:Basic Arithmetic",
194194
"test.test_management.is_attempt_to_fix" : "true",
@@ -235,7 +235,7 @@
235235
"test.is_retry" : "true",
236236
"test.module" : "cucumber-junit-4",
237237
"test.name" : "Addition",
238-
"test.retry_reason" : "attemptToFix",
238+
"test.retry_reason" : "attempt_to_fix",
239239
"test.status" : "pass",
240240
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic.feature:Basic Arithmetic",
241241
"test.test_management.attempt_to_fix_passed" : "true",

dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/src/test/resources/test-attempt-to-fix-succeeded/events.ftl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"test.is_retry" : "true",
9494
"test.module" : "cucumber-junit-4",
9595
"test.name" : "Addition",
96-
"test.retry_reason" : "attemptToFix",
96+
"test.retry_reason" : "attempt_to_fix",
9797
"test.status" : "pass",
9898
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic.feature:Basic Arithmetic",
9999
"test.test_management.is_attempt_to_fix" : "true",
@@ -139,7 +139,7 @@
139139
"test.is_retry" : "true",
140140
"test.module" : "cucumber-junit-4",
141141
"test.name" : "Addition",
142-
"test.retry_reason" : "attemptToFix",
142+
"test.retry_reason" : "attempt_to_fix",
143143
"test.status" : "pass",
144144
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic.feature:Basic Arithmetic",
145145
"test.test_management.is_attempt_to_fix" : "true",
@@ -185,7 +185,7 @@
185185
"test.is_retry" : "true",
186186
"test.module" : "cucumber-junit-4",
187187
"test.name" : "Addition",
188-
"test.retry_reason" : "attemptToFix",
188+
"test.retry_reason" : "attempt_to_fix",
189189
"test.status" : "pass",
190190
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic.feature:Basic Arithmetic",
191191
"test.test_management.is_attempt_to_fix" : "true",
@@ -231,7 +231,7 @@
231231
"test.is_retry" : "true",
232232
"test.module" : "cucumber-junit-4",
233233
"test.name" : "Addition",
234-
"test.retry_reason" : "attemptToFix",
234+
"test.retry_reason" : "attempt_to_fix",
235235
"test.status" : "pass",
236236
"test.suite" : "classpath:org/example/cucumber/calculator/basic_arithmetic.feature:Basic Arithmetic",
237237
"test.test_management.attempt_to_fix_passed" : "true",

dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-attempt-to-fix-disabled-failed/events.ftl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"test.is_retry" : "true",
176176
"test.module" : "munit-junit-4",
177177
"test.name" : "Calculator.add",
178-
"test.retry_reason" : "attemptToFix",
178+
"test.retry_reason" : "attempt_to_fix",
179179
"test.source.file" : "dummy_source_path",
180180
"test.status" : "fail",
181181
"test.suite" : "org.example.TestFailedMUnit",
@@ -227,7 +227,7 @@
227227
"test.is_retry" : "true",
228228
"test.module" : "munit-junit-4",
229229
"test.name" : "Calculator.add",
230-
"test.retry_reason" : "attemptToFix",
230+
"test.retry_reason" : "attempt_to_fix",
231231
"test.source.file" : "dummy_source_path",
232232
"test.status" : "fail",
233233
"test.suite" : "org.example.TestFailedMUnit",
@@ -279,7 +279,7 @@
279279
"test.is_retry" : "true",
280280
"test.module" : "munit-junit-4",
281281
"test.name" : "Calculator.add",
282-
"test.retry_reason" : "attemptToFix",
282+
"test.retry_reason" : "attempt_to_fix",
283283
"test.source.file" : "dummy_source_path",
284284
"test.status" : "fail",
285285
"test.suite" : "org.example.TestFailedMUnit",
@@ -332,7 +332,7 @@
332332
"test.is_retry" : "true",
333333
"test.module" : "munit-junit-4",
334334
"test.name" : "Calculator.add",
335-
"test.retry_reason" : "attemptToFix",
335+
"test.retry_reason" : "attempt_to_fix",
336336
"test.source.file" : "dummy_source_path",
337337
"test.status" : "fail",
338338
"test.suite" : "org.example.TestFailedMUnit",

dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-attempt-to-fix-disabled-succeeded/events.ftl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"test.is_retry" : "true",
170170
"test.module" : "munit-junit-4",
171171
"test.name" : "Calculator.add",
172-
"test.retry_reason" : "attemptToFix",
172+
"test.retry_reason" : "attempt_to_fix",
173173
"test.source.file" : "dummy_source_path",
174174
"test.status" : "pass",
175175
"test.suite" : "org.example.TestSucceedMUnit",
@@ -218,7 +218,7 @@
218218
"test.is_retry" : "true",
219219
"test.module" : "munit-junit-4",
220220
"test.name" : "Calculator.add",
221-
"test.retry_reason" : "attemptToFix",
221+
"test.retry_reason" : "attempt_to_fix",
222222
"test.source.file" : "dummy_source_path",
223223
"test.status" : "pass",
224224
"test.suite" : "org.example.TestSucceedMUnit",
@@ -267,7 +267,7 @@
267267
"test.is_retry" : "true",
268268
"test.module" : "munit-junit-4",
269269
"test.name" : "Calculator.add",
270-
"test.retry_reason" : "attemptToFix",
270+
"test.retry_reason" : "attempt_to_fix",
271271
"test.source.file" : "dummy_source_path",
272272
"test.status" : "pass",
273273
"test.suite" : "org.example.TestSucceedMUnit",
@@ -316,7 +316,7 @@
316316
"test.is_retry" : "true",
317317
"test.module" : "munit-junit-4",
318318
"test.name" : "Calculator.add",
319-
"test.retry_reason" : "attemptToFix",
319+
"test.retry_reason" : "attempt_to_fix",
320320
"test.source.file" : "dummy_source_path",
321321
"test.status" : "pass",
322322
"test.suite" : "org.example.TestSucceedMUnit",

dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-attempt-to-fix-failed/events.ftl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"test.is_retry" : "true",
175175
"test.module" : "munit-junit-4",
176176
"test.name" : "Calculator.add",
177-
"test.retry_reason" : "attemptToFix",
177+
"test.retry_reason" : "attempt_to_fix",
178178
"test.source.file" : "dummy_source_path",
179179
"test.status" : "fail",
180180
"test.suite" : "org.example.TestFailedMUnit",
@@ -225,7 +225,7 @@
225225
"test.is_retry" : "true",
226226
"test.module" : "munit-junit-4",
227227
"test.name" : "Calculator.add",
228-
"test.retry_reason" : "attemptToFix",
228+
"test.retry_reason" : "attempt_to_fix",
229229
"test.source.file" : "dummy_source_path",
230230
"test.status" : "fail",
231231
"test.suite" : "org.example.TestFailedMUnit",
@@ -276,7 +276,7 @@
276276
"test.is_retry" : "true",
277277
"test.module" : "munit-junit-4",
278278
"test.name" : "Calculator.add",
279-
"test.retry_reason" : "attemptToFix",
279+
"test.retry_reason" : "attempt_to_fix",
280280
"test.source.file" : "dummy_source_path",
281281
"test.status" : "fail",
282282
"test.suite" : "org.example.TestFailedMUnit",
@@ -328,7 +328,7 @@
328328
"test.is_retry" : "true",
329329
"test.module" : "munit-junit-4",
330330
"test.name" : "Calculator.add",
331-
"test.retry_reason" : "attemptToFix",
331+
"test.retry_reason" : "attempt_to_fix",
332332
"test.source.file" : "dummy_source_path",
333333
"test.status" : "fail",
334334
"test.suite" : "org.example.TestFailedMUnit",

dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-attempt-to-fix-quarantined-failed/events.ftl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"test.is_retry" : "true",
176176
"test.module" : "munit-junit-4",
177177
"test.name" : "Calculator.add",
178-
"test.retry_reason" : "attemptToFix",
178+
"test.retry_reason" : "attempt_to_fix",
179179
"test.source.file" : "dummy_source_path",
180180
"test.status" : "fail",
181181
"test.suite" : "org.example.TestFailedMUnit",
@@ -227,7 +227,7 @@
227227
"test.is_retry" : "true",
228228
"test.module" : "munit-junit-4",
229229
"test.name" : "Calculator.add",
230-
"test.retry_reason" : "attemptToFix",
230+
"test.retry_reason" : "attempt_to_fix",
231231
"test.source.file" : "dummy_source_path",
232232
"test.status" : "fail",
233233
"test.suite" : "org.example.TestFailedMUnit",
@@ -279,7 +279,7 @@
279279
"test.is_retry" : "true",
280280
"test.module" : "munit-junit-4",
281281
"test.name" : "Calculator.add",
282-
"test.retry_reason" : "attemptToFix",
282+
"test.retry_reason" : "attempt_to_fix",
283283
"test.source.file" : "dummy_source_path",
284284
"test.status" : "fail",
285285
"test.suite" : "org.example.TestFailedMUnit",
@@ -332,7 +332,7 @@
332332
"test.is_retry" : "true",
333333
"test.module" : "munit-junit-4",
334334
"test.name" : "Calculator.add",
335-
"test.retry_reason" : "attemptToFix",
335+
"test.retry_reason" : "attempt_to_fix",
336336
"test.source.file" : "dummy_source_path",
337337
"test.status" : "fail",
338338
"test.suite" : "org.example.TestFailedMUnit",

dd-java-agent/instrumentation/junit-4.10/munit-junit-4/src/test/resources/test-attempt-to-fix-quarantined-succeeded/events.ftl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"test.is_retry" : "true",
170170
"test.module" : "munit-junit-4",
171171
"test.name" : "Calculator.add",
172-
"test.retry_reason" : "attemptToFix",
172+
"test.retry_reason" : "attempt_to_fix",
173173
"test.source.file" : "dummy_source_path",
174174
"test.status" : "pass",
175175
"test.suite" : "org.example.TestSucceedMUnit",
@@ -218,7 +218,7 @@
218218
"test.is_retry" : "true",
219219
"test.module" : "munit-junit-4",
220220
"test.name" : "Calculator.add",
221-
"test.retry_reason" : "attemptToFix",
221+
"test.retry_reason" : "attempt_to_fix",
222222
"test.source.file" : "dummy_source_path",
223223
"test.status" : "pass",
224224
"test.suite" : "org.example.TestSucceedMUnit",
@@ -267,7 +267,7 @@
267267
"test.is_retry" : "true",
268268
"test.module" : "munit-junit-4",
269269
"test.name" : "Calculator.add",
270-
"test.retry_reason" : "attemptToFix",
270+
"test.retry_reason" : "attempt_to_fix",
271271
"test.source.file" : "dummy_source_path",
272272
"test.status" : "pass",
273273
"test.suite" : "org.example.TestSucceedMUnit",
@@ -316,7 +316,7 @@
316316
"test.is_retry" : "true",
317317
"test.module" : "munit-junit-4",
318318
"test.name" : "Calculator.add",
319-
"test.retry_reason" : "attemptToFix",
319+
"test.retry_reason" : "attempt_to_fix",
320320
"test.source.file" : "dummy_source_path",
321321
"test.status" : "pass",
322322
"test.suite" : "org.example.TestSucceedMUnit",

0 commit comments

Comments
 (0)