Skip to content

Commit

Permalink
Merge branch 'release-6.5' into cherry-pick-9024-to-release-6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hicqu authored May 24, 2023
2 parents aa5d0c1 + 39d9bf8 commit d3249aa
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 624 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,11 @@ check: check-copyright fmt check-static tidy terror_check errdoc \
swagger-spec check-makefiles check_engine_integration_test
@git --no-pager diff --exit-code || (echo "Please add changed files!" && false)

fast_check: check-copyright fmt check-static tidy terror_check errdoc \
check-merge-conflicts check-ticdc-dashboard check-diff-line-width swagger-spec check-makefiles \
check_cdc_integration_test check_dm_integration_test check_engine_integration_test
@git --no-pager diff --exit-code || (echo "Please add changed files!" && false)

integration_test_coverage: tools/bin/gocovmerge tools/bin/goveralls
tools/bin/gocovmerge "$(TEST_DIR)"/cov.* | grep -vE ".*.pb.go|$(CDC_PKG)/testing_utils/.*|$(CDC_PKG)/cdc/entry/schema_test_helper.go|$(CDC_PKG)/cdc/sink/simple_mysql_tester.go|.*.__failpoint_binding__.go" > "$(TEST_DIR)/all_cov.out"
ifeq ("$(JenkinsCI)", "1")
Expand Down
Loading

0 comments on commit d3249aa

Please sign in to comment.