-
Notifications
You must be signed in to change notification settings - Fork 328
Expand file tree
/
Copy pathevents.ftl
More file actions
365 lines (365 loc) · 13.5 KB
/
events.ftl
File metadata and controls
365 lines (365 loc) · 13.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
[ {
"content" : {
"duration" : ${content_duration},
"error" : 0,
"meta" : {
"_dd.p.tid" : ${content_meta__dd_p_tid},
"_dd.profiling.ctx" : "test",
"_dd.tracer_host" : ${content_meta__dd_tracer_host},
"component" : "munit",
"dummy_ci_tag" : "dummy_ci_tag_value",
"env" : "none",
"language" : "jvm",
"library_version" : ${content_meta_library_version},
"runtime-id" : ${content_meta_runtime_id},
"span.kind" : "test_session_end",
"test.command" : "munit-junit-4",
"test.framework" : "munit",
"test.framework_version" : ${content_meta_test_framework_version},
"test.status" : "fail",
"test.test_management.enabled" : "true",
"test.type" : "test",
"test_session.name" : "session-name"
},
"metrics" : {
"_dd.host.vcpu_count" : ${content_metrics__dd_host_vcpu_count},
"_dd.profiling.enabled" : 0,
"_dd.trace_span_attribute_schema" : 0,
"process_id" : ${content_metrics_process_id}
},
"name" : "munit.test_session",
"resource" : "munit-junit-4",
"service" : "worker.org.gradle.process.internal.worker.gradleworkermain",
"start" : ${content_start},
"test_session_id" : ${content_test_session_id}
},
"type" : "test_session_end",
"version" : 1
}, {
"content" : {
"duration" : ${content_duration_2},
"error" : 0,
"meta" : {
"_dd.p.tid" : ${content_meta__dd_p_tid_2},
"component" : "munit",
"dummy_ci_tag" : "dummy_ci_tag_value",
"env" : "none",
"library_version" : ${content_meta_library_version},
"span.kind" : "test_module_end",
"test.framework" : "munit",
"test.framework_version" : ${content_meta_test_framework_version},
"test.module" : "munit-junit-4",
"test.status" : "fail",
"test.test_management.enabled" : "true",
"test.type" : "test",
"test_session.name" : "session-name"
},
"metrics" : {
"_dd.host.vcpu_count" : ${content_metrics__dd_host_vcpu_count_2}
},
"name" : "munit.test_module",
"resource" : "munit-junit-4",
"service" : "worker.org.gradle.process.internal.worker.gradleworkermain",
"start" : ${content_start_2},
"test_module_id" : ${content_test_module_id},
"test_session_id" : ${content_test_session_id}
},
"type" : "test_module_end",
"version" : 1
}, {
"content" : {
"duration" : ${content_duration_3},
"error" : 0,
"meta" : {
"_dd.p.tid" : ${content_meta__dd_p_tid_3},
"component" : "munit",
"dummy_ci_tag" : "dummy_ci_tag_value",
"env" : "none",
"library_version" : ${content_meta_library_version},
"span.kind" : "test_suite_end",
"test.codeowners" : "[\"owner1\",\"owner2\"]",
"test.framework" : "munit",
"test.framework_version" : ${content_meta_test_framework_version},
"test.module" : "munit-junit-4",
"test.source.file" : "dummy_source_path",
"test.status" : "fail",
"test.suite" : "org.example.TestFailedMUnit",
"test.type" : "test",
"test_session.name" : "session-name"
},
"metrics" : {
"_dd.host.vcpu_count" : ${content_metrics__dd_host_vcpu_count_3},
"test.source.end" : 19,
"test.source.start" : 11
},
"name" : "munit.test_suite",
"resource" : "org.example.TestFailedMUnit",
"service" : "worker.org.gradle.process.internal.worker.gradleworkermain",
"start" : ${content_start_3},
"test_module_id" : ${content_test_module_id},
"test_session_id" : ${content_test_session_id},
"test_suite_id" : ${content_test_suite_id}
},
"type" : "test_suite_end",
"version" : 1
}, {
"content" : {
"duration" : ${content_duration_4},
"error" : 1,
"meta" : {
"_dd.profiling.ctx" : "test",
"_dd.tracer_host" : ${content_meta__dd_tracer_host},
"component" : "munit",
"dummy_ci_tag" : "dummy_ci_tag_value",
"env" : "none",
"error.message" : ${content_meta_error_message},
"error.stack" : ${content_meta_error_stack},
"error.type" : "munit.ComparisonFailException",
"language" : "jvm",
"library_version" : ${content_meta_library_version},
"runtime-id" : ${content_meta_runtime_id},
"span.kind" : "test",
"test.codeowners" : "[\"owner1\",\"owner2\"]",
"test.framework" : "munit",
"test.framework_version" : ${content_meta_test_framework_version},
"test.module" : "munit-junit-4",
"test.name" : "Calculator.add",
"test.source.file" : "dummy_source_path",
"test.status" : "fail",
"test.suite" : "org.example.TestFailedMUnit",
"test.test_management.is_attempt_to_fix" : "true",
"test.test_management.is_quarantined" : "true",
"test.traits" : "{\"category\":[\"myTag\"]}",
"test.type" : "test",
"test_session.name" : "session-name"
},
"metrics" : {
"_dd.host.vcpu_count" : ${content_metrics__dd_host_vcpu_count_4},
"_dd.profiling.enabled" : 0,
"_dd.trace_span_attribute_schema" : 0,
"process_id" : ${content_metrics_process_id}
},
"name" : "munit.test",
"parent_id" : ${content_parent_id},
"resource" : "org.example.TestFailedMUnit.Calculator.add",
"service" : "worker.org.gradle.process.internal.worker.gradleworkermain",
"span_id" : ${content_span_id},
"start" : ${content_start_4},
"test_module_id" : ${content_test_module_id},
"test_session_id" : ${content_test_session_id},
"test_suite_id" : ${content_test_suite_id},
"trace_id" : ${content_trace_id}
},
"type" : "test",
"version" : 2
}, {
"content" : {
"duration" : ${content_duration_5},
"error" : 1,
"meta" : {
"_dd.profiling.ctx" : "test",
"_dd.tracer_host" : ${content_meta__dd_tracer_host},
"component" : "munit",
"dummy_ci_tag" : "dummy_ci_tag_value",
"env" : "none",
"error.message" : ${content_meta_error_message},
"error.stack" : ${content_meta_error_stack_2},
"error.type" : "munit.ComparisonFailException",
"language" : "jvm",
"library_version" : ${content_meta_library_version},
"runtime-id" : ${content_meta_runtime_id},
"span.kind" : "test",
"test.codeowners" : "[\"owner1\",\"owner2\"]",
"test.framework" : "munit",
"test.framework_version" : ${content_meta_test_framework_version},
"test.is_retry" : "true",
"test.module" : "munit-junit-4",
"test.name" : "Calculator.add",
"test.retry_reason" : "attempt_to_fix",
"test.source.file" : "dummy_source_path",
"test.status" : "fail",
"test.suite" : "org.example.TestFailedMUnit",
"test.test_management.is_attempt_to_fix" : "true",
"test.test_management.is_quarantined" : "true",
"test.traits" : "{\"category\":[\"myTag\"]}",
"test.type" : "test",
"test_session.name" : "session-name"
},
"metrics" : {
"_dd.host.vcpu_count" : ${content_metrics__dd_host_vcpu_count_5},
"_dd.profiling.enabled" : 0,
"_dd.trace_span_attribute_schema" : 0,
"process_id" : ${content_metrics_process_id}
},
"name" : "munit.test",
"parent_id" : ${content_parent_id},
"resource" : "org.example.TestFailedMUnit.Calculator.add",
"service" : "worker.org.gradle.process.internal.worker.gradleworkermain",
"span_id" : ${content_span_id_2},
"start" : ${content_start_5},
"test_module_id" : ${content_test_module_id},
"test_session_id" : ${content_test_session_id},
"test_suite_id" : ${content_test_suite_id},
"trace_id" : ${content_trace_id_2}
},
"type" : "test",
"version" : 2
}, {
"content" : {
"duration" : ${content_duration_6},
"error" : 1,
"meta" : {
"_dd.profiling.ctx" : "test",
"_dd.tracer_host" : ${content_meta__dd_tracer_host},
"component" : "munit",
"dummy_ci_tag" : "dummy_ci_tag_value",
"env" : "none",
"error.message" : ${content_meta_error_message},
"error.stack" : ${content_meta_error_stack_3},
"error.type" : "munit.ComparisonFailException",
"language" : "jvm",
"library_version" : ${content_meta_library_version},
"runtime-id" : ${content_meta_runtime_id},
"span.kind" : "test",
"test.codeowners" : "[\"owner1\",\"owner2\"]",
"test.framework" : "munit",
"test.framework_version" : ${content_meta_test_framework_version},
"test.is_retry" : "true",
"test.module" : "munit-junit-4",
"test.name" : "Calculator.add",
"test.retry_reason" : "attempt_to_fix",
"test.source.file" : "dummy_source_path",
"test.status" : "fail",
"test.suite" : "org.example.TestFailedMUnit",
"test.test_management.is_attempt_to_fix" : "true",
"test.test_management.is_quarantined" : "true",
"test.traits" : "{\"category\":[\"myTag\"]}",
"test.type" : "test",
"test_session.name" : "session-name"
},
"metrics" : {
"_dd.host.vcpu_count" : ${content_metrics__dd_host_vcpu_count_6},
"_dd.profiling.enabled" : 0,
"_dd.trace_span_attribute_schema" : 0,
"process_id" : ${content_metrics_process_id}
},
"name" : "munit.test",
"parent_id" : ${content_parent_id},
"resource" : "org.example.TestFailedMUnit.Calculator.add",
"service" : "worker.org.gradle.process.internal.worker.gradleworkermain",
"span_id" : ${content_span_id_3},
"start" : ${content_start_6},
"test_module_id" : ${content_test_module_id},
"test_session_id" : ${content_test_session_id},
"test_suite_id" : ${content_test_suite_id},
"trace_id" : ${content_trace_id_3}
},
"type" : "test",
"version" : 2
}, {
"content" : {
"duration" : ${content_duration_7},
"error" : 1,
"meta" : {
"_dd.profiling.ctx" : "test",
"_dd.tracer_host" : ${content_meta__dd_tracer_host},
"component" : "munit",
"dummy_ci_tag" : "dummy_ci_tag_value",
"env" : "none",
"error.message" : ${content_meta_error_message},
"error.stack" : ${content_meta_error_stack_4},
"error.type" : "munit.ComparisonFailException",
"language" : "jvm",
"library_version" : ${content_meta_library_version},
"runtime-id" : ${content_meta_runtime_id},
"span.kind" : "test",
"test.codeowners" : "[\"owner1\",\"owner2\"]",
"test.framework" : "munit",
"test.framework_version" : ${content_meta_test_framework_version},
"test.is_retry" : "true",
"test.module" : "munit-junit-4",
"test.name" : "Calculator.add",
"test.retry_reason" : "attempt_to_fix",
"test.source.file" : "dummy_source_path",
"test.status" : "fail",
"test.suite" : "org.example.TestFailedMUnit",
"test.test_management.is_attempt_to_fix" : "true",
"test.test_management.is_quarantined" : "true",
"test.traits" : "{\"category\":[\"myTag\"]}",
"test.type" : "test",
"test_session.name" : "session-name"
},
"metrics" : {
"_dd.host.vcpu_count" : ${content_metrics__dd_host_vcpu_count_7},
"_dd.profiling.enabled" : 0,
"_dd.trace_span_attribute_schema" : 0,
"process_id" : ${content_metrics_process_id}
},
"name" : "munit.test",
"parent_id" : ${content_parent_id},
"resource" : "org.example.TestFailedMUnit.Calculator.add",
"service" : "worker.org.gradle.process.internal.worker.gradleworkermain",
"span_id" : ${content_span_id_4},
"start" : ${content_start_7},
"test_module_id" : ${content_test_module_id},
"test_session_id" : ${content_test_session_id},
"test_suite_id" : ${content_test_suite_id},
"trace_id" : ${content_trace_id_4}
},
"type" : "test",
"version" : 2
}, {
"content" : {
"duration" : ${content_duration_8},
"error" : 1,
"meta" : {
"_dd.profiling.ctx" : "test",
"_dd.tracer_host" : ${content_meta__dd_tracer_host},
"component" : "munit",
"dummy_ci_tag" : "dummy_ci_tag_value",
"env" : "none",
"error.message" : ${content_meta_error_message},
"error.stack" : ${content_meta_error_stack_5},
"error.type" : "munit.ComparisonFailException",
"language" : "jvm",
"library_version" : ${content_meta_library_version},
"runtime-id" : ${content_meta_runtime_id},
"span.kind" : "test",
"test.codeowners" : "[\"owner1\",\"owner2\"]",
"test.framework" : "munit",
"test.framework_version" : ${content_meta_test_framework_version},
"test.has_failed_all_retries" : "true",
"test.is_retry" : "true",
"test.module" : "munit-junit-4",
"test.name" : "Calculator.add",
"test.retry_reason" : "attempt_to_fix",
"test.source.file" : "dummy_source_path",
"test.status" : "fail",
"test.suite" : "org.example.TestFailedMUnit",
"test.test_management.attempt_to_fix_passed" : "false",
"test.test_management.is_attempt_to_fix" : "true",
"test.test_management.is_quarantined" : "true",
"test.traits" : "{\"category\":[\"myTag\"]}",
"test.type" : "test",
"test_session.name" : "session-name"
},
"metrics" : {
"_dd.host.vcpu_count" : ${content_metrics__dd_host_vcpu_count_8},
"_dd.profiling.enabled" : 0,
"_dd.trace_span_attribute_schema" : 0,
"process_id" : ${content_metrics_process_id}
},
"name" : "munit.test",
"parent_id" : ${content_parent_id},
"resource" : "org.example.TestFailedMUnit.Calculator.add",
"service" : "worker.org.gradle.process.internal.worker.gradleworkermain",
"span_id" : ${content_span_id_5},
"start" : ${content_start_8},
"test_module_id" : ${content_test_module_id},
"test_session_id" : ${content_test_session_id},
"test_suite_id" : ${content_test_suite_id},
"trace_id" : ${content_trace_id_5}
},
"type" : "test",
"version" : 2
} ]