From 923c7912014cf70fa7036c65a2ca93dc6e73d1a7 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Tue, 23 Jul 2024 19:53:32 +0800 Subject: [PATCH] other: update test cases. --- source/dnode/vnode/src/sma/smaRollup.c | 2 +- tests/system-test/0-others/test_hot_refresh_configurations.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/dnode/vnode/src/sma/smaRollup.c b/source/dnode/vnode/src/sma/smaRollup.c index 823f65a9fd..515272ddeb 100644 --- a/source/dnode/vnode/src/sma/smaRollup.c +++ b/source/dnode/vnode/src/sma/smaRollup.c @@ -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: { diff --git a/tests/system-test/0-others/test_hot_refresh_configurations.py b/tests/system-test/0-others/test_hot_refresh_configurations.py index 71f6290469..15f291787a 100644 --- a/tests/system-test/0-others/test_hot_refresh_configurations.py +++ b/tests/system-test/0-others/test_hot_refresh_configurations.py @@ -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",