Commit Graph

16101 Commits

Author SHA1 Message Date
Elias Soong aeb72fbdeb [TD-4533] <docs>: "taos_stmt_bind_param" can be used in both INSERT & SELECT queries. 2021-06-05 18:38:57 +08:00
tomchon ac503cc76b Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-06-05 18:35:39 +08:00
tomchon e629395413 add compacting wal log testcase into fulltest.sh 2021-06-05 18:34:36 +08:00
xywang 354564dbc9 [TD-3304]<fix>: fixed a test case bug in topic1.sim 2021-06-05 17:58:28 +08:00
Ping Xiao 5da8332573 add test case 2021-06-05 17:58:06 +08:00
dapan1121 718bf8d9eb support error msg 2021-06-05 17:34:26 +08:00
huili 6da72d82fc
Merge pull request #6383 from taosdata/xiaoping/test_case
[TD-3938]<test>: add script to detect coredump file
2021-06-05 17:10:45 +08:00
xywang 91e2d73361 [TD-3304]<fix>: fixed a test case bug 2021-06-05 16:58:36 +08:00
dependabot[bot] 28b0cdc3be
Bump httpclient from 4.5.8 to 4.5.13 in /src/connector/jdbc (#6372)
Bumps httpclient from 4.5.8 to 4.5.13.

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-05 16:39:44 +08:00
dependabot[bot] b885f2c133
Bump httpclient in /tests/comparisonTest/opentsdb/opentsdbtest (#6371)
Bumps httpclient from 4.5.4 to 4.5.13.

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-05 16:39:07 +08:00
huili 5d4b2562d5
Merge pull request #6379 from taosdata/hotfix/TD-4557
[TD-4557]fix mem leak issue
2021-06-05 16:37:01 +08:00
huili 9b0d75ca47
Merge pull request #6374 from taosdata/hotfix/TD-4548
[TD-4548]fix tag string quote issue
2021-06-05 16:36:56 +08:00
tomchon 3a91e8ea84 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-06-05 16:24:51 +08:00
tomchon 046ec16ac4 [TD-4552]<test>: add testcase that compact wal file with replica 2021-06-05 16:24:30 +08:00
Ping Xiao d2c1841410 [TD-3938]<test>: add script to detect coredump file 2021-06-05 15:43:05 +08:00
Ping Xiao 51ecfc0486 [TD-3938]<test>: add test case 2021-06-05 15:40:31 +08:00
xywang e66d12967a [TD-3304]<enhance>: added detailed info for invalid blocks option 2021-06-05 14:39:50 +08:00
huili d284cf5493
Merge pull request #6363 from taosdata/test/TD-4463
Test/td 4463
2021-06-05 14:22:59 +08:00
huili 70066d0c9c
Merge pull request #6377 from taosdata/xiaoping/add_test_case
[TD-4505]<test>: add test case for last_row()
2021-06-05 14:22:43 +08:00
huili b4f0443761
Merge pull request #6378 from taosdata/test/fix-install-pyconn
fix install py connector in jenkins
2021-06-05 14:22:38 +08:00
Xiao Ping 0a1afbdc46
Merge pull request #6335 from taosdata/feature/TD-3963
[TD-3963]async commit a msg to save config
2021-06-05 13:31:07 +08:00
lichuang 9d353971b7 [TD-3963]no need to save last row in checkForCachedLastRow 2021-06-05 12:14:57 +08:00
yihaoDeng b4b0e949b4 [TD-4426]<fix> fix compile error 2021-06-05 11:35:26 +08:00
yihaoDeng 9fe132abd4 [TD-4426]<fix> fix compile error 2021-06-05 11:17:13 +08:00
yihaoDeng 19a7b0c4d6 [TD-4426]<fix> fix compile error 2021-06-05 10:56:26 +08:00
tickduan 164a7c470d Merge branch 'master' into cq 2021-06-05 10:41:49 +08:00
tickduan 7029858554 fix kill connection with _root user cause taosd crash 2021-06-05 10:40:46 +08:00
dapan1121 d6e5fb80a1 fix mem leak issue 2021-06-05 10:38:45 +08:00
dapan1121 5e40ac3710 add error msg 2021-06-05 10:20:03 +08:00
lichuang 2241f2f2cb [TD-3963]fix tsdbGetCachedLastRow:when lastRow == NULL return TSDB_CODE_TDB_NO_CACHE_LAST_ROW 2021-06-05 10:04:07 +08:00
liuyq-617 9596883fd1 fix install py connector in jenkins 2021-06-05 01:37:39 +00:00
yihaoDeng bb19833711 [TD-4426]<fix> add test case 2021-06-05 06:06:09 +08:00
yihaoDeng 8d0a4d617a [TD-4426]<fix> fix in operator bug 2021-06-05 03:54:42 +08:00
Shuduo Sang 7f77f0362f
Hotfix/sangshuduo/td 4025 fix travis ci broken for develop (#6376)
* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

modify smoketest.sh to python3.8

* [TD-4025]<fix>: travis ci broken due to ubuntu 20.04 repo issue.

* [TD-4025]<fix>: travis ci broken due to ubuntu 20.04 repo issue.

* [TD-4025]<fix>: travis ci broken due to ubuntu 20.04 repo issue.

* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

change focal to bionic.

* [TD-4025]<fix>: travis ci broken due to ubuntu 20.04 repo issue.

cherry pick from master.

* don't check maven on windows for appveyor.

* fix timezone build error with clang/linux.

* add .appveyor.yml back.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-06-04 21:48:37 +08:00
dapan1121 54c58e85c7 fix bug 2021-06-04 18:39:05 +08:00
shenglian zhou 87331b48e3 [TD-3126]<feature>support nanoseconds time precision 2021-06-04 18:23:19 +08:00
Shuduo Sang 408425e88b
Hotfix/sangshuduo/td 4025 fix travis ci broken (#6375)
* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

change focal to bionic.

* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

install python3.8

* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

install python3.8 and pip, setuptools

* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

install python3.8, and install pip and setuptools

* [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.

modify smoketest.sh to python3.8

* fix timezone build error with clang/linux.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-06-04 17:49:30 +08:00
lichuang ce44531c06 Merge branch 'develop' into feature/TD-3963 2021-06-04 17:04:09 +08:00
Ping Xiao 15aecd4882 [TD-4505]<test>: add test case for last_row() 2021-06-04 16:52:18 +08:00
yihaoDeng 543432865e [TD-3178]<feature> merge develop 2021-06-04 16:47:36 +08:00
dapan1121 b721486890 fix tag string quote issue 2021-06-04 16:21:25 +08:00
haojun Liao 94acb5af14
Merge pull request #6361 from taosdata/cq
PR check primary column type must timestamp if project query
2021-06-04 15:58:50 +08:00
Shengliang Guan b569652150
Merge pull request #6368 from taosdata/fix/TD-4412
[TD-4412]<fix>: add new configuration parameter for db option cachelast
2021-06-04 15:03:26 +08:00
lichuang d7219d1aaa [TD-3963]sync config change msg and wait for the config applied 2021-06-04 14:50:47 +08:00
dapan1121 61b39d7e98 support error msg 2021-06-04 14:32:37 +08:00
Haojun Liao 0e223ea2c1 [td-225] fix bugs found by regression test. 2021-06-04 14:26:28 +08:00
yihaoDeng 0924b6f7f1 [TD-4426]<feature> merge in 2021-06-04 14:19:48 +08:00
Elias Soong df944b80d1 [TD-2639] <docs>: describe length limitation about tag names. 2021-06-04 13:53:17 +08:00
Haojun Liao ae91d43a7f [td-4529] 2021-06-04 13:28:06 +08:00
Minglei Jin 0a86ce884e [TD-4412]<fix>: add new configuration parameter for db option precision 2021-06-04 13:19:29 +08:00