From bf0be50df95994eff8b3a4445f00fffb96bceac1 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Thu, 17 Jul 2025 15:06:53 +0200 Subject: [PATCH] Add debug --- test_runner/random_ops/test_random_ops.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test_runner/random_ops/test_random_ops.py b/test_runner/random_ops/test_random_ops.py index 0701e16fc0..46380181f9 100644 --- a/test_runner/random_ops/test_random_ops.py +++ b/test_runner/random_ops/test_random_ops.py @@ -482,6 +482,9 @@ class NeonProject: ), ) self.wait() + # XXX do not merge, debug only + cur.execute("SELECT * FROM sanity_check WHERE name = 'snapsot_name'") + log.info("sanity: %s", cur.fetchone()) cur.execute("UPDATE sanity_check SET value = 'tainted' || value") return snapshot