-
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
test,ut: add long
flag for tests and adopt long
flag in ut
tool
#58492
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
8b1d5ca
to
fac1da8
Compare
Signed-off-by: Yang Keao <[email protected]>
fac1da8
to
8573336
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #58492 +/- ##
================================================
- Coverage 73.5359% 73.4196% -0.1163%
================================================
Files 1681 1681
Lines 464055 466352 +2297
================================================
+ Hits 341247 342394 +1147
- Misses 101997 103147 +1150
Partials 20811 20811
Flags with carried forward coverage won't be shown. Click here to find out more.
|
cd tools/check; \ | ||
$(GO) build -o ../bin/ut ut.go | ||
$(GO) build -o ../bin/ut ut.go longtests.go |
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.
Clould we also support make ut-long
?
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.
Yeah. It'll be a good QoL change. Let me do it.
What problem does this PR solve?
Issue Number: close #58491
Problem Summary:
We have written some long time go tests. It'd be better to provide a tool to run it.
What changed and how does it work?
-long
flag to the tests.ut
to support running these long tests.The simplest way to try this PR is to run the following commands:
Check List
Tests
Release note