1. 30 4月, 2021 7 次提交
    • sangshuduo's avatar
      [TD-3639] <fix>: compare timestamp with datetime in python (#5990) · b12668ff
      sangshuduo 提交于
      By this commit, It will close TD-3639.
      
      It will not require test case to write *correct* datetime string to pass
      a test case. One test could use seconds, milliseconds or microseconds to
      check data.
      
      That means the three tests are equivalent:
      
      ```python
      .checkData(0, 0, "2020-01-01 00:00:00")
      .checkData(0, 0, "2020-01-01 00:00:00.000")
      .checkData(0, 0, "2020-01-01 00:00:00.000000")
      ```
      Co-authored-by: NHuo Linhe <linhehuo@gmail.com>
      b12668ff
    • Z
      Hotfix/td 3986 (#5982) · a7e41f2c
      zyyang 提交于
      * change
      
      * [TD-3986]<test>: modify the subscribe test cases
      a7e41f2c
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3851 taosdemo performance boost (#5968) · 5d493f11
      sangshuduo 提交于
      * [TD-3851]<fix>: taosdemo performance boost.
      
      * change few default values.
      
      * [TD-3851]<fix>: taosdemo performance boost.
      
      change max sql len default value to 1024*1024
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      5d493f11
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3968 taosdemo datalen 16k (#5971) · 2f069d90
      sangshuduo 提交于
      * [TD-3968]<fix>: taosdemo data length should be 16*1024
      
      * [TD-3968]<fix>: taosdemo datalen should be 16*1024
      
      fix data buffer issue.
      
      * [TD-3968]<fix>: taosdemo datalen should be 16*1024
      
      commend out unused func for debugging purpose in the future
      
      * [TD-3968]<fix>: taosdemo datalen should be 16*1024
      
      comment off unused function
      
      * [TD-3968]<fix>: taosdemo datalen more than 16k.
      
      comment off unused array.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      2f069d90
    • Y
      [TD-4032]Eliminate false alarms (#5978) · 460768f0
      Yiqing Liu 提交于
      * [TD-4032]Eliminate false alarms
      
      * update rules
      460768f0
    • Z
      merge taos-jdbcdriver-2.0.28 all changes to master branch (#5974) · 5eac06b2
      zyyang 提交于
      * merge taos-jdbcdriver-2.0.28 all changes to master branch
      
      * change version in cmake/install.inc
      5eac06b2
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 4025 fix travis ci broken (#5973) · 16051666
      sangshuduo 提交于
      * [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
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      16051666
  2. 29 4月, 2021 4 次提交
  3. 28 4月, 2021 10 次提交
  4. 27 4月, 2021 13 次提交
  5. 26 4月, 2021 6 次提交