Skip to content

Commit

Permalink
This is an automated cherry-pick of tikv#8303
Browse files Browse the repository at this point in the history
ref tikv#7300, close tikv#7853

Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
  • Loading branch information
okJiang authored and ti-chi-bot committed Sep 9, 2024
1 parent 3bd5748 commit d1f6f9a
Show file tree
Hide file tree
Showing 13 changed files with 2,424 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ coverage.xml
coverage
*.txt
go.work*
<<<<<<< HEAD
=======
embedded_assets_handler.go
*.log
>>>>>>> 26e90e9ff (scheduler: skip evict-leader-scheduler when setting schedule deny label (#8303))
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,18 @@ 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)

<<<<<<< HEAD
.PHONY: test basic-test test-with-cover test-tso-function test-tso-consistency
=======
REAL_CLUSTER_TEST_PATH := $(ROOT_PATH)/tests/integrations/realcluster

test-real-cluster:
@ rm -rf ~/.tiup/data/pd_real_cluster_test
# testing with the real cluster...
cd $(REAL_CLUSTER_TEST_PATH) && $(MAKE) check

.PHONY: test basic-test test-with-cover test-tso test-tso-function test-tso-consistency test-real-cluster
>>>>>>> 26e90e9ff (scheduler: skip evict-leader-scheduler when setting schedule deny label (#8303))

#### Daily CI coverage analyze ####

Expand Down
Loading

0 comments on commit d1f6f9a

Please sign in to comment.