Skip to content

refactor: use healthcheck path during test ping

feistel requested to merge feistel/gitlab-pages:refactor/test-ping into master

What does this MR do?

We always send a ping request when setting up Pages during acceptance test to wait for the server to start.

This MR refactors the method to use the status path, avoiding side effects (ratelimit count, domain resolution, domain caching, etc.)

Blocked by fix: serve 404 if ctx is canceled while resolvi... (!796 - merged)

TODO

Edited by feistel

Merge request reports