From c255b25bbd1c7926d9a79b7a7eb987b0f66bbcc3 Mon Sep 17 00:00:00 2001 From: Alexandre Choura Date: Tue, 21 Jan 2025 12:05:01 +0100 Subject: [PATCH] debug --- tests/Common/SnapshotTestTrait.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Common/SnapshotTestTrait.php b/tests/Common/SnapshotTestTrait.php index 49a5de1be1..8902d11204 100644 --- a/tests/Common/SnapshotTestTrait.php +++ b/tests/Common/SnapshotTestTrait.php @@ -101,6 +101,7 @@ private function waitForTraces(string $token, int $numExpectedTraces = 0) $response = curl_exec($ch); $traces = json_decode($response, true); if ($traces && count($traces) === $numExpectedTraces) { + echo json_encode($traces, JSON_PRETTY_PRINT) . PHP_EOL; return; } usleep(100000); // 100ms