Merge pull request #30152 from taosdata/fix/testcase

fix: test case
This commit is contained in:
Pan Wei 2025-03-13 15:25:07 +08:00 committed by GitHub
commit 5e64a3d53d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ class TDTestCase(TBase):
tdSql.execute("insert into d0 file '%s'" % datafile)
tdSql.execute("CREATE TABLE `n1` (`ts` TIMESTAMP, `current` FLOAT, `voltage` INT, co NCHAR(10))")
tdSql.execute("insert into n1 values(now, 1, null, '23')")
tdSql.execute("insert into n1 values(now, null, 3, '23')")
tdSql.execute("insert into n1 values(now, 5, 3, '23')")
tdSql.execute("insert into n1 values(now+1a, null, 3, '23')")
tdSql.execute("insert into n1 values(now+2a, 5, 3, '23')")
def test_normal_query_new(self, testCase):
# read sql from .sql file and execute