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>
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"filetype":"insert",
|
|
"cfgdir": "/etc/taos",
|
|
"host": "127.0.0.1",
|
|
"port": 6030,
|
|
"user": "root",
|
|
"password": "taosdata",
|
|
"thread_count": 2,
|
|
"num_of_records_per_req": 10,
|
|
"thread_count_create_tbl": 4,
|
|
"databases": [{
|
|
"dbinfo": {
|
|
"name": "db01",
|
|
"drop": "yes",
|
|
"replica": 1,
|
|
"days": 10,
|
|
"cache": 16,
|
|
"blocks": 8,
|
|
"precision": "ms",
|
|
"update": 0,
|
|
"maxtablesPerVnode": 1000
|
|
},
|
|
"super_tables": [{
|
|
"name": "stb01",
|
|
"childtable_count": 3,
|
|
"childtable_prefix": "stb01_",
|
|
"auto_create_table": "no",
|
|
"data_source": "rand",
|
|
"insert_mode": "taosc",
|
|
"insert_rate": 0,
|
|
"insert_rows": 20,
|
|
"timestamp_step": 1000,
|
|
"start_timestamp": "2020-10-01 00:00:00.000",
|
|
"sample_format": "csv",
|
|
"sample_file": "/home/data/sample.csv",
|
|
"tags_file": "",
|
|
"columns": [{
|
|
"type": "INT"
|
|
}],
|
|
"tags": [{
|
|
"type": "INT"
|
|
}]
|
|
}]
|
|
}]
|
|
}
|