zitadel/internal/api/grpc/resources/action/v3alpha
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
..
integration_test chore: correct require usage to assert for eventual consistency (#8795) 2024-10-21 19:15:02 +00:00
execution.go fix(actions-v3): check feature flag on list methods (#8595) 2024-09-11 09:43:44 +00:00
query.go feat(v3alpha): read actions (#8357) 2024-08-12 22:32:01 +02:00
server.go feat(v3alpha): read actions (#8357) 2024-08-12 22:32:01 +02:00
target_test.go feat(v3alpha): write actions (#8225) 2024-07-31 14:42:12 +02:00
target.go feat(v3alpha): read actions (#8357) 2024-08-12 22:32:01 +02:00