Skip to content

Draft: test: replace httpListener with socket listener

feistel requested to merge feistel/gitlab-pages:feat/test-socket-spec into master

What does this MR do?

Replace httpListener with socket listener in tests.

This is especially useful because the socket is created in a test-scoped temp directory which means tests can be run in parallel and things like #692 cannot happen.

TODO

Edited by feistel

Merge request reports