Commit Graph

48 Commits

Author SHA1 Message Date
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
Yaming Pei f95aee70f3
test(taos): taos shell adds decimal test case
test(taos): taos shell adds decimal test case
2025-03-20 19:42:34 +08:00
Yaming Pei 1eff29f446 test: add exception trapping and printing info 2025-03-13 20:17:49 +08:00
Yaming Pei da3e36c8b5 test: clean up the temp profile generated by test 2025-03-13 15:04:14 +08:00
Yaming Pei d8e4f1c935 test: adds more test cases for csv export 2025-03-12 15:44:13 +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 f30eac1272 fix: caseBase.taosdump retFail default is TRue 2025-02-25 14:06:19 +08:00
Alex Duan 100aa30eab fix: commandline.py for taosdump 2025-02-25 13:06:05 +08:00
Alex Duan 0c2695ec6d tmq add tmpBasic.py 2025-02-23 18:24:55 +08:00
Alex Duan 2f05939f35 fix: add version help and other command 2025-02-21 16:03:51 +08:00
Alex Duan 512bb90e6a fix: taosCli add three mode connection 2025-02-21 14:49:20 +08:00
Alex Duan a75aa42bec fix: add new case taosCli.py 2025-02-20 21:53:52 +08:00
Alex Duan a860793c99 fix: init migrate to run init 2024-12-24 19:42:13 +08:00
Shengliang Guan 8c79fa5734
Merge pull request #28945 from taosdata/enh/TD-31831-3.0
add describe many columns over 100 case
2024-11-28 19:57:00 +08:00
Alex Duan 152d945f3c enh: add case to describe 2024-11-27 11:44:57 +08:00
dmchen cea72bb365 fix/TS-5251-add-conflict-check-fix-case 2024-10-31 08:29:11 +00:00
Alex Duan c657c19427 fix: uncomment tcompare crash 2024-04-23 19:38:44 +08:00
Alex Duan d929bc5f81 fix: ignore block code on caseBase 2024-04-21 09:20:19 +08:00
Alex Duan f123d5e245 Merge branch '3.0' into feat/TD-28945-3.0 2024-04-19 19:28:21 +08:00
Alex Duan a29244f955 feat: s3Basic.py add 2024-04-19 19:26:01 +08:00
Alex Duan baecc446fc feat: add new compress ci case compressBasic.py 2024-04-12 13:36:19 +08:00
menshibin ba75d5358f Merge branch '3.0' into case/TD_28027_3.0_New 2024-01-21 15:49:35 +08:00
menshibin 6d4d88c381
Merge branch '3.0' into case/TD_28027_3.0_New 2024-01-20 16:28:44 +08:00
Alex Duan c2772994e4 fix: add order by desc coverage 2024-01-20 15:00:14 +08:00
Alex Duan 6cd689ea53 fix: delete max ok 2024-01-20 14:43:00 +08:00
Alex Duan 1e1951e86d fix: add distributed total information 2024-01-19 17:51:55 +08:00
Alex Duan f7d7ce3515 fix: rename all queryResult name 2024-01-18 15:33:07 +08:00
menshibin 46fed56d06 Merge branch 'case/TD-28027-3.0' into case/TD_28027_3.0_New
# Conflicts:
#	tests/army/frame/autogen.py
2024-01-16 15:49:19 +08:00
Alex Duan 06ec6fcdc6 feat: add tail and unique fun 2024-01-15 20:54:32 +08:00
Alex Duan 4d3ac348e6 Merge branch '3.0' into coverage/TD-28251-3.0 2024-01-15 15:33:56 +08:00
menshibin 8614d2b7fb Merge branch '3.0' into case/TD-28027-3.0 2024-01-15 14:50:44 +08:00
Alex Duan 318293edf1 fix: countAlways return is 0 2024-01-15 14:14:25 +08:00
Alex Duan 07e6801237 feat : add checkConsistency fun 2024-01-14 22:14:39 +08:00
Alex Duan 14fb86c0a9 feat: add query_basic.py 2024-01-14 22:02:43 +08:00
Alex Duan 8a2760e4d0 feat: s3 support stream check 2024-01-14 15:39:10 +08:00
Alex Duan 7b29c97f27 feat: taosd full options do 2024-01-13 14:50:17 +08:00
Alex Duan c7518e0913 dnodes.py split dnode.py simClient.py 2024-01-13 12:26:01 +08:00
menshibin 006a3c3804 add inc Snapshot copy case 2024-01-12 14:14:03 +08:00
Alex Duan 902529352d fix: transaction tips 2023-12-31 17:16:54 +08:00
Alex Duan aed127ab0b coverage: snapshot add balance operator 2023-12-31 16:53:57 +08:00
Alex Duan fcc8185e45 coverage: add snapshot.json case 2023-12-31 11:35:39 +08:00
Alex Duan 64164f5684 fix: run s3_basic.py ok 2023-12-30 14:39:39 +08:00
Alex Duan 1e8244f3c6 feat: add s3 minio ci case 2023-12-30 10:31:15 +08:00
root 9071ff3973 fix: add compactDb flushDb 2023-12-25 21:20:59 +08:00
root 5f0b0b4338 case: mlevel_basic.py passed 2023-12-25 19:56:56 +08:00
Alex Duan f567c19d05 fix: add new-frame public file 2023-12-25 15:59:29 +08:00
Alex Duan dc451984b5 feat: add level and disk param on test.py 2023-12-23 12:59:46 +08:00