Commit graph

19 commits

Author SHA1 Message Date
xywang
9d01305819 [TD-13875]<fix>: refactored parseSmlValue function & updated test cases 2022-03-16 15:52:01 +08:00
Shuduo Sang
d69c5977db
Test/sangshuduo/td 13408 move tests in (#10589)
* restore .gitmodules

* Revert "[TD-13408]<test>: move tests directory out"

This reverts commit 7db7bd9337.

* revert to make tests back

* immigrate file change in stand-alone repo to TDengine

* remove tests repository checkout

Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-03-07 17:59:24 +08:00
Shuduo Sang
f94bfbaef0
[TD-13408]<test>: move tests directory out (#10174)
* [TD-13408]<test>: move tests directory out

* restore Jenkinsfile due to tests dir removal

* add --remote parameter to git submodule update

* git reset hard before checkout to branch

* call git submodule update for some submodules

* remove tests directory before checkout due to conflict

* as all branches remove tests, no need to remove it in script

Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-02-10 13:43:13 +08:00
Ganlin Zhao
c621e0588f [TD-10870]<enhance>: [schemaless]add a NULL tag to accommodate influxDB tag is optional 2021-11-26 10:54:30 +08:00
Ganlin Zhao
b9c1fc0199 fix some test cases 2021-11-16 14:57:32 +08:00
Ganlin Zhao
49343cfebe [TD-10700]<enhance>: fixed uppercase tag in escape quote issue 2021-10-26 18:13:01 +08:00
Ganlin Zhao
b7ad419bf8 [TD-10700]<enhance>: add test case for line protocol inserting
keywords/special character
2021-10-26 15:37:07 +08:00
dapan1121
b769e7603f
Merge pull request #8289 from taosdata/enhance/TD-10642
Modified taos_schemaless_insert api to include affected rows and error msg buffer
2021-10-22 15:38:59 +08:00
Ganlin Zhao
e84be94b4e fixed python connector and test cases; 2021-10-20 13:04:15 +08:00
Ganlin Zhao
194a1081b5 [TD-10639]<fix>: allow influxDB line protocol column value contain space/comma inside double quote 2021-10-15 17:22:29 +08:00
Ganlin Zhao
65e4e0e647 [TD-10532]<enhance>: schemaless add hour/minute support 2021-10-12 12:53:40 +08:00
Ganlin Zhao
c387f9a77c [TD-10532]<enhance>: schemaless fix test cases 2021-10-11 22:18:07 +08:00
Ganlin Zhao
0182f95c80 [TD-10445]<enhance>: change API name from taos_insert_lines to taos_schemaless_insert 2021-09-29 22:52:07 +08:00
Ganlin Zhao
005d734921 [TD-10445]<enhance>: Unify OpenTSDB APIs to taos_insert_lines 2021-09-23 23:40:41 +08:00
Linhe Huo
5823bcfc3b
[TD-3048]<feature>: support lines/stream/query_a/stop_query/ and so on. (#7079)
* [TD-3048]<feature>: support lines/stream/query_a/stop_query/ and so on.

commit 0edc106a76a95b28e65019c2ee4e4ed84530ad35
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Thu Jul 29 21:13:13 2021 +0800

    doc: improve document for python connector

commit 84915de0831b49c8378a16242dd0dbba8aaf386f
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Thu Jul 29 20:35:45 2021 +0800

    chore: add time elapsed

commit 1e8822e01bda96388a359363776792e261260b88
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Thu Jul 29 20:26:01 2021 +0800

    feat: support multi bind

commit 82d823f6194471fd3324b50f7dfba0ee9f10a7dd
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Thu Jul 29 16:42:05 2021 +0800

    feat: python support for async query and subscribe with callback

commit 8b9d36de2945906821225189cb47958e153d81e2
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Wed Jul 28 18:09:09 2021 +0800

    feat: finish stream and stmt interface

commit bc871aa43e9fc28dd1b3f8784a8ac6ee988564b5
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Mon Jul 26 20:21:27 2021 +0800

    feat: basic full-fetured implementations

commit e5f7a5213e9016c377a57485e8d5c12139ce0957
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Fri Jul 23 10:33:14 2021 +0800

    tmp: refactor

* chore: fix insert/line_insert.py error

* [TD-3048]<fix>: fix tests error

* [TD-3049]<feature>: support stop_query in python connector cursor

* [TD-3048]<doc>: improve python connector document

* [TD-3048]<doc>: improve python connection README

* [TD-3048]<hotfix>: fix python2 install and runtime error

* chore: replace insertLines with insert_lines

* chore: fix misspellings

* chore: fix crash gen error in threading

* feat: support __del__ method for simplify

* test: fix subscription test result check

* chore: compatible with 2.0.20

* chore: fix python connector subscription test case

* [TD-3048]<fix>: fix schemaless insert test

* [TD-3048]<fix>: fix memory leak in crash_gen test case

* [TD-3048]<fix>: minor fix for crash gen memory leak

* [TD-3048]<fix>: set minimal required python3 as 3.4

* chore: update version in setup.py

* [TD-3048]<fix>: fix runtime errors in python3.4

* [TD-3048]<fix>: add typing as a dependency
2021-08-07 08:00:37 +08:00
Haojun Liao
6e743d53e6 [td-225]fix the bug found by regression test. 2021-07-28 14:58:25 +08:00
shenglian zhou
d8545b5035 pass test for tag id key as child table name and timestamp ns/us/ms/s 2021-07-15 18:22:35 +08:00
shenglian zhou
54ca09468d modify test to comply with new parser 2021-07-15 08:19:48 +08:00
shenglian zhou
1148a133b5 [TD-4647]<feature>: auto add column through schemaless line protocol 2021-07-14 15:34:53 +08:00