From 8ebbee47c61e3e01baf3ac106891cd9daca74ad5 Mon Sep 17 00:00:00 2001 From: Giuseppe Maxia Date: Sun, 9 May 2021 17:29:38 +0200 Subject: [PATCH] Add tidb4.0 to tests --- test/functional-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional-test.sh b/test/functional-test.sh index f0985b8..e4ab0ba 100755 --- a/test/functional-test.sh +++ b/test/functional-test.sh @@ -758,7 +758,7 @@ fi [ -z "$ndb_short_versions" ] && ndb_short_versions=(ndb7.6 ndb8.0) count=0 all_versions=() -tidb_versions=(tidb3.0.0) +tidb_versions=(tidb3.0.0 tidb4.0.0) group_versions=() semisync_versions=() dd_versions=()