diff --git a/source/libs/command/inc/commandInt.h b/source/libs/command/inc/commandInt.h index 25894e9af7..64febedbef 100644 --- a/source/libs/command/inc/commandInt.h +++ b/source/libs/command/inc/commandInt.h @@ -72,7 +72,7 @@ extern "C" { #define EXPLAIN_COUNT_FORMAT "Count" #define EXPLAIN_COUNT_INFO_FORMAT "Window Count Info" #define EXPLAIN_COUNT_NUM_FORMAT "Window Count=%d" -#define EXPLAIN_COUNT_SLIDING_FORMAT "Window Sliding=%d" +#define EXPLAIN_COUNT_SLIDING_FORMAT "Window Sliding=%ld" #define EXPLAIN_PLANNING_TIME_FORMAT "Planning Time: %.3f ms" #define EXPLAIN_EXEC_TIME_FORMAT "Execution Time: %.3f ms" diff --git a/tests/parallel_test/cases.task b/tests/parallel_test/cases.task index a47da7f9b7..539e9e4c7b 100644 --- a/tests/parallel_test/cases.task +++ b/tests/parallel_test/cases.task @@ -1140,6 +1140,8 @@ ,,y,script,./test.sh -f tsim/query/bug3398.sim ,,y,script,./test.sh -f tsim/query/explain_tsorder.sim ,,y,script,./test.sh -f tsim/query/apercentile.sim +,,y,script,./test.sh -f tsim/query/query_count0.sim +,,y,script,./test.sh -f tsim/query/query_count_sliding0.sim ,,y,script,./test.sh -f tsim/qnode/basic1.sim ,,y,script,./test.sh -f tsim/snode/basic1.sim ,,y,script,./test.sh -f tsim/mnode/basic1.sim