stable

Clone or download

Read-only

chore: Drop Redis dependency from the REST, integration and E2E tests setup

It was only used to manage the async queue during the tests. The async queue is now handled by the DB. Part of request #37566: Support the async event queue using the DB instead of Redis Change-Id: Ibaf99fce3bda5bc89ae7eb5970b6327d28803e6c

Modified Files

Name
M tests/e2e/compose.yaml +0 −7 Go to diff View file
M tests/integration/bin/setup.sh +0 −5 Go to diff View file
M tests/integration/docker-compose.yml +0 −3 Go to diff View file
M tests/rest/bin/setup.sh +0 −5 Go to diff View file
M tests/rest/docker-compose.yml +0 −2 Go to diff View file