From 8bbb4846a0199d7ef85d2b978bbcf794bd317990 Mon Sep 17 00:00:00 2001 From: shenglian zhou Date: Fri, 22 Jul 2022 19:49:13 +0800 Subject: [PATCH] fix: restore tmqudf-snapshot1.py --- tests/system-test/fulltest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index ec70d9ddbf..af9233534f 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -214,7 +214,7 @@ python3 ./test.py -f 7-tmq/tmqDelete-multiCtb.py python3 ./test.py -f 7-tmq/tmqDropStb.py python3 ./test.py -f 7-tmq/tmqUdf.py # python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot0.py -# python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot1.py +python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot1.py python3 ./test.py -f 7-tmq/stbTagFilter-1ctb.py # python3 ./test.py -f 7-tmq/stbTagFilter-multiCtb.py -- GitLab