Skip to content

Add healthcheck polling for mock server container

Andrejs Cunskis requested to merge andrey-mock-server-retry into master

What does this MR do and why?

Adds a healthcheck for mock server startup and uses built in retry if mock server is unhealthy.

This is related to occasional test failures where mock server would be started but would respond with 500 status code to all requests due to some internal ssl issue.

Related to: gitlab#412601 (closed)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports