Files
appwrite/tests/e2e/Services
Chirag Aggarwal 6dba407aed test: add E2E test for email/password session cache race condition
Adds testEmailPasswordSessionNotCorruptedByConcurrentRequests which
reproduces the cross-worker Redis cache race that caused 401s after
login. The test fires a login request, waits for it to reach the cache
purge point, then injects concurrent GET /v1/account requests that
re-cache a stale user document. Verifies the new session is immediately
usable.

Fails against the old ordering (purge before create), passes with the
fix (create before purge).
2026-04-08 10:10:16 +05:30
..
2026-02-25 16:08:40 +05:30
2026-02-25 16:08:40 +05:30
2026-02-25 16:08:40 +05:30
2026-04-01 23:01:11 +05:30
2026-01-01 09:54:13 +00:00
2026-04-07 13:30:35 +02:00
2026-03-18 16:12:47 +01:00
2026-03-18 16:12:47 +01:00
2026-02-25 16:08:40 +05:30
2026-03-17 13:52:50 +01:00