未验证 提交 8b133199 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

fix: update taos-tools eed30f5 (#19672)

* fix: update taos-tools eed30f5

* fix: tools/insert-tblimit1-tboffset.json has same col/tag as create db

* fix: update taos-tools 71724aa

* test: disable two outdated cases

* fix: update taos-tools 0cd564a
上级 ce7b7e2f
Subproject commit 7d24ed5ca92bc71a7b5d8c343d4feb829b572e1c
Subproject commit 0cd564ab5b00bd2e6127c61bc79e89703eac7040
......@@ -562,10 +562,10 @@
11,,pytest,python3 test.py -f import_merge/importBlock1Sub.py
10,,docs-examples-test,./test_python.sh
10,,system-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/taosdemoTestInsertWithJsonStmt-otherPara.py
10,,system-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/taosdemoTestInsertWithJsonStmt.py
#10,,system-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/taosdemoTestInsertWithJsonStmt.py
10,,system-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/taosdemoTestInsertWithJson-autoCreate.py
10,,system-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/taosdemoTestInsertWithJson-otherPara.py
10,,system-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/taosdemoTestInsertWithJson-childTable.py
#10,,system-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/taosdemoTestInsertWithJson-childTable.py
10,,system-test,python3 ./test.py -f 2-query/TD-12344.py
10,,script,./test.sh -f unique/stable/replica2_vnode3.sim
10,,pytest,python3 testCompress.py
......
......@@ -49,8 +49,8 @@
"sample_format": "csv",
"sample_file": "./sample.csv",
"tags_file": "",
"columns": [{"type": "INT"}],
"tags": [{"type": "TINYINT", "count":1}]
"columns": [{"type": "INT"}, {"type": "DOUBLE", "count":10}, {"type": "BINARY", "len": 16, "count":3}, {"type": "BINARY", "len": 32, "count":6}],
"tags": [{"type": "TINYINT", "count":2}, {"type": "BINARY", "len": 16, "count":5}]
}]
}]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册