-
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: add gotag enableassert
for make server_check
#51057
Makefile: add gotag enableassert
for make server_check
#51057
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #51057 +/- ##
=================================================
- Coverage 73.3439% 57.4948% -15.8491%
=================================================
Files 1629 1823 +194
Lines 450157 680219 +230062
=================================================
+ Hits 330163 391091 +60928
- Misses 99731 263801 +164070
- Partials 20263 25327 +5064
Flags with carried forward coverage won't be shown. Click here to find out more.
|
It's so surprising that some tests failed when we added the gotags. |
/retest |
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.
Maybe need a issue
/retest |
4 similar comments
/retest |
/retest |
/retest |
/retest |
/hold for a while |
@@ -308,7 +308,8 @@ func (e *memtableRetriever) setDataForVariablesInfo(ctx sessionctx.Context) erro | |||
|
|||
func (e *memtableRetriever) setDataForUserAttributes(ctx context.Context, sctx sessionctx.Context) error { | |||
exec := sctx.GetRestrictedSQLExecutor() | |||
chunkRows, _, err := exec.ExecRestrictedSQL(ctx, nil, `SELECT user, host, JSON_UNQUOTE(JSON_EXTRACT(user_attributes, '$.metadata')) FROM mysql.user`) | |||
wrappedCtx := kv.WithInternalSourceType(ctx, kv.InternalTxnOthers) |
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.
It's a missed one. Found by the intest tag.
f3efa8a
to
918faba
Compare
/unhold |
/approve |
/retest |
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AilinKid, hawkingrei, lance6716, Leavrth, okJiang, tangenta, wjhuang2016, XuHuaiyu 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 |
9ca32aa
to
9f5929a
Compare
@winoros: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/retest |
enableassert
for make server_check
What problem does this PR solve?
Issue Number: close #xxx
Problem Summary:
What changed and how does it work?
There's some error check enabled by gotag intest.
And we're moving tests from Golang's unit test to the integration tests. We need to use the binary which is compiled with the gotag.
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.