mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
* docs: query forbid super table and special-table together * fix: taosBenchmark official case add to CI * fix: tmq check consumer result * docs: adjust json format and add note tips for both query * docs: json format indent for query.json * fix: forbid both query from v3.3.5.6
24 lines
451 B
JSON
24 lines
451 B
JSON
{
|
|
"filetype": "query",
|
|
"cfgdir": "/etc/taos",
|
|
"host": "127.0.0.1",
|
|
"port": 6030,
|
|
"user": "root",
|
|
"password": "taosdata",
|
|
"confirm_parameter_prompt": "no",
|
|
"continue_if_fail": "yes",
|
|
"databases": "test",
|
|
"query_times": 10,
|
|
"query_mode": "taosc",
|
|
"super_table_query": {
|
|
"stblname": "meters",
|
|
"query_interval": 1,
|
|
"threads": 3,
|
|
"sqls": [
|
|
{
|
|
"sql": "select last_row(ts) from xxxx",
|
|
"result": "./query_res2.txt"
|
|
}
|
|
]
|
|
}
|
|
}
|