Skip to content

Commit a4806e5

Browse files
committed
isolation errors count fix
1 parent 3ad5ffd commit a4806e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests2/client2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def total_tx(self, conn, cur):
117117
yield from cur.execute('select sum(amount) from bank_test')
118118
total = yield from cur.fetchone()
119119
if total[0] != 0:
120-
self.isolation_errors += 1
120+
self.isolation += 1
121121

122122
def run(self):
123123
# asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy