Commit graph

2244 commits

Author SHA1 Message Date
huohong
9cc594384b feat: change taosadapter log dir and log level 2025-04-11 13:50:20 +08:00
jiajingbin
5cab78f295 enh: wait checkpoint ready before pause stream 2025-04-09 11:16:29 +08:00
Alex Duan
c133489917
new-libtaos-with-ws (#29971)
* enh: rename libtaos.so to libtaosinternal.so

* enh: let python system-test work

* enh: shell for libinternal.so

* enh: refact script

* enh: wrapper for libtaosinternal

* enh: rename some files

* enh: let shell support internal driver

* enh: minor changes

* enh: minor changes

* add intenal.h

* enh: remove unused codes

* enh: minor changs

* feat: mac os issues

* enh: let python test use internal connection

* enh: let nettest work

* enh: let taosc -C work

* enh: test shell in mac os

* enh: minor changes

* enh: let libtaosinternal.so work in linux

* enh: update install script

* enh: for ci

* enh: for windows compile

* enh: minor changes

* enh: compile in windows

* enh: minor changes

* enh: taosinternal work in windows

* enh: add taos_internal_static

* enh: rollback os_for_wrapper

* fix: conflicts

* fix: conflicts

* fix: compile errors

* fix: conflicts

* enh: rename taosinternal to taosnative

* enh: rename taosinternal to taosnative

* fix: compile error

* enh: remove taosnative.h

* fix: compile errors

* enh: set default shell options

* fix: compile errors

* fix: compile errors

* debug: switch taosws branch to feat/new-libtaos-with-ws

* enh: taosBenchmark remove WEBSOCKET finished

* fix: CMakeLists.txt remove WEBSOCKET

* fix: compile errors

* fix: taosBenchmark delete restful code

* .gitignore remove taos-tools folder

* fix: remove taosdump WEBSOCKET MACRO

* fix: build error for taosdump

* fix: build project passed

* fix: support -Z for connect mode

* fix: build error

* fix: build error fixed

* fix: add -Z options

* fix: native and websocket with string

* fix: -Z option core

* fix: build unit test

* fix: build error

* fix: add colon for array

* fix: unit test can not include fun

* fix: CTest pointer null is nullptr

* fix: include pub.h

* fix: taosdump add -Z --driver options

* fix: taosdump support -Z with pub.h pub.c

* fix: toolsGetTimeDay move to pub.c

* fix: restore pub.c only simple fun

* fix: add error tips

* fix: tmfree remove from taosdump

* fix: remove double declare taos variant

* fix: taos support -Z option

* enh: configDir set with main fun

* fix: add g_arguments.configDir

* fix: show tips add cfgdir

* fix: g_argument is pointer

* fix: configDir is global var

* fix: declare g_configDir in benchMain.c

* fix: taos version not show on websocket

* stmt2 websocket prepare with supertable

* stmt2 websocket prepare build

* fix: stmt and stmt2 prepare add db name

* fix: remove -R --restful test case

* fix: taosBenchmark adjust priority cmd > json > evn

* fix: add connect mode test case connMode.py

* fix: clear evn and add host port check

* fix: army/test.py modify start taosAdapter is default

* change: system-test/test.py default start taosAdapter

* fix: add taosAdapter variant to system-test/test.py

* fix: -y must put behind other options

* fix: remove rest sml and add -N normal case

* fix: add -c work cfg test case

* del: queryMain.py remove rest query

* fix: remove groups have a blank append bug

* fix: caseBase.py add db in sql query

* fix: query_json.py remove rest test

* fix: taosBenchmark uniform dsn describe

* fix: add pub.h pub.c to tools public

* fix: case remove restful interface

* fix: build error

* fix: taosDriverCleanup no arg call

* fix: taosdump add test conn mode case taosdumpCommandline.py

* fix: modify insertFullType.json db name

* fix: taosdump connMode test case taosDumpCommandline.py passed

* enh: priority cmd > env > json

* fix: taosCli remove is_native variant

* fix: password is not pointer

* fix: comment -o test case

* fix: solve fun return code check

* fix: windows unresolved strcasecmp

* fix: remove coverHostToServAddr

* fix: forbid check ODR violation

* ci: trigger pr run

* fix: build error not del >>>>>3.0

* fix: support json dbinfo->vgroups have blank space

* fix: solve conflict with merge

* fix: with TrimCaseCmp fun to compare vgroups

* fix: del vgroups support blank code

* feat: wrapper add taos_fetch_fields_e

* fix: move jni from libtaosnative.so to libtaos.so

* fix: move clientTmqConnector.c for jni

* fix: fix assert check with del comment code

* fix: taosBenchmark add prepare stmt debug log

* fix: stmt2 already have debug log on preapare

* fix:  (double)LLONG_MAX force covert

* fix: stmt insert normal table with websocket

* fix: normal table with stmt too many ?

* fix: taosdump stmt_prepare with child tbname

* fix: build error add int code

* feat: stmtPrepare with child table to do

* taos -a options move to native test case

* fix:unit test benchmarkTest passed

* fix: query_json-with-sqlfile.py case no check results

* fix: queryMain.py case lost, put in tasks again

---------

Co-authored-by: Shengliang Guan <slguan@taosdata.com>
2025-03-20 22:54:29 +08:00
liuyao
fac36002c1
ci(stream): add ci and fix issue (#30270)
* ci(stream): add ci and fix issue

* ci: adj test

* ci: add test and fix issue

* ci: adj test

* ci(stream): add test for fill operator and fix issue

* fix: fix issue

* fix: fix issue

* fix: adjust defalut rec value
2025-03-20 10:34:31 +08:00
xinsheng Ren
4edddd6038
Merge branch '3.0' into enh/TS-5650/showLike 2025-03-07 10:29:35 +08:00
facetosea
c27662cf09 fix: show variables rows check 2025-03-07 09:51:05 +08:00
Hongze Cheng
0174d7404d Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TS-5445-3.0 2025-02-28 13:26:53 +08:00
Simon Guan
ed2d3b258d Merge branch '3.0' into merge/mainto3.0 2025-02-28 09:11:14 +08:00
Simon Guan
f5429637fa Merge branch 'main' into merge/mainto3.0 2025-02-28 09:11:10 +08:00
chenhaoran
a7cbf6f8b2 refactor: replace inspect-based class retrieval with AST parsing for improved class order handling 2025-02-26 17:53:39 +08:00
chenhaoran
791c9de729 refactor: simplify module loading by introducing dynamicLoadModule function 2025-02-26 16:21:21 +08:00
chenhaoran
6ff179aca2 refactor: simplify module loading by introducing dynamicLoadModule function 2025-02-25 21:23:34 +08:00
chenhaoran
67c06cc02b refactor: simplify module loading by introducing dynamicLoadModule function 2025-02-25 21:14:07 +08:00
chenhaoran
7bbc42aa30 refactor: update Jenkinsfile agents and comment out unused stages 2025-02-25 20:55:38 +08:00
haoranchen
0e9319ef69
Revert "refactor: implement dynamic loading of test case classes" 2025-02-25 15:40:08 +08:00
chenhaoran
b83456de81 refactor: implement dynamic loading of test case classes 2025-02-24 20:47:02 +08:00
Shengliang Guan
18593a06ef fix: ci errors 2025-02-24 18:21:20 +08:00
Shengliang Guan
3a1d06f4d7
Merge pull request #29354 from taosdata/enh/TS-5255/colsFunc2
enh: ts5255/cols func2
2025-02-24 14:19:37 +08:00
chenhaoran
93d2595497 fix:revert test_new cases.py 2025-02-24 10:46:16 +08:00
chenhaoran
526e29f382 refactor: dynamically load the last test case class for execution 2025-02-21 15:15:01 +08:00
factosea
edd5754f56 test case 2025-02-11 19:19:47 +08:00
facetosea
fa203ca249 cols in stream 2025-02-11 09:33:34 +00:00
factosea
13c93bc2c9 test case 2025-02-10 18:02:28 +08:00
factosea
b1f1c2e860 test case: test cols name 2025-01-23 15:37:21 +08:00
Shengliang Guan
585e639328 Merge branch 'main' into merge/mainto3.0 2025-01-19 11:19:14 +08:00
jiajingbin
008233ccf6 doc: add Chaos Test to README and update some functions 2025-01-16 16:22:17 +08:00
factosea
333eee4b4c join case 2025-01-07 19:43:32 +08:00
factosea
847e873620 test case 2024-12-30 08:47:52 +08:00
Shengliang Guan
757fcc70be
Merge pull request #29321 from taosdata/fix/3.0/TD-33336
fix wrong rows returned with sma filtering
2024-12-27 09:26:26 +08:00
wangjiaming0909
05f836c555 fix sma filtering returned wrong rows 2024-12-26 16:10:17 +08:00
Shengliang Guan
5099f24823
Merge pull request #29311 from taosdata/merge/3.0tomain
merge: from 3.0 to main branch
2024-12-25 21:27:45 +08:00
wangjiaming0909
7a18acc7f7 fix wrong rows returned with sma filtering 2024-12-25 14:45:17 +08:00
factosea
4a08d69159 fix: test case 2024-12-25 09:18:57 +08:00
Shengliang Guan
1061af6a72
Merge pull request #29248 from taosdata/enh/TD-33253/coverage2
enh: udf exception test case
2024-12-24 18:49:39 +08:00
factosea
4779f4a16f test case 2024-12-24 17:22:39 +08:00
factosea
78b5396f86 fix: test error 2024-12-24 14:45:18 +08:00
factosea
f6bd86272b udf case: varchar 2024-12-24 09:42:26 +08:00
factosea
a360b71f7c enh: udf exception test case 2024-12-20 16:57:17 +08:00
happyguoxy
0190adf620 test: refine feishu report 2024-12-20 10:24:56 +08:00
happyguoxy
4b1a9d11a2 test: refine feishu report 2024-12-20 10:24:41 +08:00
happyguoxy
72652d7c2c test: refine feishu report 2024-12-20 10:24:23 +08:00
xiao-77
a6e1af6b42 Merge branch '3.0' into enh/3.0/TS-5007 2024-12-13 15:04:36 +08:00
dapan1121
ca15163215 Merge remote-tracking branch 'origin' into feat/TD-30268 2024-12-12 11:41:00 +08:00
xiao-77
a79fbfd318 Merge branch '3.0' into enh/3.0/TS-5007 2024-12-12 09:49:17 +08:00
Shengliang Guan
03627a142d fix: ci errors 2024-12-10 11:57:05 +00:00
dapan1121
d77147d296 Merge remote-tracking branch 'origin/3.0' into feat/TD-30268 2024-12-06 17:43:19 +08:00
dapan1121
011ff04234 fix: scheduler dead lock issue 2024-12-05 18:07:37 +08:00
xiao-77
dbaa4349ea Merge branch '3.0' into enh/3.0/TS-5007 2024-12-04 19:34:14 +08:00
Haojun Liao
8e319d777b test: update test cases. 2024-12-02 20:02:55 +08:00
xiao-77
7e20b31d04 Fix ci errors. 2024-11-28 19:30:09 +08:00