8000 fix reconnect error handling in EventHistory #2 · postgrespro/postgres_cluster@366c7d1 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit 366c7d1

Browse files
committed
fix reconnect error handling in EventHistory #2
1 parent baa4d90 commit 366c7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mmts/tests2/lib/bank_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def exec_tx(self, name, tx_block):
138138
self.history.register_finish(event_id, 'ReConnect')
139139
continue
140140

141-
tx_block(conn, cur)
141+
tx_block(conn, cur)
142142
self.history.register_finish(event_id, 'Commit')
143143
except psycopg2.Error as e:
144144
self.history.register_finish(event_id, e.pgerror)

0 commit comments

Comments
 (0)
0