Skip to content

Commit

Permalink
kvclient(cdc): remove rate limiter for scanning and error handling (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot committed May 24, 2023
1 parent 6d5af0f commit 39d9bf8
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 39d9bf8

Please sign in to comment.