-
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
executor: fix file exists errors in tests for select into outfile
#19717
Conversation
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
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 close #19718
LGTM |
/merge |
/run-all-tests |
@qw4990 merge failed. |
/run-integration-common-test |
/run-integration-common-test |
/run-integration-common-test |
/run-integration-common-test |
/run-integration-common-test |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-4.0 in PR #19725 |
What problem does this PR solve?
Issue Number: close #19718, close #19337
Problem Summary: executor: fix file exists errors in tests for
select into outfile
What is changed and how it works?
Use random file names to avoid file name conflict.
Check List
Tests
Release note
select into outfile