From 7c702edc6105dbddf98a2d3105e0f57985c6e194 Mon Sep 17 00:00:00 2001 From: marsishandsome Date: Fri, 18 Jun 2021 10:19:43 +0800 Subject: [PATCH] update test tidb version to release-5.0 and enable ttl Signed-off-by: marsishandsome --- .ci/integration_test.groovy | 6 +++--- config/tikv.toml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.ci/integration_test.groovy b/.ci/integration_test.groovy index c5cb281c96e..2d7a28ff4ea 100644 --- a/.ci/integration_test.groovy +++ b/.ci/integration_test.groovy @@ -1,8 +1,8 @@ def call(ghprbActualCommit, ghprbPullId, ghprbPullTitle, ghprbPullLink, ghprbPullDescription, credentialsId) { - def TIDB_BRANCH = "release-4.0" - def TIKV_BRANCH = "release-4.0" - def PD_BRANCH = "release-4.0" + def TIDB_BRANCH = "release-5.0" + def TIKV_BRANCH = "release-5.0" + def PD_BRANCH = "release-5.0" // parse tidb branch def m1 = ghprbCommentBody =~ /tidb\s*=\s*([^\s\\]+)(\s|\\|$)/ diff --git a/config/tikv.toml b/config/tikv.toml index 287abc69e41..f525fa753c5 100644 --- a/config/tikv.toml +++ b/config/tikv.toml @@ -3,3 +3,6 @@ [raftstore] # set store capacity, if no set, use disk capacity. capacity = "8G" + +[storage] +enable-ttl = true