Skip to content

Commit cc1cd74

Browse files
BykhovDenishaiodo
authored andcommitted
Try to fix tests
Signed-off-by: Denis Bykhov <[email protected]>
1 parent 0be811a commit cc1cd74

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

dev/docker-compose.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ services:
197197
- mongodb
198198
- minio
199199
- stats
200+
depends_on:
201+
redpanda:
202+
condition: service_started
200203
volumes:
201204
- ./branding.json:/var/cfg/branding.json
202205
environment:
@@ -222,6 +225,9 @@ services:
222225
- cockroach
223226
- minio
224227
- stats
228+
depends_on:
229+
redpanda:
230+
condition: service_started
225231
volumes:
226232
- ./branding.json:/var/cfg/branding.json
227233
environment:
@@ -308,6 +314,9 @@ services:
308314
- stats
309315
ports:
310316
- 3333:3333
317+
depends_on:
318+
redpanda:
319+
condition: service_started
311320
volumes:
312321
- ./branding.json:/var/cfg/branding.json
313322
environment:
@@ -341,6 +350,9 @@ services:
341350
- minio
342351
- account
343352
- stats
353+
depends_on:
354+
redpanda:
355+
condition: service_started
344356
ports:
345357
- 3332:3332
346358
volumes:

tests/docker-compose.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ services:
137137
- cockroach
138138
- minio
139139
- redpanda
140+
depends_on:
141+
redpanda:
142+
condition: service_started
140143
volumes:
141144
- ./branding-test.json:/var/cfg/branding.json
142145
environment:
@@ -186,6 +189,9 @@ services:
186189
transactor:
187190
image: hardcoreeng/transactor
188191
pull_policy: never
192+
depends_on:
193+
redpanda:
194+
condition: service_started
189195
links:
190196
- mongodb
191197
- elastic
@@ -245,6 +251,9 @@ services:
245251
fulltext:
246252
image: hardcoreeng/fulltext
247253
restart: unless-stopped
254+
depends_on:
255+
redpanda:
256+
condition: service_started
248257
links:
249258
- elastic
250259
- mongodb

0 commit comments

Comments
 (0)