Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yangdsh authored and dvanaken committed May 27, 2020
1 parent c9d3642 commit ae85ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/driver/fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ def task_status_ui_test():

def simulate_db_run(i, next_conf):
# Using 1 knob to decide performance; simple but effective
gain = int(next_conf['effective_cache_size'].replace('kB', ''))
gain = int(next_conf['effective_cache_size'].replace('MB', '000').replace('kB', ''))

with open('./integrationTests/data/x__metrics_after.json', 'r') as fin:
metrics_after = json.load(fin)
Expand Down

0 comments on commit ae85ea2

Please sign in to comment.