You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dd-trace-core/src/test/groovy/datadog/trace/civisibility/writer/ddintake/CiTestCycleMapperV1PayloadTest.groovy
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,27 @@ class CiTestCycleMapperV1PayloadTest extends DDSpecification {
149
149
assert!spanContent.containsKey("parent_id")
150
150
}
151
151
152
+
def"verify result is not affected by successive mapping calls"(){
0 commit comments