Skip to content

Commit e63940c

Browse files
acmoreclaude
andcommitted
fix(e2e): write sync-wait probe file inside the sync root
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 9bcf286 commit e63940c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/e2e_kind_smoke.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ fi
227227
# okdev sync wait: the edit-run guarantee. Write a fresh local file, wait for
228228
# convergence, then read it remotely in one chain — no polling loop allowed.
229229
echo "Testing okdev sync wait edit-run guarantee"
230-
echo "sync-wait-payload" > "$WORKDIR/sync-wait-probe.txt"
230+
echo "sync-wait-payload" > "$SYNC_DIR/sync-wait-probe.txt"
231231
SYNC_WAIT_OUTPUT=$("$OKDEV_BIN" --config "$CFG_PATH" --session "$SESSION_NAME" sync wait --timeout 3m)
232232
if [[ "$SYNC_WAIT_OUTPUT" != *"Sync converged"* ]]; then
233233
echo "ERROR: expected sync wait to report convergence" >&2

0 commit comments

Comments
 (0)