-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Release] TEST_BINARY=1 verify-release-candidate.sh doesn't use temporary directory #39683
Comments
kou
added a commit
to kou/arrow
that referenced
this issue
Jan 18, 2024
raulcd
pushed a commit
that referenced
this issue
Jan 18, 2024
### Rationale for this change We should use temporary directory to verify in clean environment. ### What changes are included in this PR? Use `ARROW_TMPDIR` for prefix of download directory. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: #39683 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
idailylife
pushed a commit
to idailylife/arrow
that referenced
this issue
Jan 18, 2024
…pache#39684) ### Rationale for this change We should use temporary directory to verify in clean environment. ### What changes are included in this PR? Use `ARROW_TMPDIR` for prefix of download directory. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#39683 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
clayburn
pushed a commit
to clayburn/arrow
that referenced
this issue
Jan 23, 2024
…pache#39684) ### Rationale for this change We should use temporary directory to verify in clean environment. ### What changes are included in this PR? Use `ARROW_TMPDIR` for prefix of download directory. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#39683 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
…pache#39684) ### Rationale for this change We should use temporary directory to verify in clean environment. ### What changes are included in this PR? Use `ARROW_TMPDIR` for prefix of download directory. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#39683 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
zanmato1984
pushed a commit
to zanmato1984/arrow
that referenced
this issue
Feb 28, 2024
…pache#39684) ### Rationale for this change We should use temporary directory to verify in clean environment. ### What changes are included in this PR? Use `ARROW_TMPDIR` for prefix of download directory. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#39683 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
thisisnic
pushed a commit
to thisisnic/arrow
that referenced
this issue
Mar 8, 2024
…pache#39684) ### Rationale for this change We should use temporary directory to verify in clean environment. ### What changes are included in this PR? Use `ARROW_TMPDIR` for prefix of download directory. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#39683 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug, including details regarding any error messages, version, and platform.
It should use a temporary directory for verifying in clean environment.
Component(s)
Developer Tools
The text was updated successfully, but these errors were encountered: