Commit 94ce471
Fix async test: wait for metrics service (port 8070) before running tests
The second E2E suite tests http://localhost:8070/v1/metrics but the
Makefile only waited for keycloak (8080) and registry (8081). Metrics
starts after both kafka and registry are healthy, so it may not be
ready by the time Karate reaches that test. Add wait_for_port.sh 8070
to ensure the metrics service is accepting connections first.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 5d4f09d commit 94ce471
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments