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"]