8a349d0f2e
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