krishvishal opened a new pull request, #3093:
URL: https://github.com/apache/iggy/pull/3093
Follow-up to #3077 and #3079: replace remaining `WaitFor::message_on_stdout`
/ `message_on_stderr` readiness checks with `WaitFor::http(HttpWaitStrategy)`
across connector test fixtures.
- **InfluxDB**: `message_on_stdout("Listening")` - `GET /ping` expecting
`204`
- **Quickwit**: `message_on_stdout("REST server is ready")` - `GET
/health/readyz` expecting `200`
- **MinIO**: `message_on_stderr("API:")` - `GET /minio/health/live`
expecting `200`
MongoDB is the only connector still using log-based waiting, since it
doesn't expose an HTTP interface.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]