Skip to content

Commit 3851ab1

Browse files
authored
Add TiCI support to TidbCluster with TiFlash integration and example (#6699)
1 parent b3ca0ec commit 3851ab1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+32576
-15169
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,13 @@ test: ## Run unit tests
201201
@echo "Run unit tests"
202202
ifeq ($(GO_COVER),y)
203203
go test -cover \
204+
-timeout=20m \
204205
$(foreach pkg, $(TEST_PACKAGES), $(pkg)/...) \
205206
$(foreach mod, $(GO_SUBMODULES), $(mod)/...) \
206207
-coverpkg=$$($(TEST_COVER_PACKAGES)) -coverprofile=coverage.txt -covermode=atomic
207208
else
208209
go test \
210+
-timeout=20m \
209211
$(foreach pkg, $(TEST_PACKAGES), $(pkg)/...) \
210212
$(foreach mod, $(GO_SUBMODULES), $(mod)/...)
211213
endif

0 commit comments

Comments
 (0)