Skip to content

Wait for server startup to avoid 599

username-removed-652965 requested to merge ab5tract/uzu:master into master

This patch avoids a race condition while testing whereby our request would fire previously to the server actually starting.

With this approach we should have guarantees that our server is up and running before the Proc::Async passes back to the callsite.

Also, kill the server after we run the tests.

Merge request reports