From 090fb4bbefa99e70b3679b99392d8b06f4836530 Mon Sep 17 00:00:00 2001 From: Kerkesni Date: Tue, 14 Jan 2025 16:02:32 +0100 Subject: [PATCH] fixup! deploy metadata in a separate e2e test suite --- .github/workflows/tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index b6a4189c0..71de0603a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -257,11 +257,10 @@ jobs: docker exec e2e-kafka-1 /opt/kafka_2.11-0.10.1.0/bin/zookeeper-shell.sh localhost:2181 create /backbeat/replication-populator/raft-id-dispatcher/owners "" docker exec e2e-kafka-1 /opt/kafka_2.11-0.10.1.0/bin/zookeeper-shell.sh localhost:2181 create /backbeat/replication-populator/raft-id-dispatcher/leaders "" docker exec e2e-kafka-1 /opt/kafka_2.11-0.10.1.0/bin/zookeeper-shell.sh localhost:2181 create /backbeat/replication-populator/raft-id-dispatcher/provisions "" - # provision raft ids, we configure 4 raft sessions in metadata config + # provision raft ids, we configure 3 raft sessions in metadata config (see .github/dockerfiles/e2e/metadata-config.json) docker exec e2e-kafka-1 /opt/kafka_2.11-0.10.1.0/bin/zookeeper-shell.sh localhost:2181 create /backbeat/replication-populator/raft-id-dispatcher/provisions/0 "" docker exec e2e-kafka-1 /opt/kafka_2.11-0.10.1.0/bin/zookeeper-shell.sh localhost:2181 create /backbeat/replication-populator/raft-id-dispatcher/provisions/1 "" docker exec e2e-kafka-1 /opt/kafka_2.11-0.10.1.0/bin/zookeeper-shell.sh localhost:2181 create /backbeat/replication-populator/raft-id-dispatcher/provisions/2 "" - docker exec e2e-kafka-1 /opt/kafka_2.11-0.10.1.0/bin/zookeeper-shell.sh localhost:2181 create /backbeat/replication-populator/raft-id-dispatcher/provisions/3 "" if: ${{ matrix.profile == 's3c' }} - name: Run E2E tests env: