test: add test case for auto compact

This commit is contained in:
kailixu 2024-12-29 15:38:08 +08:00
parent 52eab6c1bc
commit baa2d6e505
1 changed files with 2 additions and 1 deletions

View File

@ -8367,7 +8367,8 @@ static int32_t checkDatabaseOptions(STranslateContext* pCxt, const char* pDbName
0);
}
if (TSDB_CODE_SUCCESS == code) {
code = checkDbRangeOption(pCxt, "sstTrigger", pOptions->sstTrigger, TSDB_MIN_STT_TRIGGER, TSDB_MAX_STT_TRIGGER, 0);
code =
checkDbRangeOption(pCxt, "sstTrigger", pOptions->sstTrigger, TSDB_MIN_STT_TRIGGER, TSDB_MAX_STT_TRIGGER, 0);
}
if (TSDB_CODE_SUCCESS == code) {
code = checkDbEnumOption(pCxt, "withArbitrator", pOptions->withArbitrator, TSDB_MIN_DB_WITH_ARBITRATOR,