mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 00:16:59 +00:00
The pre-check in SQLiteEventStore.insertEvent rejects events whose expiration is <= TimeUtils.now(). With expiration = time + 1, the wall clock can tick past time + 1 between sampling `time` and the insert call, intermittently failing testDeletingExpiredEvents. https://claude.ai/code/session_01GoqXtcFnwgyjBict1EURyA