other: update test cases.
This commit is contained in:
parent
d8993c16ee
commit
923c791201
|
@ -1442,7 +1442,7 @@ static void tdRSmaFetchTrigger(void *param, void *tmrId) {
|
|||
SMA_VID(pSma), pItem->level, pRSmaInfo->suid);
|
||||
} break;
|
||||
case TASK_TRIGGER_STAT_INIT: {
|
||||
smaDebug("vgId:%d, rsma fetch task not start for level:%" PRIi8 " suid::%" PRIi64 " since stat is init",
|
||||
smaDebug("vgId:%d, rsma fetch task not start for level:%" PRIi8 " suid:%" PRIi64 " since stat is init",
|
||||
SMA_VID(pSma), pItem->level, pRSmaInfo->suid);
|
||||
} break;
|
||||
default: {
|
||||
|
|
|
@ -123,8 +123,8 @@ class TDTestCase:
|
|||
{
|
||||
"name": "checkpointInterval",
|
||||
"alias": "tsStreamCheckpointInterval",
|
||||
"values": [60, 1000, 1200],
|
||||
"except_values": [59, 1201]
|
||||
"values": [60, 1000, 1800],
|
||||
"except_values": [59, 1801]
|
||||
},
|
||||
{
|
||||
"name": "trimVDbIntervalSec",
|
||||
|
|
Loading…
Reference in New Issue