Commit graph

205 commits

Author SHA1 Message Date
Yang Zhao
03dfe61d6b
test: add test cases for taos shell restful (#13037)
* fix: update taos-tools
”

* test: add test cases for taos shell restful

* test: add test cases

* test: add more than 100 rows query in test
2022-05-27 00:50:28 +08:00
Yang Zhao
80f4e64a24
fix: add escape character for percent mark (#12820) 2022-05-21 22:57:52 +08:00
Yang Zhao
d10cce1e98
fix: add absolute execute file path in taosbenchmark develop test (#12309) 2022-05-21 13:32:46 +08:00
huolibo
e26295e8a2
other(driver) : add taos-connector-jdbc cases to CI (#12683) 2022-05-19 15:18:38 +08:00
slzhou
fc81427324 fix: core dump due to state window scan backwards 2022-05-07 09:09:06 +08:00
shenglian-zhou
2fc0fae2ca
Merge pull request #12150 from taosdata/fix/td-15272
fix: apply function offset/forward step error when session window and order by ts desc
2022-05-07 08:05:21 +08:00
slzhou
82cd51cf80 add test case 2022-05-06 19:53:39 +08:00
Xiaoyu Wang
7fc03779e0 fix: result is incorrect in case of interval query with elapsed() 2022-05-06 09:28:53 +08:00
shenglian-zhou
88217d2b85
Merge pull request #11867 from taosdata/fix/td-14763
fix: csum from subquery supertable on state_window is not allowed, just as diff
2022-05-05 09:36:17 +08:00
shenglian-zhou
40d6194cea
Merge pull request #11976 from taosdata/fix/td-14745
fix: two ts columns error when sample and interval
2022-05-05 09:35:57 +08:00
shenglian zhou
7039e60bd4 only one ts column when sample on interval or session window 2022-04-29 10:53:52 +08:00
shenglian zhou
86f1d527a7 add test case 2022-04-29 10:01:14 +08:00
Ganlin Zhao
f05eff1018 fix(query): Disable Histogram function usage with time window query
TD-14952
TD-14955
TD-14744
Td-14953
2022-04-28 15:56:50 +08:00
Shuduo Sang
371f01a317
test: distinguish nan none in test case (#11540)
* test: distinguish nan and none

[TD-14736]

* modify test framework for datetime

* fix 2-query/math_funcs.py

* fix 2-query/math_funcs.py
2022-04-16 10:03:24 +08:00
Shuduo Sang
387f2eb8bf
test: distinguish nan and none (#11533)
* test: distinguish nan and none

[TD-14736]

* modify test framework for datetime

* fix 2-query/math_funcs.py
2022-04-15 19:26:39 +08:00
xiaolei li
43cb889a06
test(driver): TypeScript RESTful publish and add package test to CI (#11417)
* test(driver): TypeScript RESTful publish and add package test to CI

* test(driver): TypeScript RESTful publish and add package test to CI,fix some mistakes

* test:test TypeScript and fix ci

* test:test TypeScript REST and fix ci

* test:Typescript cases and fix ci
2022-04-13 15:51:33 +08:00
wangmm0220
86917afcd0 <fix>:fix testcase for unique to avoid out of memory 2022-04-09 16:02:05 +08:00
shenglian-zhou
0ea27452e6
Merge pull request #11303 from taosdata/szhou/log-default-base-e
TD-14565:log function with default param base e
2022-04-08 16:54:11 +08:00
shenglian zhou
3b07b85e83 test case description 2022-04-08 09:47:43 +08:00
shenglian zhou
520c566812 add pow and log python testcase 2022-04-08 09:18:50 +08:00
shenglian zhou
3f0831de00 modify test case for scalar_expression.py 2022-04-08 08:57:27 +08:00
shenglian zhou
68f7d01372 TD-14565:log function with default param base e 2022-04-07 22:12:18 +08:00
Shuduo Sang
6cf1132785
[TD-14540]<impr>: taosdump code cleanup (#11297)
* [TD-14540]<impr>: taosdump code cleanup

* update taos-tools

* refine 5-taos-tools/taosdump/taosdumpTestInspect.py
2022-04-07 20:58:41 +08:00
Shuduo Sang
b8bed3f14b
[TD-14544]<feature>: taosdump data inspect (#11272)
* [TD-14544]<feature>: taosdump data inspect

* [TS-14544]<feature>: taosdump data inspect

add test case

* add inspect case to parallel test
2022-04-07 13:26:24 +08:00
Yurun
68f9c29f89
Add php connector (#10891)
* Add php connector

* Add submodule

* Update .gitmodules

* Add test
2022-04-06 12:51:49 +08:00
xiaolei li
cd98f236e4
[TD-14470]<hotfix>:csharp supplement schemaless and add example to ci (#11217) 2022-04-02 20:45:50 +08:00
shenglian-zhou
b5a87a3cea
Merge pull request #11201 from taosdata/szhou/nchar-scalar-coredump
TD-14454: allocate enough memory space for mbs to ucs4 conversion
2022-04-02 18:09:16 +08:00
xiaolei li
c323744d6b
[TD-13707]<feature>:TypeScript RESTful (#11171)
* [TD-14356]<fix>:csharp remove stream_open() && stream_close()

* [TD-13707]<feature>:TypeScript RESTful 1st

* [TD-13707]<feature>:TypeScript RESTful 2st

* [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script

* [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 2st

* [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 3st

* [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 4st

* [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 5st

* [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 6st

* [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 7th

* [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 8th

* [TD-13707]<feature>:TypeScript RESTful 3rd

* [TD-13707]<feature>:TypeScript RESTful 4th

* [TD-13707]<feature>:TypeScript RESTful 5th

* [TD-13707]<feature>:TypeScript RESTful 6th
2022-04-02 16:25:05 +08:00
shenglian-zhou
f499d80044
update test case description 2022-04-02 15:52:51 +08:00
slzhou
f3f9da2f7b add tests case for nchar string functions bugs 2022-04-02 15:42:36 +08:00
54liuyao
9cf658c396 [TD-13918]<fix>: Strings are compared without comparing lengths 2022-03-25 00:20:05 -09:00
xiaolei li
97d728d1cb
[TD-14212]<fix>:add R example code to CI 1st (#10921)
* [TD-14212]<test>:add R example code to CI 1st

* [TD-14212]<fix>:add R example code to CI 2nd

* [TD-14212]<fix>:add R example code to CI 3rd

* [TD-14212]<fix>:add R example code to CI 4th

* [TD-14212]<fix>:add R example code to CI 5th

* [TD-14212]<fix>:add R example code to CI 6th

* [TD-14212]<fix>:add R example code to CI 7th

* [TD-14212]<fix>:add R example code to CI 8th

* [TD-14212]<fix>:add R example code to CI 9th

* [TD-14212]<fix>:add R example code to CI,fix typo
2022-03-25 10:53:02 +08:00
shenglian-zhou
e6c4131206
Merge pull request #10927 from taosdata/szhou/td-14227
TD-14227: apply ignoreNegative parameter to diff output instead of input
2022-03-24 10:38:37 +08:00
Yang Zhao
90d03f69ad
[TD-14257]<fix>taosbenchmark connection pool (#10935) 2022-03-23 18:23:42 +08:00
Minglei Jin
c4b1e26444
Merge pull request #10863 from taosdata/fix/TS-1318-D
[TS-1318]<fix>: fixed unmatched tag columns in join queries
2022-03-23 14:59:13 +08:00
shenglian zhou
51756b8318 TD-14227: apply ignoreNegative parameter to diff output instead of input 2022-03-23 13:43:11 +08:00
xywang
c522a4f017 [TS-1318]<fix>: used merge sort to sort vgId and updated test cases 2022-03-23 10:53:26 +08:00
shenglian-zhou
ab8ca08856
Merge pull request #10828 from taosdata/feature/TD-14104
Feature/td 14104
2022-03-22 11:09:36 +08:00
shenglian-zhou
fd85fb8a97
Merge pull request #10853 from taosdata/feature/TD-13414
[TD-13414]<feature>: taos shell coredump when scalar function arithmeic operation has bool operands
2022-03-21 15:08:12 +08:00
wangmm0220
d9ce4608a9 TD-14196 fix alias name not equal if tsKeepOriginalColumnName is seted 2022-03-21 13:44:49 +08:00
Ganlin Zhao
2d45658fdc Merge branch 'develop' into feature/TD-13414 2022-03-21 10:27:47 +08:00
wangmm0220
89fe0d662d add test case 2022-03-18 16:41:10 +08:00
wangmm0220
2d9ff1b7aa add test case 2022-03-18 16:40:42 +08:00
Ganlin Zhao
d283364daf [TD-13414]<feature>: taos shell coredump when scalar function arithmetic operation has bool operands 2022-03-18 15:28:33 +08:00
shenglian zhou
8aca2099e1 trigger ci test due to github failure 2022-03-18 08:49:41 +08:00
shenglian zhou
0bc26164b3 trigger test 2022-03-17 22:33:11 +08:00
shenglian zhou
53e3ce6aaf modify test case description 2022-03-17 22:22:23 +08:00
shenglian zhou
fc55b3657a insert into table with loop 2022-03-17 22:16:52 +08:00
shenglian zhou
33d9b37a12 [TD-14122][TD-14123]:fix failed test on arm by converting from sim test to python test to overcome nan value and its string representation 2022-03-17 20:45:44 +08:00
shenglian-zhou
239412c097
Merge pull request #10760 from taosdata/feature/TD-13970
[TD-13970]<feature>: timestamp format shortcut
2022-03-16 18:01:25 +08:00