From f30bf1a07d9f2cb5c79f1ad8dc5e8febd03830b8 Mon Sep 17 00:00:00 2001 From: "wenzhouwww@live.cn" Date: Thu, 16 Jun 2022 15:13:08 +0800 Subject: [PATCH] add case for distribute plan of min function --- tests/system-test/fulltest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index e3f8a71a5a..19c3d93e60 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -100,6 +100,7 @@ python3 ./test.py -f 2-query/statecount.py python3 ./test.py -f 2-query/tail.py python3 ./test.py -f 2-query/distribute_agg_count.py python3 ./test.py -f 2-query/distribute_agg_max.py +python3 ./test.py -f 2-query/distribute_agg_min.py python3 ./test.py -f 6-cluster/5dnode1mnode.py