homework-jianmu/tests/pytest/util
Shuduo Sang b12668ff7f
[TD-3639] <fix>: compare timestamp with datetime in python (#5990)
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: Huo Linhe <linhehuo@gmail.com>
2021-04-30 22:45:59 +08:00
..
__init__.py add simplest python testcase for 2.0 2020-04-11 16:12:47 +08:00
cases.py support log Sql command to file. 2020-05-21 16:12:15 +08:00
dnodes-default.py support telemetryReport in all tests. 2020-08-04 10:34:22 +08:00
dnodes-no-random-fail.py support telemetryReport in all tests. 2020-08-04 10:34:22 +08:00
dnodes-random-fail.py support telemetryReport in all tests. 2020-08-04 10:34:22 +08:00
dnodes.py [TD-1002]<test> add test case for percentile function 2021-03-13 15:05:35 +08:00
log.py add few more cases and support check data type in connector. 2020-05-20 14:17:40 +08:00
sql.py [TD-3639] <fix>: compare timestamp with datetime in python (#5990) 2021-04-30 22:45:59 +08:00
sub.py td-990: add python test cases for subscribe 2020-07-24 15:44:40 +08:00