Movatterモバイル変換


[0]ホーム

URL:


Skip to content

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

Sign up
Appearance settings

Commita4806e5

Browse files
committed
isolation errors count fix
1 parent3ad5ffd commita4806e5

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
yieldfromcur.execute('select sum(amount) from bank_test')
118118
total=yieldfromcur.fetchone()
119119
iftotal[0]!=0:
120-
self.isolation_errors+=1
120+
self.isolation+=1
121121

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp