zitadel/internal/api/grpc/resources/action/v3alpha
Tim Möhlmann 4413efd82c
chore: remove parallel running in integration tests (#8904)
# 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
2024-11-27 15:32:13 +01:00
..
integration_test chore: remove parallel running in integration tests (#8904) 2024-11-27 15:32:13 +01: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