mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
* restore .gitmodules * Revert "[TD-13408]<test>: move tests out" This reverts commitf80a4ca49f. * revertf80a4ca49f* immigrate file change from stand-alone repo to TDengine for 3.0 * remove tests repository for Jenkinsfile2 Co-authored-by: tangfangzhi <fztang@taosdata.com>
15 lines
No EOL
366 B
JSON
15 lines
No EOL
366 B
JSON
{
|
|
"filetype":"query",
|
|
"cfgdir": "/etc/taos",
|
|
"host": "192.168.1.104",
|
|
"port": 6030,
|
|
"user": "root",
|
|
"password": "taosdata",
|
|
"confirm_parameter_prompt": "no",
|
|
"databases": "db2",
|
|
"query_times": 1000000,
|
|
"specified_table_query":
|
|
{"query_interval":1, "concurrent":100,
|
|
"sqls": [{"sql": "select count(*) from db.stb0", "result": ""}]
|
|
}
|
|
} |