enh: add test case for grant

This commit is contained in:
kailixu 2024-11-08 15:06:52 +08:00
parent 91ee70982b
commit 0d7491434b
2 changed files with 2 additions and 0 deletions

View File

@ -436,6 +436,7 @@
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/show.py ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/show.py
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/show_tag_index.py ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/show_tag_index.py
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/information_schema.py ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/information_schema.py
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/grant.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -R ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -R
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/and_or_for_byte.py ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/and_or_for_byte.py

View File

@ -299,6 +299,7 @@ class TDTestCase:
'oracle':'Oracle', 'oracle':'Oracle',
'mssql':'SqlServer', 'mssql':'SqlServer',
'mongodb':'MongoDB', 'mongodb':'MongoDB',
'csv':'CSV',
} }
tdSql.execute('drop database if exists db2') tdSql.execute('drop database if exists db2')