Commit graph

96 commits

Author SHA1 Message Date
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
wangmm0220
86917afcd0 <fix>:fix testcase for unique to avoid out of memory 2022-04-09 16:02:05 +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
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
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
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
shenglian-zhou
a75184f644
Merge branch 'develop' into szhou/bug/td-13946 2022-03-16 11:07:43 +08:00
Haojun Liao
5b0aaaf40c
Merge pull request #10723 from taosdata/feature/TD-11216
[TD-11216]<feature>: Time window related keywords add  _qstart/_qstop/_qduration
2022-03-16 10:37:32 +08:00
Ganlin Zhao
b310548453 Merge branch 'develop' into feature/TD-13970 2022-03-15 19:17:56 +08:00
Ganlin Zhao
7169b6bdb6 [TD-13970]<feature>: timestamp format shortcut 2022-03-15 19:16:05 +08:00
shenglian-zhou
d2460ac7c1
Merge pull request #10756 from taosdata/feature/TD-5902
[TD-5902]<enhance>: Support rcf3339 format timestamp in tag
2022-03-15 17:34:52 +08:00
shenglian zhou
ddecc1c021 add td-13946 test cases 2022-03-15 17:19:13 +08:00
Ganlin Zhao
f0f5ef41b2 [TD-5902]<enhance>: Support rcf3339 format timestamp in tag 2022-03-15 16:55:51 +08:00
Ganlin Zhao
a4be3261d1 Merge branch 'develop' into feature/TD-11216 2022-03-15 12:56:22 +08:00
Ganlin Zhao
c21c6f3dde [TD-11216]<feature>: Time window related keywords add
_qstart/_qstop/_qduration
2022-03-14 23:06:46 +08:00
wangmm0220
dc02f0cd9e add test cases for hyperloglog 2022-03-14 16:40:07 +08:00
Minglei Jin
f0f3fe1eb1
Merge pull request #10590 from taosdata/fix/TS-207-D
Fix/TS-207 order by tags error
2022-03-11 17:27:01 +08:00
Alex Duan
855c7da9bc [TS-207]<fix>(query):doCompare fixed 2022-03-11 13:26:28 +08:00
Ganlin Zhao
4b85b8a36a Merge branch 'develop' into feature/TD-11216 2022-03-11 12:44:25 +08:00
Ganlin Zhao
c9cb9aa0e5 [TD-11216]<feature>: Time window related keywords 2022-03-11 00:30:04 +08:00
wangmm0220
b62d375987 fix error in subquery order by ts 2022-03-10 15:13:03 +08:00