fix(daemon): flaky file-watcher test #149

Closed
opened 2026-04-27 04:03:37 +00:00 by xingyue · 0 comments
Owner

The test 'does NOT emit workflow change for nerve.yaml' in file-watcher-workflow.test.ts is flaky. fs.watch on macOS sometimes coalesces events across files, causing a spurious workflow change event. Skipped with it.skip() in the nerve-remote PR. Needs investigation into platform-specific fs.watch behavior.

The test 'does NOT emit workflow change for nerve.yaml' in file-watcher-workflow.test.ts is flaky. fs.watch on macOS sometimes coalesces events across files, causing a spurious workflow change event. Skipped with it.skip() in the nerve-remote PR. Needs investigation into platform-specific fs.watch behavior.
This repo is archived. You cannot comment on issues.
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/nerve#149