zitadel/internal/api/grpc/user/v2beta/integration_test
Stefan Benz fca6b28a97
Some checks are pending
ZITADEL CI/CD / core (push) Waiting to run
ZITADEL CI/CD / console (push) Waiting to run
ZITADEL CI/CD / version (push) Waiting to run
ZITADEL CI/CD / core-integration-test (push) Blocked by required conditions
ZITADEL CI/CD / lint (push) Blocked by required conditions
ZITADEL CI/CD / compile (push) Blocked by required conditions
ZITADEL CI/CD / core-unit-test (push) Blocked by required conditions
ZITADEL CI/CD / container (push) Blocked by required conditions
ZITADEL CI/CD / e2e (push) Blocked by required conditions
ZITADEL CI/CD / release (push) Blocked by required conditions
Code Scanning / CodeQL-Build (go) (push) Waiting to run
Code Scanning / CodeQL-Build (javascript) (push) Waiting to run
chore: correct require usage to assert for eventual consistency (#8795)
# Which Problems Are Solved

Eventual consistency is handled wrongly in the newly improved
integration tests.

# How the Problems Are Solved

Correct the usage of the require package with the assert package where
necessary, to remove the panics where the EventuallyWithT functions can
rerun.

# Additional Changes

Modify the timeout values for some EventuallyWithT which can vary when a
instance is freshly setup.

# Additional Context

None
2024-10-21 19:15:02 +00:00
..
email_test.go chore: improve integration tests (#8727) 2024-10-17 21:20:57 +00:00
otp_test.go fix: add domain as attribute to list user auth methods (#8718) 2024-10-10 16:50:53 +00:00
passkey_test.go fix: add domain as attribute to list user auth methods (#8718) 2024-10-10 16:50:53 +00:00
password_test.go chore: improve integration tests (#8727) 2024-10-17 21:20:57 +00:00
phone_test.go chore: improve integration tests (#8727) 2024-10-17 21:20:57 +00:00
query_test.go chore: correct require usage to assert for eventual consistency (#8795) 2024-10-21 19:15:02 +00:00
totp_test.go fix: add domain as attribute to list user auth methods (#8718) 2024-10-10 16:50:53 +00:00
u2f_test.go fix: add domain as attribute to list user auth methods (#8718) 2024-10-10 16:50:53 +00:00
user_test.go chore: improve integration tests (#8727) 2024-10-17 21:20:57 +00:00