From 97a8bf945ebe61e0182810efecbfb6e376a92ee5 Mon Sep 17 00:00:00 2001 From: zyguan Date: Tue, 17 Oct 2023 15:08:21 +0800 Subject: [PATCH] fix the way to enable tidb failpoint api Signed-off-by: zyguan --- tidb/src/tidb/db.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb/src/tidb/db.clj b/tidb/src/tidb/db.clj index 122940869..904568d24 100644 --- a/tidb/src/tidb/db.clj +++ b/tidb/src/tidb/db.clj @@ -207,7 +207,7 @@ {:logfile db-stdout :pidfile db-pid-file :chdir tidb-dir - :env {:GO_FAILPOINTS "github.com/pingcap/tidb/server/enableTestAPI=return"} + :env {:GO_FAILPOINTS "github.com/pingcap/tidb/pkg/server/enableTestAPI=return;github.com/pingcap/tidb/server/enableTestAPI=return"} } (str "./bin/" db-bin) :--store (str "tikv")