1. 15 4月, 2022 1 次提交
  2. 07 3月, 2022 1 次提交
  3. 10 2月, 2022 1 次提交
    • sangshuduo's avatar
      [TD-13408]<test>: move tests directory out (#10174) · f94bfbae
      sangshuduo 提交于
      * [TD-13408]<test>: move tests directory out
      
      * restore Jenkinsfile due to tests dir removal
      
      * add --remote parameter to git submodule update
      
      * git reset hard before checkout to branch
      
      * call git submodule update for some submodules
      
      * remove tests directory before checkout due to conflict
      
      * as all branches remove tests, no need to remove it in script
      Co-authored-by: Ntangfangzhi <fztang@taosdata.com>
      f94bfbae
  4. 13 11月, 2021 1 次提交
  5. 29 9月, 2021 1 次提交
  6. 28 9月, 2021 1 次提交
  7. 27 9月, 2021 1 次提交
  8. 26 9月, 2021 1 次提交
  9. 23 9月, 2021 1 次提交
  10. 30 8月, 2021 2 次提交
  11. 11 8月, 2021 1 次提交
  12. 09 8月, 2021 1 次提交
  13. 27 7月, 2021 1 次提交
  14. 23 7月, 2021 1 次提交
  15. 15 7月, 2021 1 次提交
  16. 06 7月, 2021 1 次提交
  17. 18 6月, 2021 1 次提交
    • sangshuduo's avatar
      Feature/sangshuduo/td 4752 python support ns (#6534) · 94535428
      sangshuduo 提交于
      * [TD-4752]<feature>: python connector support nanosecond.
      
      * [TD-4752]<feature>: support nanosecond in test framework.
      
      return integer for nanosecond in connector since python does not support nanosecond yet.
      94535428
  18. 30 4月, 2021 1 次提交
    • 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
  19. 27 4月, 2021 1 次提交
    • H
      [TD-3639] <fix>: compare timestamp with datetime in python (#5940) · aa88942c
      Huo Linhe 提交于
      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")
      ```
      aa88942c
  20. 21 4月, 2021 1 次提交
  21. 20 4月, 2021 1 次提交
  22. 26 1月, 2021 3 次提交
  23. 12 1月, 2021 1 次提交
  24. 11 1月, 2021 2 次提交
  25. 18 9月, 2020 1 次提交
  26. 14 9月, 2020 1 次提交
  27. 07 9月, 2020 1 次提交
  28. 21 7月, 2020 1 次提交
  29. 09 7月, 2020 2 次提交
  30. 07 7月, 2020 1 次提交
  31. 29 6月, 2020 1 次提交
  32. 24 6月, 2020 1 次提交
  33. 20 6月, 2020 1 次提交
  34. 16 6月, 2020 2 次提交