SegmentRefSizeNotEqualsException
expected: EXPECTED_SIZE
actual: ACUTAL_SIZE
The SegmentRefSizeNotEqualsException caused by the size of refs is different between you expect and actual.
e.g., expected:
"refs": [
{
"parentTraceSegmentId": "${other_application[1]}",
...
}
]
actual:
"refs": [
{
"parentTraceSegmentId": "${other_application[1]}",
...
},
{
"parentTraceSegmentId": "${other_application[2]}",
...
}
]