fix:test case error

This commit is contained in:
wangmm0220 2024-01-26 15:51:37 +08:00
parent ce2a3e4be2
commit 388e89096c
3 changed files with 4 additions and 11 deletions

View File

@ -18,14 +18,6 @@
#ifndef _GRANT
int32_t grantCheck(EGrantType grant) {
if(taosGetTimestampMs() < 1706254434000) {
uError("receivee no expired");
return 0;
} else{
uError("receivee expired");
return -1;
}
}
int32_t grantCheck(EGrantType grant) {return TSDB_CODE_SUCCESS;}
#endif

View File

@ -292,6 +292,7 @@ fi
,,n,system-test,python3 ./test.py -f 0-others/timeRangeWise.py -N 3
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/delete_check.py
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/test_hot_refresh_configurations.py
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/subscribe_stream_privilege.py
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_double.py
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_database.py

View File

@ -172,8 +172,8 @@ class TDTestCase:
def run(self):
self.prepare_data()
self.create_user()
#self.consumeTest()
self.streamTest()
self.consumeTest()
# self.streamTest()
def stop(self):
tdSql.close()