forked from matrixorigin/mo-tester
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun.yml
More file actions
executable file
·20 lines (15 loc) · 821 Bytes
/
Copy pathrun.yml
File metadata and controls
executable file
·20 lines (15 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#test scritps path
path: "cases/"
#method
#run: means execute test scripts configured by para[path] completely,and generate the test reprot,execution logs
#debug: means execute test scripts configured by para[path] completely, only print the result to console,do not generate the test reprot,execution logs
#genrs: means generate the expected result for the test scripts only
method: "run"
#rate: means the execution success rate,if the actual rate is less than this,the programe will exit with status 1
rate: 100
#builtindb: builtin databases of mo
builtindb: mo_catalog,mo_task,information_schema,mysql,system_metrics,system,query_result,mo_debug
#outfiles: files or paths that the mo generates during the test
outfiles: json/export_1.csv,json/export_2.csv,into_outfile,into_outfile_2
#wait timeout
waittime: 2000