Commit Graph

49645 Commits

Author SHA1 Message Date
Minglei Jin 0a782ef78c fix(mnd): coverity scan issues 2023-02-22 14:50:41 +08:00
Minglei Jin 8db525667f fix(meta/query): remove incorrect file & line args 2023-02-22 14:49:54 +08:00
Minglei Jin 6929f74559 fix(tsdb/cache): check the return result of data block creating 2023-02-22 14:48:57 +08:00
Hui Li 77240500aa
Merge pull request #20100 from taosdata/test/3.0/TD-22682
ci: install defined version python connector
2023-02-22 14:48:28 +08:00
Hui Li bd79f4c26b
Merge pull request #20099 from taosdata/TD-22682
ci: install defined version python connector
2023-02-22 14:48:20 +08:00
Minglei Jin 298296a6ac fix(tsim): ignore return value of taos fsync 2023-02-22 14:46:43 +08:00
chenhaoran 650147ccb8 fix: ingore filter.c error found by asan 2023-02-22 14:46:19 +08:00
chenhaoran 96389577d7 fix: ingore filter.c error found by asan 2023-02-22 14:42:17 +08:00
Alex Duan 2c8b75885a test: add case tag index passed ok1 2023-02-22 14:38:32 +08:00
Alex Duan b4d84f1e5e test: add case tag index passed ok 2023-02-22 14:36:26 +08:00
Haojun Liao 8532de31cf refactor: remove assert. 2023-02-22 14:32:39 +08:00
Hongze Cheng 81ee050a0f fix: coverity scan problem 2023-02-22 14:29:14 +08:00
Ganlin Zhao 8175b36d31 add test cases 2023-02-22 14:08:26 +08:00
Ganlin Zhao 39d38c15f1 fix param check 2023-02-22 14:08:03 +08:00
Haojun Liao 82067f3bd2 fix(query): fix coverity issues. 2023-02-22 13:38:13 +08:00
slzhou 21cb3d0821 fix: improve pythonpath env variable to include tsTempDir 2023-02-22 12:11:57 +08:00
Ganlin Zhao d6ac7de746 change output format to JSON array 2023-02-22 11:44:17 +08:00
chenhaoran 88d6b8dac7 ci: install defined version python connector 2023-02-22 11:42:22 +08:00
Ganlin Zhao 61140d3143 fix parameter check 2023-02-22 11:09:23 +08:00
Alex Duan 4dff7f9763 Merge branch '3.0' into test/TD-21965-3.0 2023-02-22 11:05:51 +08:00
Alex Duan 40841dd666 test: modify tag range 2023-02-22 11:04:57 +08:00
chenhaoran a6fed7dd3d ci: install defined version python connector 2023-02-22 11:00:45 +08:00
chenhaoran b7351aa027 ci: install defined version python connector 2023-02-22 10:53:39 +08:00
Haojun Liao 61a7001274 fix(query): fix coverity issues. 2023-02-22 10:50:42 +08:00
chenhaoran 4c3704fde0 ci: install defined version python connector 2023-02-22 10:50:18 +08:00
Ganlin Zhao 84765ff670 refactor code 2023-02-22 10:47:49 +08:00
chenhaoran d81b2365c4 ci: install defined version python connector 2023-02-22 10:43:54 +08:00
chenhaoran 3a9a9179d3 ci: install defined version python connector 2023-02-22 10:32:37 +08:00
Alex Duan 490370ddb7 test : add 0-other/tag_index_basic.py 2023-02-22 10:22:22 +08:00
Ganlin Zhao 9102c7a42a change repeat_scan to pre_scan 2023-02-22 10:22:10 +08:00
54liuyao 1d58f85a54 feat:coverity scan 2023-02-22 10:10:04 +08:00
Ganlin Zhao fea9126453 remove debug logs 2023-02-22 10:07:03 +08:00
Ganlin Zhao 961ac26f92 Revert "add perf logs"
This reverts commit f7a8393c47.
2023-02-22 10:04:35 +08:00
Ganlin Zhao 61de3b179a Revert "add stats"
This reverts commit 09ce818223.
2023-02-22 10:04:28 +08:00
dapan1121 42525b846a fix: fix issues reported by coverity scan 2023-02-22 09:58:18 +08:00
yihaoDeng 8fb471ae7a fix: dead lock while create transaction on same db or stable 2023-02-22 09:54:45 +08:00
Ganlin Zhao 7e01d092a2 optimize repeat scan 2023-02-22 09:25:18 +08:00
xinsheng Ren 8a925342cc
enh: check if the directory exists before installing on mac (#20047)
* enh: check if the directory exists before installing on mac

* fix: check directory on different platforms

---------

Co-authored-by: facetosea <25808407@qq.com>
2023-02-22 09:05:21 +08:00
Haojun Liao 0c9145645b Merge branch 'main' into feature/3_liaohj 2023-02-22 08:53:23 +08:00
Haojun Liao 4b7c88bcb1 refactor: do some internal refactor. 2023-02-22 08:52:20 +08:00
Shuduo Sang 4736636fb2
fix: taosbenchmark data gen refactor (#20059)
* fix: taosbenchmark data gen refactor

* fix: update taos-tools e22e5e2

* fix: update taos-tools cccc353

* fix: update taos-tools 10a211f

* fix: update taos-tools e54a926

* fix: update taos-tools 340b0f4

* fix: update taos-tools 6afed7c

* fix: update taos-tools cc6db40

* fix: update taos-tools 634399d

* fix: update taos-tools e0104dc

* fix: update taos-tools bc11ff3

* fix: update taos-tools b23e170

* fix: update taos-tools a62f774

* fix: clean up and print

* fix: update taos-tools a880c81

* test: update 5-taos-tools/taosdump/taosdumpTestInspect.py for 3.0

* fix: add sml_tags_json_array to accelerate sml json test

* fix: taosbenchmark json data generating refine 611dc09

* fix: update taos-tools ad2f7c8

* fix: coverity scan issues

* fix: udpate taos-tools d259385

* fix: update taos-tools be929ab

* fix: update taos-tools 63e63d6

* fix: update taos-tools 2a38de1

* fix: update taos-tools 0d4c001

* fix: update taos-tools dce7de5

* fix: update taos-tools 82b96df

* fix: update taos-tools 401cf6a

* fix: update taos-tools 6f692b0:wq

* fix: update taos-tools 2942ca0

* fix: update taos-tools 61cbfd2
2023-02-22 00:06:55 +08:00
Haojun Liao 37fea8cf3d fix(tmq): update the epset when the leader of vnode changed. 2023-02-21 23:04:58 +08:00
yihaoDeng b8b2b8a23a fix: fix invalid free 2023-02-21 23:00:57 +08:00
slzhou 898bd0ed33 feat: script open function accept env item 2023-02-21 21:24:09 +08:00
Benguang Zhao 3b47dd753e enh: update pSyncNode->minMatchIndex in sncNodeEqPeerHeartbeatTimer 2023-02-21 20:01:54 +08:00
Xiaoyu Wang 62e3fd2cc6 fix: create stream semantic check 2023-02-21 19:19:43 +08:00
sunpeng 7e8823d594
build: delete TaosConsumer and TaosTmq from taospy (#20076) 2023-02-21 19:00:50 +08:00
Benguang Zhao b0b9877265 fix: check if log buffer is empty in syncNodeOnLocalCmd 2023-02-21 19:00:47 +08:00
wangmm0220 b28c0ad952 fix:remove useless logic in tmq 2023-02-21 18:49:39 +08:00
Minglei Jin 724e7bc3a1 fix(tsdb/cache): use state's tsdb instead of readers 2023-02-21 18:23:18 +08:00