From 3ecdd576730b2b1aa8c823840b08e80dedf86f0c Mon Sep 17 00:00:00 2001 From: haoranchen Date: Fri, 17 May 2024 14:59:39 +0800 Subject: [PATCH] Update compatibility.py --- tests/system-test/0-others/compatibility.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/tests/system-test/0-others/compatibility.py b/tests/system-test/0-others/compatibility.py index cc1a411bbb..65d8c24ef0 100644 --- a/tests/system-test/0-others/compatibility.py +++ b/tests/system-test/0-others/compatibility.py @@ -394,13 +394,12 @@ class TDTestCase: tdLog.info(tdsql.queryResult) # tdsql.checkRows(tableNumbers) - # wait bug fixed: - # tdsql.query(f"select last(*) from test.meters") - # tdLog.info(tdsql.queryResult) - # tdsql.checkData(0,0,"2033-07-14 08:39:59.001") - # tdsql.checkData(0,1,119) - # tdsql.checkData(0,2,191) - # tdsql.checkData(0,3,0.25) + tdsql.query(f"select last(*) from test.meters") + tdLog.info(tdsql.queryResult) + tdsql.checkData(0,0,"2033-07-14 08:39:59.001") + tdsql.checkData(0,1,119) + tdsql.checkData(0,2,191) + tdsql.checkData(0,3,0.25) # tdsql.query(f"select last(*) from test.meters") # tdLog.info(tdsql.queryResult)