mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
* test: add test case in 3.0 * fix: remove result file * test: change test cases * fix: change test case * test: add test to ci * test: add test case of taosbenchmark in system-test * fix: fix test case * test: unknown error in ci
27 lines
No EOL
525 B
JSON
27 lines
No EOL
525 B
JSON
{
|
|
"filetype":"query",
|
|
"cfgdir": "/etc/taos",
|
|
"confirm_parameter_prompt": "no",
|
|
"databases": "db",
|
|
"query_mode": "rest",
|
|
"connection_pool_size": 10,
|
|
"response_buffer": 10000,
|
|
"specified_table_query":
|
|
{
|
|
"query_times": 1,
|
|
"sqls":
|
|
[{
|
|
"sql": "select count(*) from db.stb",
|
|
"result": "rest_query_specified"
|
|
}]
|
|
},
|
|
"super_table_query": {
|
|
"stblname": "stb",
|
|
"sqls": [
|
|
{
|
|
"sql": "select count(*) from xxxx",
|
|
"result": "rest_query_super"
|
|
}
|
|
]
|
|
}
|
|
} |