1. 11 5月, 2021 1 次提交
  2. 10 5月, 2021 2 次提交
  3. 09 5月, 2021 3 次提交
  4. 08 5月, 2021 7 次提交
  5. 07 5月, 2021 5 次提交
  6. 06 5月, 2021 7 次提交
  7. 30 4月, 2021 6 次提交
    • 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
    • Y
      Eliminate false alarms (#5991) · 89561676
      Yiqing Liu 提交于
      89561676
    • W
      [TD-4000] <test> verify teature of TD-3948 · 4a6a4f9e
      wu champion 提交于
      4a6a4f9e
    • Y
      [TD-4032]Eliminate false alarms (#5978) · 460768f0
      Yiqing Liu 提交于
      * [TD-4032]Eliminate false alarms
      
      * update rules
      460768f0
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 4025 fix travis ci broken for develop (#5975) · 2670b0ad
      sangshuduo 提交于
      * [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.
      
      modify smoketest.sh to python3.8
      
      * [TD-4025]<fix>: travis ci broken due to ubuntu 20.04 repo issue.
      
      * [TD-4025]<fix>: travis ci broken due to ubuntu 20.04 repo issue.
      
      * [TD-4025]<fix>: travis ci broken due to ubuntu 20.04 repo issue.
      
      * [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.
      
      change focal to bionic.
      
      * [TD-4025]<fix>: travis ci broken due to ubuntu 20.04 repo issue.
      
      cherry pick from master.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      2670b0ad
    • 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
  8. 28 4月, 2021 3 次提交
  9. 27 4月, 2021 5 次提交
  10. 26 4月, 2021 1 次提交
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3968 taosdemo datalen 16k (#5930) · 37fd1ad9
      sangshuduo 提交于
      * [TD-3414]<test>: add insert function with json files of taodemo-testcase -repeat
      
      * [TD-3879]add stmt mode for taodemo go
      
      * [TD-3414]<test>: add insert function with json files of taodemo-testcase
      
      * [TD-3918] <test>  add case to verify the bug of TD-3897
      
      * [TD-3453]<test>:modify filepath  in scripts
      
      * Update fulltest.sh
      
      * [TD-3918] <test> fix the case
      
      * Update queryFilterTswithDateUnit.py
      
      * [TD-3850]<fix>: fix vnode write enqueue flowctrl UAF & no response
      
      * Hotfix/sangshuduo/td 3401 query statistic (#5907)
      
      * [TD-3401]<fix>: taosdemo query statistic.
      
      refactor func name.
      
      * [TD-3401]<fix>: taosdemo query statistic.
      
      refactor func name 2.
      
      * [TD-3401]<fix>: taosdemo support query statistic.
      
      implementation.
      
      * cleanup
      
      * [TD-3401]<fix>: taosdemo query statistic.
      
      change us to ms.
      
      * [TD-3401]<fix>: taosdemo query statistic.
      
      increase sql buffer for query.
      
      * [TD-3401]<fix>: taosdemo query statistic
      
      more accurate result.
      
      * [TD-3401]<fix>: taosdemo query statistic.
      
      modify last time logic.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      
      * improve coverage of operations
      
      * [TD-3944]<fix>: make default offline threshold to 10 days. (#5912)
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      
      * [TD-3572]<enhance>: response out of dnodes if #dnodes <= maxDbReplica
      
      * [TD-3937]<test>: add taosdemo performance test compare scripts
      
      * update script
      
      * Hotfix/sangshuduo/td 3317 for master (#5921)
      
      * [TD-3317]<fix>: taosdemo interlace insertion.
      
      patch for master.
      
      * [TD-3317]<fix>: taosdemo support interlace mode.
      
      adjust remainder rows logic.
      
      * [TD-3317]<fix>: taosdemo support interlace mode.
      
      fix global and stable interlace rows logic.
      
      * [TD-3317]<fix>: taosdemo support interlace mode.
      
      fix 'interlaceRows' is used uninitialized
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      
      * [TD-3968]<fix>: taosdemo data length should be 16*1024
      Co-authored-by: haoranc's avatartomchon <haoran920c@163.com>
      Co-authored-by: Nliuyq-617 <yqliu@taosdata.com>
      Co-authored-by: Nwu champion <wuchampion@foxmail.com>
      Co-authored-by: Nwu champion <cpwu@taosdata.com>
      Co-authored-by: NMinglei Jin <mljin@taosdata.com>
      Co-authored-by: Nhuili <52318143+plum-lihui@users.noreply.github.com>
      Co-authored-by: NShengliang Guan <slguan@taosdata.com>
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      Co-authored-by: NPing Xiao <pxiao@taosdata.com>
      37fd1ad9