1. 17 11月, 2022 1 次提交
  2. 19 8月, 2022 1 次提交
  3. 18 8月, 2022 2 次提交
  4. 06 8月, 2022 1 次提交
  5. 30 7月, 2022 1 次提交
    • C
      fix case · 737f623d
      cpwu 提交于
      737f623d
  6. 26 7月, 2022 1 次提交
    • C
      fix case · 5b06d8df
      cpwu 提交于
      5b06d8df
  7. 19 7月, 2022 1 次提交
  8. 16 7月, 2022 2 次提交
    • C
      fix case · 935535b0
      cpwu 提交于
      935535b0
    • C
      fix case · 028dba3c
      cpwu 提交于
      028dba3c
  9. 15 7月, 2022 1 次提交
    • C
      fix case · acc27d46
      cpwu 提交于
      acc27d46
  10. 14 7月, 2022 2 次提交
  11. 30 6月, 2022 1 次提交
    • C
      fix case · 4b73cdb5
      cpwu 提交于
      4b73cdb5
  12. 25 6月, 2022 1 次提交
    • C
      fix case · 7e6ddc7a
      cpwu 提交于
      7e6ddc7a
  13. 23 6月, 2022 1 次提交
    • C
      fix case · f000a2df
      cpwu 提交于
      f000a2df
  14. 21 6月, 2022 1 次提交
    • C
      fix case · e0f4ce59
      cpwu 提交于
      e0f4ce59
  15. 17 6月, 2022 1 次提交
    • C
      fix case · a0b8ec4e
      cpwu 提交于
      a0b8ec4e
  16. 16 6月, 2022 1 次提交
    • C
      fix case · 12780bed
      cpwu 提交于
      12780bed
  17. 15 6月, 2022 2 次提交
  18. 18 5月, 2022 1 次提交
  19. 12 5月, 2022 1 次提交
  20. 27 4月, 2022 1 次提交
  21. 22 4月, 2022 1 次提交
  22. 31 3月, 2022 1 次提交
  23. 07 3月, 2022 1 次提交
    • sangshuduo's avatar
      [TD-13408]<test>: move tests in for3.0 (#10598) · 43feda05
      sangshuduo 提交于
      * restore .gitmodules
      
      * Revert "[TD-13408]<test>: move tests out"
      
      This reverts commit f80a4ca49ff37431bc0bc0dafb5ccf5858b00beb.
      
      * revert f80a4ca49ff37431bc0bc0dafb5ccf5858b00beb
      
      * immigrate file change from stand-alone repo to TDengine
      
      for 3.0
      
      * remove tests repository for Jenkinsfile2
      Co-authored-by: Ntangfangzhi <fztang@taosdata.com>
      43feda05
  24. 11 2月, 2022 1 次提交
  25. 10 2月, 2022 1 次提交
  26. 30 8月, 2021 1 次提交
  27. 11 8月, 2021 1 次提交
  28. 09 8月, 2021 1 次提交
  29. 27 7月, 2021 1 次提交
  30. 23 7月, 2021 1 次提交
  31. 15 7月, 2021 1 次提交
  32. 06 7月, 2021 1 次提交
  33. 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
  34. 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
  35. 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
  36. 21 4月, 2021 1 次提交