Skip to content

Commit d7e483a

Browse files
committed
disable toxi in test too
1 parent 7b4f08e commit d7e483a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/mmts/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
def as_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)

contrib/mmts/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)
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