From a782a3c5694d99b2ace57200afa9cd6ecc4b490f Mon Sep 17 00:00:00 2001 From: wu champion Date: Tue, 30 Mar 2021 16:22:43 +0800 Subject: [PATCH] add perfbenchmark/bug3589.py to fulltest.sh --- tests/pytest/fulltest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index a631149c90..c3282ce6f7 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -166,6 +166,7 @@ python3 ./test.py -f stable/query_after_reset.py # perfbenchmark python3 ./test.py -f perfbenchmark/bug3433.py +python3 ./test.py -f perfbenchmark/bug3589.py #query -- GitLab