Commit Graph

114 Commits

Author SHA1 Message Date
slguan 2303d52f40 Merge branch 'develop' into hotfix/boundary 2020-05-21 15:30:30 +08:00
Shengliang Guan 84d49718d0 [TD-374] update code while alter database maxTables 2020-05-21 02:41:46 +00:00
Haojun Liao 48da3c695f Merge branch 'develop' into feature/query 2020-05-21 10:41:05 +08:00
Haojun Liao 2c12419c0b [td-225] update the test script 2020-05-20 22:58:19 +08:00
Shengliang Guan d79aff09b9 scripts 2020-05-20 13:55:33 +00:00
Shengliang Guan 6cb9872815 scripts 2020-05-20 14:40:05 +08:00
Shengliang Guan 1912857c0f
Merge pull request #1963 from taosdata/feature/alterdb
[TD-369] fix bug while alter db
2020-05-20 10:38:12 +08:00
Shengliang Guan 9e3d264887
Merge pull request #1964 from taosdata/feature/query
Feature/query
2020-05-20 10:37:48 +08:00
Haojun Liao 5964e3b699 [td-225] fix bug in parser scripts 2020-05-19 23:42:31 +08:00
Shengliang Guan 3efec0a8f9 [TD-369] scripts 2020-05-19 15:23:55 +00:00
Shengliang Guan b3db7efcbb [TD-369] fix bug while alter db 2020-05-19 15:04:35 +00:00
Shengliang Guan 1431f19d64 [TD-362] reproduce error 2020-05-19 02:58:05 +00:00
Haojun Liao 0152521fd1 Merge branch 'develop' into feature/query 2020-05-19 10:33:13 +08:00
Shengliang Guan 34b252501a scripts 2020-05-18 15:42:36 +00:00
Shengliang Guan 6a3043753d [TD-362] fix crash while auto create table 2020-05-18 15:34:19 +00:00
Haojun Liao fc975fce53 [td-225] fix error in test scripts 2020-05-18 22:50:19 +08:00
Shengliang Guan 6b2702d2e7 scrpits 2020-05-18 22:23:33 +08:00
Shengliang Guan 75f3a46067 scripts 2020-05-15 12:00:56 +08:00
Shengliang Guan 24058f1d35 scripts 2020-05-14 19:05:20 +08:00
Shengliang Guan c094c957f6 scripts 2020-05-14 17:09:59 +08:00
Shengliang Guan 93e756ccca Merge remote-tracking branch 'origin/develop' into feature/hash 2020-05-13 18:35:13 +08:00
slguan 1adef74201 Merge branch 'develop' into feature/hash
# Conflicts:
#	src/vnode/src/vnodeMain.c
2020-05-13 17:51:45 +08:00
changshuaiqiang 637e1ef3c9 Merge branch 'develop' into feature/changshuaiqiang/testcase
* develop: (21 commits)
  [td-225] fix bugs in multi-vnode projection query.
  support GCC 4.8
  [td-225]
  fix failed test cases
  [TD-161]
  [TD-161]
  [TD-161]
  avoid a potential bug
  tsdb notify the vnode about it status changes
  [td-225] refactor hash function
  [td-225] fix bugs for leastsquares query.
  [td-225] fix bugs at client
  [td-225] fix bugs for 256 columns data check
  use tbname in function tbid()
  single table subscribe is done
  super table subscribe is done
  build VgroupTableInfo
  fix typo
  add taosArrayClear
  enhance exception handling
  ...
2020-05-13 17:04:05 +08:00
changshuaiqiang b320961643 test: add cases 2020-05-13 17:03:38 +08:00
hjLiao bdc235b4ef [td-225] merge develop 2020-05-13 16:41:34 +08:00
hjLiao e81204431e [td-225] 2020-05-13 15:12:25 +08:00
Bomin Zhang 194e91ef55
Merge branch 'develop' into feature/subscribe 2020-05-13 15:09:42 +08:00
Bomin Zhang 605e63200a fix failed test cases 2020-05-13 15:05:19 +08:00
Shengliang Guan 5b459cf8fe scripts 2020-05-13 14:54:55 +08:00
hjLiao ebff0807fb [td-225] merge develop 2020-05-13 11:58:37 +08:00
hjLiao 5f0a05163d [td-225] fix bugs for leastsquares query. 2020-05-13 11:52:33 +08:00
changshuaiqiang dc864f8d55 Merge branch 'develop' into feature/changshuaiqiang/testcase
* develop:
  scripts
  scripts
  fixup: typo.
  reduce test case to accelerate valgrind time.
  increase valgrind threshold to 12, definitely lost theshold to 13.
2020-05-12 18:52:10 +08:00
Shengliang Guan d2b7acdde7 scripts 2020-05-12 18:33:49 +08:00
Shengliang Guan 80f0a88063 scripts 2020-05-12 18:28:00 +08:00
changshuaiqiang 9491a806fe Merge branch 'develop' into feature/changshuaiqiang/testcase
* develop:
  if link is new, server force the client to do authentication
  scripts
  [TD-275] fix drop table error while query from super table
  scripts
  fix column/metircs.sim
  [TD-292] client may crash if column too log
  [TD-292] scripts
  [TD-292] fix bug while columns too large
  restart TSDB when sync finished
2020-05-12 18:24:49 +08:00
changshuaiqiang 8cb168a334 test: add db cases 2020-05-12 18:20:05 +08:00
Shengliang Guan d3107ca037 scripts 2020-05-12 17:26:11 +08:00
Shengliang Guan 95df099a89 scripts 2020-05-12 15:54:23 +08:00
Shengliang Guan 2ef37deafd
Merge pull request #1888 from taosdata/feature/changshuaiqiang/testcase
add test case
2020-05-12 15:39:56 +08:00
changshuaiqiang fc955b0637 Merge branch 'develop' into feature/changshuaiqiang/testcase
* develop: (48 commits)
  fix tsdb log format
  [TD-276] add user auth
  fix drop table coredump
  [td-225]
  [td-225] FIX BUGS IN DIFF
  add log in tsdb
  Additional fix for TD-225
  forward to peer only the data packet is from client or CQ
  [td-225] fix bug in diff query
  [td-225]
  [td-225] fix bugs in tags filter query
  scripts
  scripts
  [TD-271]
  support RpcIpSet change
  [TD-271] fix bug while drop stable
  integer division yields float in python3.
  change tables to maxtables according to Dr. Liao
  fixup: fix make command to make coverity_scan work.
  add log for database create
  ...
2020-05-12 14:46:45 +08:00
Shengliang Guan cf4ad7133b [TD-292] scripts 2020-05-12 14:45:28 +08:00
changshuaiqiang 6d7b5f2822 test: fix delete_reuse 2020-05-12 14:41:33 +08:00
Shengliang Guan b9bf0cde7c
Merge pull request #1882 from taosdata/feature/query
Feature/query
2020-05-12 10:53:34 +08:00
hjLiao 55e4ade713 [td-225] FIX BUGS IN DIFF 2020-05-12 10:46:16 +08:00
hjLiao 38c8efd4b3 [td-225] 2020-05-12 00:04:15 +08:00
hjxilinx 01846142fa [td-225] fix bugs in tags filter query 2020-05-11 23:47:28 +08:00
Shengliang Guan aac2a25eb0 scripts 2020-05-11 23:03:04 +08:00
Shengliang Guan 270e7fc96a [TD-271] 2020-05-11 22:26:02 +08:00
changshuaiqiang f799232f25 test: add user/authority 2020-05-11 16:54:50 +08:00
Shengliang Guan a539bac6d2 scripts 2020-05-11 14:51:56 +08:00