Commit Graph

62369 Commits

Author SHA1 Message Date
factosea b9927cce14 fix: count error on tag which is null 2024-01-29 16:04:08 +08:00
Ping Xiao 6e43d74677 update coverage data 2024-01-29 15:24:28 +08:00
slzhou af422e77c6 fix: restore pseudo column pData and not skip and data block cleanup 2024-01-29 14:36:40 +08:00
wangmm0220 51b7cd99d6 feat:[TD-28247]add grant for subscribe and stream 2024-01-29 14:28:48 +08:00
dapan1121 01c50d8d6e
Merge pull request #24653 from taosdata/fix/TS-4481
fix: remove stmt assert
2024-01-29 14:06:28 +08:00
wangmm0220 35f154da37 fix:[TS-4479] support long varbinary in format like \x3423 2024-01-29 13:55:46 +08:00
Haojun Liao b714c70434 refactor: do some internal refactor. 2024-01-29 13:46:33 +08:00
Haojun Liao f4f01e4bf4
Merge pull request #24654 from taosdata/fix/3_liaohj
feat(stream): drop orphan tasks.
2024-01-29 13:10:47 +08:00
slzhou 7d0edcc54e fix: fix memory sanitizer error 2024-01-29 12:56:48 +08:00
Haojun Liao 9087a0d9d0 feat(stream): drop orphan tasks. 2024-01-29 11:03:50 +08:00
slzhou 6849ccd280 fix: pre-allocated columns has no data 2024-01-29 11:02:38 +08:00
wangmm0220 5f1b48a8da fix:[TS-4479] support long varbinary in format of \x3423 2024-01-29 10:50:10 +08:00
slzhou 08c2891d50 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/tms/port-3 2024-01-29 10:32:36 +08:00
dapan1121 f86a8248d2 fix: remove stmt assert 2024-01-29 10:20:22 +08:00
dapan1121 d4a2553ace
Merge pull request #24630 from taosdata/fix/xsren/printSlowLogStackOverflow3.0
fix: printSlowLog heap over flow
2024-01-29 10:11:24 +08:00
dapan1121 b2041fa3ed
Merge pull request #24602 from taosdata/fix/3.0/TD-28398
fix: tcache conn obj ref count not released
2024-01-29 10:10:44 +08:00
wade zhang 4ad58a67d6
Merge pull request #24640 from taosdata/fix/adamji/TD-28467-3.0
fix: update python connector version
2024-01-29 10:10:39 +08:00
dapan1121 5cf16dea84
Merge pull request #24584 from taosdata/szhou/feat/td-28228
feat: extract rows within limit before sort to disk
2024-01-29 08:47:46 +08:00
kailixu 80b1ad77d6 feat: support uniq grant 2024-01-28 21:24:30 +08:00
Alex Duan 90508acc45
Merge pull request #24644 from taosdata/coverage/TD-28466-3.0
coverage: comment no call function
2024-01-28 11:13:24 +08:00
Alex Duan 4d4de4bdaa fix:spread result 2024-01-27 22:36:30 +08:00
Alex Duan 089aec035c
Merge pull request #24637 from taosdata/case/TD-28406-3.0
Update fullopt.py modify -k
2024-01-27 10:54:01 +08:00
Alex Duan 9db0248e14 fix: add percentile and spread 2024-01-27 10:39:50 +08:00
Alex Duan 9232e92720 fix: add statecount check 2024-01-27 10:25:13 +08:00
Alex Duan c431abda5d fix: add sample function case 2024-01-27 10:20:07 +08:00
Alex Duan f62f84335d
Update coverage_test.sh
move coverage.info to before
2024-01-27 09:51:37 +08:00
Alex Duan 9536a1ccf9
modify runBinFile to exeBinFile 2024-01-27 09:43:45 +08:00
kailixu e0d61c40f5 feat: support uniq grant 2024-01-26 19:06:56 +08:00
Alex Duan cd773bd129 coverage: comment no call function 2024-01-26 18:30:34 +08:00
Haojun Liao bfbd61a02f
Merge pull request #24634 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
2024-01-26 18:08:54 +08:00
Alex Duan 570189e9a4
Update fullopt.py
no check result
2024-01-26 18:06:10 +08:00
Alex Duan 3f31e120a8
Merge pull request #24633 from taosdata/case/TD-25112-3.0
Case/td 25112 3.0 add learner split vgroup case
2024-01-26 17:21:25 +08:00
Hongze Cheng e7177dae57 more code 2024-01-26 17:14:00 +08:00
slzhou f19e66909d fix: only deep cleanup datablock when not inmem reader 2024-01-26 17:01:08 +08:00
Hongze Cheng 09a65e5992 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4478-3.0 2024-01-26 16:51:47 +08:00
wangmm0220 7c828d3506 feat:[TD-28247]add grant for subscribe and stream 2024-01-26 16:42:26 +08:00
wangmm0220 35e2b681c7 fix:conflicts from 3.0 2024-01-26 16:32:40 +08:00
Haojun Liao ac08f659c3 refactor: remove invalid procedure in fill-history. 2024-01-26 16:20:43 +08:00
54liuyao 4d8fbc0396 stream count window sliding 2024-01-26 16:15:25 +08:00
Haojun Liao 50b59ad936 fix(stream): add null ptr check. 2024-01-26 16:08:01 +08:00
54liuyao 9e86dfaee7 stream count window sliding 2024-01-26 15:56:26 +08:00
54liuyao bc4f3d1296 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-22023 2024-01-26 15:55:06 +08:00
Adam Ji 54a00b3c21 fix: update python connector version 2024-01-26 15:52:32 +08:00
wangmm0220 388e89096c fix:test case error 2024-01-26 15:51:37 +08:00
Adam Ji 82a2733156 fix: update python connector version 2024-01-26 15:50:33 +08:00
wangmm0220 ce2a3e4be2 fix:test case error 2024-01-26 15:35:29 +08:00
wangmm0220 bd2bef2428 fix:add test case 2024-01-26 15:05:31 +08:00
slzhou 686258b26e feat: deep clean up for data blocks 2024-01-26 14:52:24 +08:00
Hongze Cheng b03b111c2a make it compilable on windows and macos 2024-01-26 14:38:58 +08:00
Haojun Liao 77787fbdf5 fix(stream): update the stream test case. 2024-01-26 14:28:07 +08:00