mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
* restore .gitmodules
* Revert "[TD-13408]<test>: move tests directory out"
This reverts commit 7db7bd9337.
* revert to make tests back
* immigrate file change in stand-alone repo to TDengine
* remove tests repository checkout
Co-authored-by: tangfangzhi <fztang@taosdata.com>
22 lines
418 B
JSON
22 lines
418 B
JSON
{
|
|
"filetype": "query",
|
|
"cfgdir": "/etc/taos",
|
|
"host": "127.0.0.1",
|
|
"port": 6030,
|
|
"user": "root",
|
|
"password": "taosdata",
|
|
"confirm_parameter_prompt": "no",
|
|
"databases": "test",
|
|
"query_times": 1,
|
|
"super_table_query": {
|
|
"stblname": "meters",
|
|
"query_interval": 10,
|
|
"threads": 8,
|
|
"sqls": [
|
|
{
|
|
"sql": "select last_row(ts) from xxxx",
|
|
"result": ""
|
|
}
|
|
]
|
|
}
|
|
}
|