- 17 11月, 2022 1 次提交
-
-
由 jiacy-jcy 提交于
-
- 19 8月, 2022 1 次提交
-
-
由 cpwu 提交于
-
- 18 8月, 2022 2 次提交
- 06 8月, 2022 1 次提交
-
-
由 haoranc 提交于
-
- 30 7月, 2022 1 次提交
-
-
由 cpwu 提交于
-
- 26 7月, 2022 1 次提交
-
-
由 cpwu 提交于
-
- 19 7月, 2022 1 次提交
-
-
由 haoranc 提交于
-
- 16 7月, 2022 2 次提交
- 15 7月, 2022 1 次提交
-
-
由 cpwu 提交于
-
- 14 7月, 2022 2 次提交
- 30 6月, 2022 1 次提交
-
-
由 cpwu 提交于
-
- 25 6月, 2022 1 次提交
-
-
由 cpwu 提交于
-
- 23 6月, 2022 1 次提交
-
-
由 cpwu 提交于
-
- 21 6月, 2022 1 次提交
-
-
由 cpwu 提交于
-
- 17 6月, 2022 1 次提交
-
-
由 cpwu 提交于
-
- 16 6月, 2022 1 次提交
-
-
由 cpwu 提交于
-
- 15 6月, 2022 2 次提交
-
-
由 haoranc 提交于
-
由 Xiaoyu Wang 提交于
-
- 18 5月, 2022 1 次提交
-
-
由 plum-lihui 提交于
-
- 12 5月, 2022 1 次提交
-
-
由 plum-lihui 提交于
-
- 27 4月, 2022 1 次提交
-
-
由 jiacy-jcy 提交于
-
- 22 4月, 2022 1 次提交
-
-
由 plum-lihui 提交于
-
- 31 3月, 2022 1 次提交
-
-
由 sangshuduo 提交于
* add a few stmt_ interface declartion * add taos_load_table_info * add taos_set_config(() interface * add more interfaces * warn 'reset query cache' only since lack engine support * update taos-tools
-
- 07 3月, 2022 1 次提交
-
-
由 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>
-
- 11 2月, 2022 1 次提交
-
-
由 Haojun Liao 提交于
-
- 10 2月, 2022 1 次提交
-
-
由 sangshuduo 提交于
* [TD-13408]<test>: move tests out for 3.0 branch * add Jenkinsfile2 Co-authored-by: Ntangfangzhi <fztang@taosdata.com>
-
- 30 8月, 2021 1 次提交
-
-
由 Linhe Huo 提交于
-
- 11 8月, 2021 1 次提交
-
-
由 jiajingbin 提交于
add getVariable() to util/sql.py add 4 testcases to query/queryWildcardLength.py
-
- 09 8月, 2021 1 次提交
-
-
由 jiajingbin 提交于
add getVariable() to util/sql.py add 4 testcases to query/queryWildcardLength.py leave a uncorrelated bug ---> TD-5918
-
- 27 7月, 2021 1 次提交
-
-
由 wenzhouwww 提交于
-
- 23 7月, 2021 1 次提交
-
-
由 jiajingbin 提交于
-
- 15 7月, 2021 1 次提交
-
-
由 jiajingbin 提交于
add method in util/sql.py---getColNameList() and checkColNameList add testcase query/queryCnameDisplay.py
-
- 06 7月, 2021 1 次提交
-
-
由 Haojun Liao 提交于
-
- 18 6月, 2021 1 次提交
-
-
由 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.
-
- 30 4月, 2021 1 次提交
-
-
由 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>
-
- 27 4月, 2021 1 次提交
-
-
由 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") ```
-
- 21 4月, 2021 1 次提交
-
-
由 dapan1121 提交于
-