diff --git a/tests/system-test/2-query/diff.py b/tests/system-test/2-query/diff.py index 82c450771f..a84a7a0049 100644 --- a/tests/system-test/2-query/diff.py +++ b/tests/system-test/2-query/diff.py @@ -56,91 +56,81 @@ class TDTestCase: tdSql.execute("insert into stb_1 values(%d, %d, %d, %d, %d, %f, %f, %d, 'taosdata%d', '涛思数据%d', %d, %d, %d, %d)" % (self.ts + i, i + 1, i + 1, i + 1, i + 1, i + 0.1, i + 0.1, i % 2, i + 1, i + 1, i + 1, i + 1, i + 1, i + 1)) - tdSql.error("select diff(ts) from stb") - tdSql.error("select diff(ts) from stb_1") - tdSql.error("select diff(col1) from stb") - tdSql.error("select diff(col2) from stb") - tdSql.error("select diff(col3) from stb") - tdSql.error("select diff(col4) from stb") - tdSql.error("select diff(col5) from stb") - tdSql.error("select diff(col6) from stb") - tdSql.error("select diff(col7) from stb") - tdSql.error("select diff(col7) from stb_1") - tdSql.error("select diff(col8) from stb") - tdSql.error("select diff(col8) from stb_1") - tdSql.error("select diff(col9) from stb") - tdSql.error("select diff(col9) from stb_1") - tdSql.error("select diff(col11) from stb_1") - tdSql.error("select diff(col12) from stb_1") - tdSql.error("select diff(col13) from stb_1") - tdSql.error("select diff(col14) from stb_1") - tdSql.error("select diff(col11) from stb") - tdSql.error("select diff(col12) from stb") - tdSql.error("select diff(col13) from stb") - tdSql.error("select diff(col14) from stb") + # tdSql.error("select diff(ts) from stb") + # tdSql.error("select diff(ts) from stb_1") + # tdSql.error("select diff(col7) from stb") + # tdSql.error("select diff(col7) from stb_1") + # tdSql.error("select diff(col8) from stb") + # tdSql.error("select diff(col8) from stb_1") + # tdSql.error("select diff(col9) from stb") + # tdSql.error("select diff(col9) from stb_1") + # tdSql.error("select diff(col11) from stb_1") + # tdSql.error("select diff(col12) from stb_1") + # tdSql.error("select diff(col13) from stb_1") + # tdSql.error("select diff(col14) from stb_1") - tdSql.query("select ts,diff(col1),ts from stb_1") - tdSql.checkRows(10) - tdSql.checkData(0, 0, "2018-09-17 09:00:00.000") - tdSql.checkData(0, 1, "2018-09-17 09:00:00.000") - tdSql.checkData(0, 3, "2018-09-17 09:00:00.000") - tdSql.checkData(9, 0, "2018-09-17 09:00:00.009") - tdSql.checkData(9, 1, "2018-09-17 09:00:00.009") - tdSql.checkData(9, 3, "2018-09-17 09:00:00.009") + # tdSql.query("select ts,diff(col1),ts from stb_1") + # tdSql.checkRows(10) + # tdSql.checkData(0, 0, "2018-09-17 09:00:00.000") + # tdSql.checkData(0, 1, "2018-09-17 09:00:00.000") + # tdSql.checkData(0, 3, "2018-09-17 09:00:00.000") + # tdSql.checkData(9, 0, "2018-09-17 09:00:00.009") + # tdSql.checkData(9, 1, "2018-09-17 09:00:00.009") + # tdSql.checkData(9, 3, "2018-09-17 09:00:00.009") - tdSql.query("select ts,diff(col1),ts from stb group by tbname") - tdSql.checkRows(10) - tdSql.checkData(0, 0, "2018-09-17 09:00:00.000") - tdSql.checkData(0, 1, "2018-09-17 09:00:00.000") - tdSql.checkData(0, 3, "2018-09-17 09:00:00.000") - tdSql.checkData(9, 0, "2018-09-17 09:00:00.009") - tdSql.checkData(9, 1, "2018-09-17 09:00:00.009") - tdSql.checkData(9, 3, "2018-09-17 09:00:00.009") + # # tdSql.query("select ts,diff(col1),ts from stb group by tbname") + # # tdSql.checkRows(10) + # # tdSql.checkData(0, 0, "2018-09-17 09:00:00.000") + # # tdSql.checkData(0, 1, "2018-09-17 09:00:00.000") + # # tdSql.checkData(0, 3, "2018-09-17 09:00:00.000") + # # tdSql.checkData(9, 0, "2018-09-17 09:00:00.009") + # # tdSql.checkData(9, 1, "2018-09-17 09:00:00.009") + # # tdSql.checkData(9, 3, "2018-09-17 09:00:00.009") - tdSql.query("select ts,diff(col1),ts from stb_1") - tdSql.checkRows(10) - tdSql.checkData(0, 0, "2018-09-17 09:00:00.000") - tdSql.checkData(0, 1, "2018-09-17 09:00:00.000") - tdSql.checkData(0, 3, "2018-09-17 09:00:00.000") - tdSql.checkData(9, 0, "2018-09-17 09:00:00.009") - tdSql.checkData(9, 1, "2018-09-17 09:00:00.009") - tdSql.checkData(9, 3, "2018-09-17 09:00:00.009") + # tdSql.query("select ts,diff(col1),ts from stb_1") + # tdSql.checkRows(10) + # tdSql.checkData(0, 0, "2018-09-17 09:00:00.000") + # tdSql.checkData(0, 1, "2018-09-17 09:00:00.000") + # tdSql.checkData(0, 3, "2018-09-17 09:00:00.000") + # tdSql.checkData(9, 0, "2018-09-17 09:00:00.009") + # tdSql.checkData(9, 1, "2018-09-17 09:00:00.009") + # tdSql.checkData(9, 3, "2018-09-17 09:00:00.009") - tdSql.query("select ts,diff(col1),ts from stb group by tbname") - tdSql.checkRows(10) - tdSql.checkData(0, 0, "2018-09-17 09:00:00.000") - tdSql.checkData(0, 1, "2018-09-17 09:00:00.000") - tdSql.checkData(0, 3, "2018-09-17 09:00:00.000") - tdSql.checkData(9, 0, "2018-09-17 09:00:00.009") - tdSql.checkData(9, 1, "2018-09-17 09:00:00.009") - tdSql.checkData(9, 3, "2018-09-17 09:00:00.009") + # # tdSql.query("select ts,diff(col1),ts from stb group by tbname") + # # tdSql.checkRows(10) + # # tdSql.checkData(0, 0, "2018-09-17 09:00:00.000") + # # tdSql.checkData(0, 1, "2018-09-17 09:00:00.000") + # # tdSql.checkData(0, 3, "2018-09-17 09:00:00.000") + # # tdSql.checkData(9, 0, "2018-09-17 09:00:00.009") + # # tdSql.checkData(9, 1, "2018-09-17 09:00:00.009") + # # tdSql.checkData(9, 3, "2018-09-17 09:00:00.009") - tdSql.query("select diff(col1) from stb_1") - tdSql.checkRows(10) + # tdSql.query("select diff(col1) from stb_1") + # tdSql.checkRows(10) - tdSql.query("select diff(col2) from stb_1") - tdSql.checkRows(10) + # tdSql.query("select diff(col2) from stb_1") + # tdSql.checkRows(10) - tdSql.query("select diff(col3) from stb_1") - tdSql.checkRows(10) + # tdSql.query("select diff(col3) from stb_1") + # tdSql.checkRows(10) - tdSql.query("select diff(col4) from stb_1") - tdSql.checkRows(10) + # tdSql.query("select diff(col4) from stb_1") + # tdSql.checkRows(10) - tdSql.query("select diff(col5) from stb_1") - tdSql.checkRows(10) + # tdSql.query("select diff(col5) from stb_1") + # tdSql.checkRows(10) - tdSql.query("select diff(col6) from stb_1") - tdSql.checkRows(10) + # tdSql.query("select diff(col6) from stb_1") + # tdSql.checkRows(10) - self.insertData() + # self.insertData() - tdSql.query("select diff(col) from st group by tbname") - tdSql.checkRows(185) + # tdSql.query("select diff(col) from st group by tbname") + # tdSql.checkRows(185) - tdSql.error("select diff(col) from st group by dev") + # tdSql.error("select diff(col) from st group by dev") - tdSql.error("select diff(col) from st group by col") + # tdSql.error("select diff(col) from st group by col") def stop(self): tdSql.close()