fix(daemon): 16 skipped kernel tests — flaky timing + routeResult undefined #213
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
16 daemon tests currently skipped (it.skip) because they fail intermittently or consistently.
8 flaky tests (worker spawn timing)
These pass sometimes, fail others — worker process spawn/exit timing is non-deterministic.
8 broken tests (routeResult undefined)
Error:
Cannot read properties of undefined (reading 'message')at kernel.ts:163 —routeResult.error.messagewhen routeResult is undefined.Fix approach
Ref
Skipped in chore/skip-flaky-daemon-tests branch