From f5a553a8e5b56f7b72313205627e08e743b971d0 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Tue, 22 Jul 2025 11:38:09 +0200 Subject: [PATCH] Add debug --- test_runner/random_ops/test_random_ops.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_runner/random_ops/test_random_ops.py b/test_runner/random_ops/test_random_ops.py index 2993798807..28f5a18ed8 100644 --- a/test_runner/random_ops/test_random_ops.py +++ b/test_runner/random_ops/test_random_ops.py @@ -206,6 +206,8 @@ class NeonBranch: ) if res is None: return + # XXX do not merge, debug only + log.info("res: %s", res) self.updated_at = datetime.fromisoformat(res["branch"]["updated_at"]) self.parent_timestamp = datetime.fromisoformat(res["branch"]["parent_timestamp"]) parent_id: str = res["branch"]["parent_id"]