From 52e9a4c3b024881c2142ab86a7058c09683ee0bb Mon Sep 17 00:00:00 2001 From: husharp Date: Tue, 14 Nov 2023 14:56:19 +0800 Subject: [PATCH] add test Signed-off-by: husharp --- client/http/api.go | 2 +- tests/integrations/realtiup/deploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/http/api.go b/client/http/api.go index a2f210051cf..d31935e4f46 100644 --- a/client/http/api.go +++ b/client/http/api.go @@ -29,7 +29,7 @@ const ( regionsByKey = "/pd/api/v1/regions/key" regionsByStoreID = "/pd/api/v1/regions/store" Stores = "/pd/api/v1/stores" - Store = "/pd/api/v1/store" + Store = "/pd/api/v1/store" MinResolvedTSPrefix = "/pd/api/v1/min-resolved-ts" Leader = "/pd/api/v1/leader" diff --git a/tests/integrations/realtiup/deploy.sh b/tests/integrations/realtiup/deploy.sh index 7523b5bb1b7..e34d5f32a69 100755 --- a/tests/integrations/realtiup/deploy.sh +++ b/tests/integrations/realtiup/deploy.sh @@ -5,7 +5,7 @@ TIUP_BIN_DIR=$HOME/.tiup/bin/tiup make clean cd ../../../ -#rm -rf bin +rm -rf bin RUN_CI=1 make pd-server-basic