feat(admin): apply durable runtime clock shifts

This commit is contained in:
2026-07-30 17:21:01 +00:00
parent d6904f2c9d
commit 7f31459385
23 changed files with 1889 additions and 93 deletions
@@ -305,8 +305,8 @@ describe('input event atomicity', () => {
lastError: 'injected commit failure',
});
expect(publishCommandResult).not.toHaveBeenCalled();
expect(engineState).toEqual({ value: 'calculated' });
expect(stateManager.getRevision()).toBe(1);
expect(engineState).toEqual({ value: 'before' });
expect(stateManager.getRevision()).toBe(0);
await lifecycle.stop('done');
await loop;