Skip to content

Commit

Permalink
Merge branch 'master' into unify-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot[bot] authored Dec 20, 2023
2 parents a4e6b94 + 84e60be commit 5789434
Show file tree
Hide file tree
Showing 14 changed files with 161 additions and 161 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ test-tso-consistency: install-tools
CGO_ENABLED=1 go test -race -tags without_dashboard,tso_consistency_test,deadlock $(TSO_INTEGRATION_TEST_PKGS) || { $(FAILPOINT_DISABLE); exit 1; }
@$(FAILPOINT_DISABLE)

REAL_CLUSTER_TEST_PATH := $(ROOT_PATH)/tests/integrations/realtiup
REAL_CLUSTER_TEST_PATH := $(ROOT_PATH)/tests/integrations/realcluster

test-real-cluster:
# testing with the real cluster...
Expand Down Expand Up @@ -305,6 +305,7 @@ clean-test:
clean-build:
# Cleaning building files...
rm -rf .dashboard_download_cache/
rm -rf .dashboard_build_temp/
rm -rf $(BUILD_BIN_PATH)
rm -rf $(GO_TOOLS_BIN_PATH)

Expand Down
Loading

0 comments on commit 5789434

Please sign in to comment.