Commit Graph

4 Commits

Author SHA1 Message Date
Alex Duan e333f44dfb
fix(taosbenchmark): pass db options support prefix suffix with blank (#30205)
* fix: pass db parameter support prefix suffix blank

* fix: add check vgroups have blank case

* fix: remove strlen from trimCaseCmp

* fix: case init variant and remove taos-tools from .gitignore
2025-03-18 17:48:24 +08:00
Alex Duan 2c901cd4b2 fix: support multi database multi super table insert. case in insertBase.py 2025-03-07 21:36:38 +08:00
Alex Duan 6bfc24d4ae fix: stmt not support many stb with single = false stmt_init 2025-03-07 21:04:52 +08:00
Alex Duan ad64b681c8
ci: taosBenchmark add coverage cases branch 3.0 (#29788)
* fix: add unit test for taos-tools

* fix: only .cpp include

* fix: remove no use function

* fix: restore toolsSys.c

* fix: add toolsSys case

* fix: rebuild error fixed

* fix: fix build error

* fix: support get vgroups with core and memory limit

* fix: build error for strcasecmp

* fix: add insertBasic.py case

* fix: add command line set vgroups=3

* fix: change with ns database

* toolscJson read with int replace float and add insertPrecison.py

* fix: add insertBindVGroup.json case

* fix: remove public fun removeQuotation

* fix: vgroups change method

* fix: memory leak for runInsertLimitThread slot

* insertPrecision.py word write wrong

* fix: check isFloat number

* fix: vgroups change logic error

* fix: insertBasic.py real and expect error

* fix: adjust default vgroups

* fix: adjust default vgroups modify comment
2025-02-21 17:00:44 +08:00