-
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
ttl: add integration test with random fault session for TTL #58110
ttl: add integration test with random fault session for TTL #58110
Conversation
9f47fff
to
c943f3b
Compare
/hold It's not stable yet. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #58110 +/- ##
================================================
+ Coverage 73.1670% 73.7763% +0.6093%
================================================
Files 1680 1681 +1
Lines 463042 465389 +2347
================================================
+ Hits 338794 343347 +4553
+ Misses 103444 101327 -2117
+ Partials 20804 20715 -89
Flags with carried forward coverage won't be shown. Click here to find out more.
|
c943f3b
to
9a6d3c6
Compare
ref #58166 |
9a6d3c6
to
9da37a7
Compare
e1807e3
to
1190c89
Compare
1190c89
to
c7c1628
Compare
Signed-off-by: Yang Keao <[email protected]>
c7c1628
to
79f31de
Compare
/hold wait for #58421 |
/unhold |
/retest |
/unhold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lcwangchao, wjhuang2016 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 |
[LGTM Timeline notifier]Timeline:
|
What problem does this PR solve?
Issue Number: close #58411
What changed and how does it work?
getSession
is unexpected in some situation.last_job_finish_time
is not in correct TZ when the job is cancelled.Check List
Tests
Release note