mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-12 19:39:32 -05:00
Specifying scripts explicitly for CI job that tests sysbench_runner
This commit is contained in:
@@ -18,6 +18,22 @@
|
||||
}
|
||||
],
|
||||
"ScriptDir":"/sysbench-lua-scripts",
|
||||
"Tests": [
|
||||
{
|
||||
"Name":"covering_index_scan",
|
||||
"N" : 1,
|
||||
"FromScript": true
|
||||
},
|
||||
{
|
||||
"Name":"index_join",
|
||||
"N" : 1,
|
||||
"FromScript": true
|
||||
},
|
||||
{
|
||||
"Name":"groupby_scan",
|
||||
"N" : 1,
|
||||
"FromScript": true
|
||||
}],
|
||||
"TestOptions": ["--rand-seed=1", "--table-size=30"],
|
||||
"InitBigRepo": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user