Commit 29823eb
authored
Fix ibm_ace flake by gating ACE on MQ healthcheck (DataDog#23835)
* Gate ibm-ace on ibm-ace-mq health so tests don't race the MQ listener
The ibm-ace container's depends_on only ensured ibm-ace-mq had started,
not that QM1's listener was accepting connections, so the ACE server
intermittently failed to connect with MQRC=2538.
Add a chkmqready healthcheck to ibm-ace-mq and switch ibm-ace's
depends_on to the long form with condition: service_healthy.
* Retrigger CI1 parent c02cf1c commit 29823eb
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments