From 1b8db7c7982c26490c75d92026d64bd65c04b6a3 Mon Sep 17 00:00:00 2001 From: amyangfei Date: Wed, 26 May 2021 13:55:34 +0800 Subject: [PATCH] tests: fix tiflash storage engine in integration test (#1836) --- tests/_utils/start_tidb_cluster_impl | 2 +- tests/processor_panic/main.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/_utils/start_tidb_cluster_impl b/tests/_utils/start_tidb_cluster_impl index 96981462241..984cb5c6071 100755 --- a/tests/_utils/start_tidb_cluster_impl +++ b/tests/_utils/start_tidb_cluster_impl @@ -276,7 +276,7 @@ runAsDaemon = true kvstore_path = "${OUT_DIR}/tiflash/kvstore" pd_addr = "${UP_PD_HOST_1}:${UP_PD_PORT_1}" ignore_databases = "system,default" -storage_engine = "tmt" +storage_engine = "dt" EOF cat - >"$OUT_DIR/tiflash-proxy.toml" <