Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

+1-1
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)