Merge branch 'codex/work-folders-staging-hardening-refresh' into codex/work-folders-remote-recovery-refresh
* codex/work-folders-staging-hardening-refresh: Keep native session wiring checks compatible with timing instrumentation
This commit is contained in:
commit
5268ecf85e
|
|
@ -415,9 +415,9 @@ it("wires exact-session recovery and guarded selected identity into heartbeat pe
|
|||
new URL("../heartbeat.ts", import.meta.url),
|
||||
"utf8",
|
||||
);
|
||||
expect(source).toContain("await findNativeSessionResumeRun(db,");
|
||||
expect(source).toContain("findNativeSessionResumeRun(db,");
|
||||
expect(source).toContain(
|
||||
"await prepareNativeSessionBootstrapPersistence(tx,",
|
||||
"prepareNativeSessionBootstrapPersistence(tx,",
|
||||
);
|
||||
expect(source).toContain("nativeSessionId: persistedNativeSessionId,");
|
||||
expect(source).toContain("lockedProfile.sessionCheckpoint != null");
|
||||
|
|
|
|||
Loading…
Reference in New Issue