Skip to content

Commit 6276d78

Browse files
committed
debug
1 parent 3a57e98 commit 6276d78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/unified_format.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,8 @@ def setUp(self):
536536

537537
def maybe_skip_test(self, spec):
538538
# add any special-casing for skipping tests here
539+
with open("temp.txt", "a") as fid:
540+
fid.write(f"****\n{spec['description']}\n")
539541
if client_context.storage_engine == "mmapv1":
540542
if (
541543
"Dirty explicit session is discarded" in spec["description"]

0 commit comments

Comments
 (0)