mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 02:59:34 -06:00
fixed rand seed (#1088)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user