fix:test case error
This commit is contained in:
parent
ce2a3e4be2
commit
388e89096c
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue