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