Commit 80d20eb
fix(ci): start http worker in $STAGE so COPY paths resolve
On the http lane the example worker is a separate long-lived process started
from the repo root, while the unittest runs from $STAGE. Tests issue
COPY ... TO '__TEST_DIR__/...', which DuckDB expands to the RELATIVE path
duckdb_unittest_tempdir/<pid>/...; the worker resolved it against its own cwd
(the repo root) and failed with "no such file or directory" on every
copy_to/copy_from case. Over the launcher transport the worker inherits
DuckDB's cwd so it never showed. Boot the http worker with cwd=$STAGE so both
sides resolve the same relative path.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent df5bdc9 commit 80d20eb
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
| |||
0 commit comments