Skip to content

Commit 46ee851

Browse files
crowlbotclaude
andcommitted
test: pin sandbox to the volume's region
Even with retries and the post-list sleep, the sandbox-side volume lookup was returning 404 deterministically (6/6 attempts, ~30s apart). The volume is created in `ord` but the sandbox create call didn't specify a region, so it landed in a different cluster that doesn't know about the volume. Pin the sandbox create to `--region ord` to match the volume's region. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 87284a0 commit 46ee851

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/sandbox.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ Deno.test("sandbox with volume mount", async () => {
188188
"--quiet",
189189
"--timeout",
190190
"60s",
191+
"--region",
192+
"ord",
191193
"--volume",
192194
`${volumeId}:/data/dataset`,
193195
);

0 commit comments

Comments
 (0)