fixed rand seed (#1088)

This commit is contained in:
Brian Hendriks
2020-12-07 18:09:33 -08:00
committed by GitHub
parent 1926329902
commit 397b132f95

View File

@@ -141,6 +141,7 @@ def run_test(test_db_host: str, test_db: str, test: str, table_size: int) -> str
'--mysql-db={}'.format(test_db),
'--mysql-user=root',
'--mysql-host={}'.format(test_db_host),
'--rand-seed=1'
]
_run_stage(test, 'prepare', sysbench_args)