-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
makefile: remove bazel_check before ut #46771
Conversation
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #46771 +/- ##
================================================
- Coverage 73.2940% 72.6853% -0.6087%
================================================
Files 1320 1342 +22
Lines 396084 402469 +6385
================================================
+ Hits 290306 292536 +2230
- Misses 87259 91375 +4116
- Partials 18519 18558 +39
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why would you do that? Could you describe it briefly in PR?
updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -493,7 +493,7 @@ bazel_test: failpoint-enable bazel_prepare | |||
-//tests/globalkilltest/... -//tests/readonlytest/... -//br/pkg/task:task_test -//tests/realtikvtest/... | |||
|
|||
|
|||
bazel_coverage_test: check-bazel-prepare failpoint-enable bazel_ci_simple_prepare | |||
bazel_coverage_test: failpoint-enable bazel_ci_simple_prepare |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check dev
also has this check, so we can remove the check here
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xhebox, zimulala The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What problem does this PR solve?
Issue Number: close #xxx
Problem Summary:
avoid probably failure in the bazel_check
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.