mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 11:58:02 +00:00
4413efd82c
# Which Problems Are Solved Integration tests are flaky due to eventual consistency. # How the Problems Are Solved Remove t.Parallel so that less concurrent requests on multiple instance happen. This allows the projections to catch up more easily. # Additional Changes - none # Additional Context - none |
||
---|---|---|
.. | ||
integration_test | ||
email.go | ||
idp_link.go | ||
otp.go | ||
passkey_test.go | ||
passkey.go | ||
password_test.go | ||
password.go | ||
phone.go | ||
query.go | ||
server.go | ||
totp_test.go | ||
totp.go | ||
u2f_test.go | ||
u2f.go | ||
user_test.go | ||
user.go |