Commit graph

458 commits

Author SHA1 Message Date
WANG Xu
0d12603b43
refactor: specify file type 2025-10-27 10:55:20 +08:00
chenhaoran
a705d83bc7 fix: update symbolic links for libtaosws to support wildcard matching 2025-10-17 19:49:35 +08:00
WANG Xu
50bbed37b2
refactor: if statement
Signed-off-by: WANG Xu <feici02@outlook.com>
2025-10-10 14:33:37 +08:00
chenhaoran
1bffc0e2f4 fix: conditionally copy scripts and update configuration instructions for non-lite package mode 2025-10-09 18:35:25 +08:00
haoranchen
0c2e3dcb94
feat: add taosgen binary to installation and removal scripts (#33127)
* feat: add taosgen binary to installation and removal scripts

* fix: correct unlink command for taosgen in install_bin function

* fix: remove taosgen links during package removal

* fix: update post and preun scripts to handle taosgen links correctly

* feat: add taosgen support in install client script

* feat: add taosgen link removal in clean_bin function
2025-09-29 19:02:07 +08:00
chenhaoran
49a9b57125 feat: add logging function and installation completion messages to install script 2025-08-26 15:57:49 +08:00
chenhaoran
8e055f8758 feat: add logging function and installation completion messages to install script 2025-08-26 15:53:58 +08:00
haoranchen
d9e985549c
fix(lib): streamline removal and linking of libtaosws files (#32711) 2025-08-22 15:41:56 +08:00
chenhaoran
c279359f96 fix: remove unused script_dir variable from remove.sh 2025-08-03 00:44:25 +08:00
chenhaoran
2a7283be3d fix: enhance removal script to handle empty service names and add directory cleanup 2025-08-03 00:38:26 +08:00
chenhaoran
9843ddaf4b feat: add taosmqtt support in packaging scripts and cleanup routines 2025-08-01 16:16:06 +08:00
chenhaoran
65265bd84e fix: enhance removal logic to check for non-empty install directory before deletion 2025-08-01 15:08:33 +08:00
chenhaoran
c970fdf65c refactor: streamline data and log directory cleanup using batch removal function 2025-07-25 18:42:00 +08:00
chenhaoran
2760443386 refactor: handle errors in cleanup commands for data and log directories 2025-07-25 14:31:24 +08:00
chenhaoran
a114ba551d refactor: use sudo for malloc configuration in service installation 2025-07-24 14:22:01 +08:00
chenhaoran
1ee7a8be8a refactor: comment out malloc configuration for service installation 2025-07-23 20:18:22 +08:00
chenhaoran
34209b401c refactor: use sudo for find command in data and log cleanup 2025-07-23 19:49:10 +08:00
chenhaoran
a8a83efab3 refactor: enhance cleanup of data and log directories in remove script 2025-07-23 19:13:49 +08:00
chenhaoran
148eb1c46f refactor: improve data and log directory cleanup in remove script 2025-07-22 15:50:17 +08:00
Linhe Huo
fd7e5dfecf
Merge pull request #32033 from taosdata/3.0
merge: from 3.0 to main branch
2025-07-21 14:14:35 +08:00
huohong
e35fbf2348 package: fix error 2025-07-17 09:53:01 +08:00
huohong
9291796146 package: fix error 2025-07-17 09:22:31 +08:00
Simon Guan
6f5f0c3e9c Merge branch '3.0' into merge/mainto3.0_1 2025-07-16 18:07:06 +08:00
huohong
30a6947f43 test: rename TSDB 2025-07-16 17:27:50 +08:00
Pan Wei
bcc25e56bc
feat: new stream (#31678)
* fix: windows compile issue

* test: add vtable cases (#31829)

* fix: windows compile issues

* test:add test cases

* fix: windows compile issue

* case: em-4 stream case submit

* test: stream4_sub1 found bug2

* test: submit test_scene_meters_bug2.py

* add stream parameters example

* feat: [TS-6100] Do not translate const value as column.

* Feat/ts 6100 3.0 zlv (#31747)

* modify asan exampel

* modify asan exampel

* add example

* add example

* modify case example

---------

Co-authored-by: zelv01 <1101510017@qq.com>

* feat(stream): fix memory leak

* modify sliding example

* test: update test case.

* feat(stream): fix conflicts

* fix: add offset case 10a 10s 10m 10h 10d

* feat(stream): fix conflicts

* chore(stream): rename case name #TS-6100

* add case

* modify example

* fix: windows compile issues

* fix: data null check

* feat: [TS-6100] Forbid where when using %%trows (#31827)

* feat: [TS-6100] Forbid where when using %%trows

* test: update cases

* feat: [TS-6100] Fix leaks.

---------

Co-authored-by: Simon Guan <guanshengliang@qq.com>

* test: reproduce bugs

* test: update test case.

* test: update test case.

* feat: [TS-6100] Fix leaks.

* test: add cases

* Feat/ts 6100 3.0.pw10 (#31841)

* enh: add operator reset func

* fix: merge join reset issue

* fix: memory issues

* fix: add debug assert

* fix: memory issues

* fix: memory leak

* fix: memory issues

* fix taos log miss

* fix: case issue

* fix: case issue

* fix: case issues

* fix: drop dnode issue

* fix: memory issues

* fix: memory issues

* fix: memory leak issues

* fix: recalculate time range issue

* fix: add debug log

* fix: memory issues

* fix: enable case asan

* Update streamlist_for_ci.task

* fix: case asan issue

* fix: stream name issue

* fix: external window compile issues

* fix: deploy memory issue

* fix: ahandle issue

* fix: ahandle issue

* fix: ahandle issue

* fix: virtual table reader list issue

* fix: log info

* fix: msg error

* fix: virtual table addr list issue

* fix: memory issues

* fix: memory leak issue

* fix: memory issues

* fix: memory free issues

* fix: memory issues

* fix: snode deploy issue

* fix: mnode reader issue

* fix: memory issues

* fix: add debug test

* enh: add ignore nodata trigger

* fix: memory leaks

* fix: configuration issue

* fix: memory issue

* fix: external window issue

* fix: external window issues

* fix: external window placeholder issue

* fix: placeholder function init issues

* fix: memory leak issue

* fix: add debug log

* fix: compile issues

* fix: double free issue

* fix: runner addr update issue

* fix: msg rsp issue

* fix: external window reset issue

* fix: configuration issue

* fix: deploy msg issue

* fix: compile issue

---------

Co-authored-by: huohong <sallyhuo@taosdata.com>

* test: reproduce bugs

* fix: add sliding interval combine case

* test: add cases

* test: add recalc test.

* test: reproduce bugs

* case : add vt ts is null check

* modify case

* bug: submit test_idmp_meters_bug3.py

* test: add test for recalc.

* test: add cases

* fix: error code check

* test: add cases

* fix(stream): scan wal with schema in that version

* add case

* test: add cases

* test: update test case.

* fix: windows compile issues

* add case

* test: add cases (#31845)

* modify case

* fix: reset interpPrev

* test: add test_idmp_meters bug4 and bug3

* add case

* fix(stream): opti wal interface

* fix: remove test_idmp_meters_bug5.py

* test: add cases

* fix(stream): fix ts data fetch for virtual tables

* cancel asan case

* test: update test case.

* test: update test case.

* add case

* test: add cases

* test: add cases

* test: add case test_idmp_meters_bug5.py

* test: update test case.

* fix(stream): tmq error

* test: add cases

* feat: [TS-6100] Restore deleted code in mndSma.c since they are still in use.

* fix(stream): optimize val scan logic

* test: add test_recalc_expired_time.py  to ci.

* test: update test case.

* test: update test case.

* feat: [TS-6100] Fix fill range check

* fix(stream): optimize val scan logic

* add case

* test: modify for partition by %%1

* test: add fun case stream4_sub7

* fix(stream): optimize val scan logic

* add case

* feat: [TS-6100] Rename OPTIONS to STREAM_OPTIONS.

* test: add test for recalc.

* test: use stream_options.

* fix: some cases error.

* test: remove recalc from ci.

* fix: ci case issues (#31880)

* enh: add operator reset func

* fix: merge join reset issue

* fix: memory issues

* fix: add debug assert

* fix: memory issues

* fix: memory leak

* fix: memory issues

* fix taos log miss

* fix: case issue

* fix: case issue

* fix: case issues

* fix: drop dnode issue

* fix: memory issues

* fix: memory issues

* fix: memory leak issues

* fix: recalculate time range issue

* fix: add debug log

* fix: memory issues

* fix: enable case asan

* Update streamlist_for_ci.task

* fix: case asan issue

* fix: stream name issue

* fix: external window compile issues

* fix: deploy memory issue

* fix: ahandle issue

* fix: ahandle issue

* fix: ahandle issue

* fix: virtual table reader list issue

* fix: log info

* fix: msg error

* fix: virtual table addr list issue

* fix: memory issues

* fix: memory leak issue

* fix: memory issues

* fix: memory free issues

* fix: memory issues

* fix: snode deploy issue

* fix: mnode reader issue

* fix: memory issues

* fix: add debug test

* enh: add ignore nodata trigger

* fix: memory leaks

* fix: configuration issue

* fix: memory issue

* fix: external window issue

* fix: external window issues

* fix: external window placeholder issue

* fix: placeholder function init issues

* fix: memory leak issue

* fix: add debug log

* fix: compile issues

* fix: double free issue

* fix: runner addr update issue

* fix: msg rsp issue

* fix: external window reset issue

* fix: configuration issue

* fix: deploy msg issue

* fix: compile issue

* fix: external window idx issue

* fix: ci issues

---------

Co-authored-by: huohong <sallyhuo@taosdata.com>

* fix(stream): fix compilation error

* fix(stream): optimize val scan logic

* test:add test cases

* test: modify case

* fix: external agg error

* test(stream): tobacco scene testing #TD-36514

* test: add stream cases (#31885)

* fix: windows compile issue

* fix: calc timerange

* fix: windows compile issue

* modify case

* fix(stream): compile error

* test: remove one debug test case file

* test: modify

* test: add test cases

* test: reproduce bugs

* test: reproduce bugs

* feat: [TS-6100] Placeholder function should only appera in SELECT and… (#31868)

* feat: [TS-6100] Placeholder function should only appera in SELECT and WHERE and FROM.

* test: update case

---------

Co-authored-by: Simon Guan <guanshengliang@qq.com>

* add example

* add example

* modify case example

* modify case

* test:alter sql

* test: add stream5 case

* fix(stream): get schema error with version

* test: add delete recalc test py.

* test: remove bug cases

* test: stream5 case test passed

* test: add state cases (#31893)

* fix(stream): compile error

* test: modify case

* test: add cases

* test: add test.

* test: update test case.

* chore(test): fix case err

* test: update test case.

* fix: align data get

* fix(stream): fix row index of datablock written into data cache

* fix: put align data

* test: update test case.

* test: add test cases for virtual table

* chore(test): fix case err #TD-36514

* add case

* test: add test for water mark.

* test: add meters bug6 for stream5

* test: add cases (#31903)

* test: add test for recalc.

* feat: [TS-6100] %%trows can only be used when event type is window close.

* test: add precision of database for ms/us/ns

* modify case

* add case

* add case

* test: add test to ci.

* modify case

* fix: ci case issues (#31904)

* enh: add operator reset func

* fix: merge join reset issue

* fix: memory issues

* fix: add debug assert

* fix: memory issues

* fix: memory leak

* fix: memory issues

* fix taos log miss

* fix: case issue

* fix: case issue

* fix: case issues

* fix: drop dnode issue

* fix: memory issues

* fix: memory issues

* fix: memory leak issues

* fix: recalculate time range issue

* fix: add debug log

* fix: memory issues

* fix: enable case asan

* Update streamlist_for_ci.task

* fix: case asan issue

* fix: stream name issue

* fix: external window compile issues

* fix: deploy memory issue

* fix: ahandle issue

* fix: ahandle issue

* fix: ahandle issue

* fix: virtual table reader list issue

* fix: log info

* fix: msg error

* fix: virtual table addr list issue

* fix: memory issues

* fix: memory leak issue

* fix: memory issues

* fix: memory free issues

* fix: memory issues

* fix: snode deploy issue

* fix: mnode reader issue

* fix: memory issues

* fix: add debug test

* enh: add ignore nodata trigger

* fix: memory leaks

* fix: configuration issue

* fix: memory issue

* fix: external window issue

* fix: external window issues

* fix: external window placeholder issue

* fix: placeholder function init issues

* fix: memory leak issue

* fix: add debug log

* fix: compile issues

* fix: double free issue

* fix: runner addr update issue

* fix: msg rsp issue

* fix: external window reset issue

* fix: configuration issue

* fix: deploy msg issue

* fix: compile issue

* fix: external window idx issue

* fix: ci issues

* fix: ci case issues

* fix: drop dnode issue

---------

Co-authored-by: huohong <sallyhuo@taosdata.com>

* fix(stream): ci error

* test: update test case.

* feat: [TS-6100] Disable some failed UT.

* feat: [TS-6100] Fix virtual table

* test: add bug 5.

* test: add test delete recalc to ci.

* test: add bug 6.

* test(stream): tobacco scene #TD-36514

* fix: reqCids,reqCols memory leak in SSTriggerRealtimeContext

Co-authored-by: Tony Zhang <tonyzhang@taosdata.com>

* test: add case stream6

* fix(stream): implement some pending features in trigger task

* modify case

* modify case

* fix: case issues

* modify case

* test: add recalc for warter mark.

* fix(stream): fix count window trigger of virtual tables

* fix(stream): memory leak

* test: fix run err.

* test: add stream6 bug7

* fix: adjust format

* test(stream): tobacco scene testing #TD-36514

* test: change bug7 with update window1 and 2

* test: add test bug 7.

* case: restore write 3 window

* fix: windows compile issue

* fix: notify

* test: add cases

* modify case

* test: update test case.

* test(stream): toobacco scene testing #TD-36514

---------

Co-authored-by: Simon Guan <slguan@taosdata.com>
Co-authored-by: plum-lihui <huili@taosdata.com>
Co-authored-by: Alex Duan <417921451@qq.com>
Co-authored-by: zelv01 <1101510017@qq.com>
Co-authored-by: Jing Sima <simondominic9997@outlook.com>
Co-authored-by: xiangyang guo <66111494+happyguoxy@users.noreply.github.com>
Co-authored-by: wangmm0220 <wangmm0220@gmail.com>
Co-authored-by: Haojun Liao <hjliao@taosdata.com>
Co-authored-by: zyyang90 <zyyang@taosdata.com>
Co-authored-by: Alex Duan <51781608+DuanKuanJun@users.noreply.github.com>
Co-authored-by: facetosea <285808407@qq.com>
Co-authored-by: Simon Guan <guanshengliang@qq.com>
Co-authored-by: huohong <sallyhuo@taosdata.com>
Co-authored-by: Li Hui <52318143+plum-lihui@users.noreply.github.com>
Co-authored-by: Jinqing Kuang <kuangjinqingcn@gmail.com>
Co-authored-by: xiao-77 <berylbao@taosdata.com>
Co-authored-by: Zhixiao Bao <62235797+xiao-77@users.noreply.github.com>
Co-authored-by: happyguoxy <happy_guoxy@163.com>
Co-authored-by: Tony Zhang <34825804+Tony2h@users.noreply.github.com>
Co-authored-by: Tony Zhang <tonyzhang@taosdata.com>
2025-07-16 14:42:16 +08:00
chenhaoran
b48b9f63d3 fix: update environment file paths in taosd.service and set_taos_malloc.sh 2025-07-14 16:45:56 +08:00
chenhaoran
3689019778 fix: enhance malloc configuration for taosd and taosadapter in install script 2025-07-12 18:32:37 +08:00
chenhaoran
f73b8a01af fix: update set_taos_malloc.sh to improve output messages and adjust default malloc config invocation 2025-07-11 20:16:35 +08:00
chenhaoran
fcd0518cb7 fix: add quiet mode option to set malloc config in install script 2025-07-11 20:07:48 +08:00
chenhaoran
25295be0f8 fix: update usage message in set_taos_malloc.sh to include quiet mode option 2025-07-11 20:04:12 +08:00
chenhaoran
3a559fc619 fix: add condition to set default malloc config for taosd service 2025-07-11 19:58:09 +08:00
chenhaoran
819a09d3ed fix: update environment file path in taosd.service and adjust set_taos_malloc.sh configuration 2025-07-11 16:03:37 +08:00
chenhaoran
05faf4c339 refactor: reorganize memory allocator script constants and improve mode descriptions 2025-07-10 17:23:21 +08:00
chenhaoran
2cd86400a9 feat: add set_taos_malloc_env configuration and update related scripts 2025-07-09 18:39:35 +08:00
chenhaoran
40f7372a00 fix: correct HEAPPROFILE path and remove redundant metadata_thp setting in memory allocator script 2025-07-07 21:10:14 +08:00
chenhaoran
1a21929d2f feat: add configuration and script for memory allocator settings 2025-07-07 20:29:45 +08:00
Simon Guan
fc2fec02c7
merge: from main to 3.0 branch (#31562) 2025-07-03 09:15:59 +08:00
chenhaoran
68959976e9 fix: update environment variable checks in install_spec.sh and adjust expected row counts in test cases 2025-06-24 15:35:42 +08:00
chenhaoran
50ea3fd4bf fix: update adapter configuration to replace log and config directory paths 2025-06-19 20:45:04 +08:00
chenhaoran
54a47e41d5 fix: update adapter configuration to replace taosConfigDir path in install_spec.sh 2025-06-19 20:35:09 +08:00
chenhaoran
c79f804fe6 fix: update keeper configuration to replace localhost IP and set log directory path 2025-06-19 20:26:54 +08:00
chenhaoran
01fb7989c2 refactor: clean up install_spec.sh by removing unused functions and adjusting default install directory 2025-06-19 19:51:24 +08:00
huohong
9e9318a1da
Update install.sh 2025-06-13 11:22:11 +08:00
huohong
292e70d9cd
Update remove.sh (#31307) 2025-06-06 19:07:55 +08:00
huohong
32061bad97
Update install.sh (#31281) 2025-06-05 14:33:09 +08:00
haoranchen
492ab1fd1a
fix: update library file paths in makeclient.sh to remove version suffixes for consistency (#31128)
* fix: update library file paths in makepkg.sh for consistency

* fix: update library file paths in makeclient.sh to remove version suffixes for consistency
2025-05-18 14:21:40 +08:00
haoranchen
92e1983b03
fix: update library file paths in makepkg.sh for consistency (#31124) 2025-05-17 17:49:58 +08:00
haoranchen
d68dd417da
fix: update library file paths in makepkg.sh for consistency across platforms (#31122)
* fix: update symbolic links for libtaosws to support versioned files

* fix: update library file names in packaging scripts to include versioning

* fix: update library file handling in makepkg.sh for versioning consistency

* fix: refactor driver file copy commands for improved readability

* fix: update library file paths in makepkg.sh for consistency across platforms
2025-05-17 16:06:26 +08:00
haoranchen
30579f7b91
fix: update symbolic links for libtaosws to support versioned files (#31118)
* fix: update symbolic links for libtaosws to support versioned files

* fix: update library file names in packaging scripts to include versioning

* fix: update library file handling in makepkg.sh for versioning consistency

* fix: refactor driver file copy commands for improved readability
2025-05-17 14:44:06 +08:00
haoranchen
a723424b50
fix: update symbolic links for libtaosws to support versioned files (#31107) 2025-05-16 20:30:37 +08:00