-
Notifications
You must be signed in to change notification settings - Fork 18.3k
testing: allow specify temp dir by GOTMPDIR environment variable #74844
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
base: master
Are you sure you want to change the base?
Conversation
This PR (HEAD: f0e5ad8) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/692455. Important tips:
|
Message from Alan Donovan: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
This PR (HEAD: 87143d6) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/692455. Important tips:
|
Message from 安龙: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from Alan Donovan: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
This PR (HEAD: ed61287) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/692455. Important tips:
|
Message from t hepudds: Patch Set 3: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-08-02T12:21:00Z","revision":"f4cfd23d114d4ba90b5a7bfa196f9d183596f7c6"} Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
This PR (HEAD: 2d2c3fd) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/692455. Important tips:
|
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from 安龙: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from t hepudds: Patch Set 4: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from Go LUCI: Patch Set 4: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-08-02T13:02:00Z","revision":"731e213a15a31afe155ca9ee67cbc88a54d6acfb"} Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from t hepudds: Patch Set 4: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from Go LUCI: Patch Set 4: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from Go LUCI: Patch Set 4: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Allow change the default temp directory returned by t.TempDir()
by environment variable GOTMPDIR.
Fixes #61585