-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
util: create the tmpdir if the directory is removed by mistake. #18970
Conversation
Codecov Report
@@ Coverage Diff @@
## master #18970 +/- ##
================================================
- Coverage 79.4647% 79.0666% -0.3981%
================================================
Files 549 550 +1
Lines 151734 148801 -2933
================================================
- Hits 120575 117652 -2923
- Misses 21632 21646 +14
+ Partials 9527 9503 -24 |
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
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
@wshwsh12 merge failed. |
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
/run-all-tests |
@wshwsh12 merge failed. |
/run-unit-test |
/run-unit-test |
/merge |
/run-all-tests |
@wshwsh12 merge failed. |
/run-common-test |
/run-integration-ddl-test |
/merge |
/run-all-tests |
@wshwsh12 merge failed. |
/run-integration-copr-test |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-4.0 in PR #19272 |
What problem does this PR solve?
Issue Number:
close #18960
close #18055
Problem Summary:
open: ...... no such file or directory
.What is changed and how it works?
Proposal: xxx
What's Changed:
How it Works:
Related changes
Check List
Tests
Case 1:
Case 2:
Side effects
Release note