mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-26 00:26:28 +00:00
# Which Problems Are Solved While reviewing #9954, i noticed eventual consistency issues in the session integration tests. All creation and change dates as well as checked_at were tested using a `window` duration, typically one minute from `time.Now()`. If some precondition took longer, they would all fail. # How the Problems Are Solved Changed the tests to use the information returned by the creation / set session calls and make sure they're in those timeframes. Added a clock skew for the factor checks, since there's an inconsistency in the event payload and event date: #10791 # Additional Changes None # Additional Context - noted in #9954 - requires backport to v4.x