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

Commit8c63801

Browse files
committed
disable toxi in test too
1 parentb437b5e commit8c63801

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎tests2/lib/bank_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def finish_tx(self, name):
3737

3838
defas_dict(self):
3939
return {
40-
'running_latency': (datetime.datetime.now()-self.start_time).total_seconds(),
40+
'running_latency':'xxx',#(datetime.datetime.now() - self.start_time).total_seconds(),
4141
'max_latency':self.max_latency,
4242
'isolation':self.isolation,
4343
'finish':copy.deepcopy(self.finish)

‎tests2/test_recovery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def setUpClass(self):
2323
],n_accounts=1000)
2424
self.client.bgrun()
2525

26-
self.toxiproxy=Toxiproxy()#Toxiproxy(server_host="toxi")
26+
#self.toxiproxy = Toxiproxy() #Toxiproxy(server_host="toxi")
2727

2828

2929
@classmethod

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp