Skip to content

Commit 4573d03

Browse files
committed
fix test trace_session_correct_fetch_zero_desc for new versions of testgres
1 parent 0355255 commit 4573d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_trace_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ def trace_session_correct_fetch_zero_desc(node: PostgresNode):
591591
conn.execute("FETCH ctt")
592592
except:
593593
pass
594-
conn.execute("COMMIT")
594+
conn.execute("ROLLBACK")
595595

596596
stop_session_trace(conn)
597597

0 commit comments

Comments
 (0)