Skip to content

Commit b860249

Browse files
committed
Clean up test
Signed-off-by: Joni Collinge <[email protected]>
1 parent 331e90b commit b860249

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/certification/pubsub/azure/servicebus/topics/servicebus_test.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,13 +1413,6 @@ func TestServicebusWithConcurrentSessionsFIFO(t *testing.T) {
14131413
require.True(t, hasInterleaving,
14141414
"global order must show session interleaving, proving concurrent processing")
14151415

1416-
// Log a sample of the global order for debugging
1417-
sampleSize := len(orderCopy)
1418-
if sampleSize > 10 {
1419-
sampleSize = 10
1420-
}
1421-
ctx.Logf("Sample global order (first %d): %v", sampleSize, orderCopy[:sampleSize])
1422-
14231416
ctx.Logf("Successfully processed %d sessions concurrently with FIFO ordering maintained",
14241417
len(sessionMessages))
14251418
}

0 commit comments

Comments
 (0)