[TD-5314]<test>: finish schemaless test

finish 40 cases for schemaless in insert/schemalessInsert.py, but 5 of them could not be used now because multiThreading is not complete

modify util/sql.py: add row_tag in query(), add col_tag in getColNameList(), add checkEqual() and checkNotEqual()

add insert/schemalessInsert.py to fulltest.sh
This commit is contained in:
jiajingbin 2021-08-02 19:00:32 +08:00
parent e86864dbd1
commit b32d69cd51
1 changed files with 1 additions and 1 deletions

View File

@ -1231,5 +1231,5 @@ class TDTestCase:
tdSql.close()
tdLog.success("%s successfully executed" % __file__)
tdCases.addWindows(__file__, TDTestCase())
tdCases.addLinux(__file__, TDTestCase())