Skip to content

Use GracefulStop() instead of Stop()

This MR aims to eliminate test flakiness by using server.GracefulStop() instead of server.Stop() as the former will wait for any existing requests to complete before stopping.

Related internal/command/uploadarchive/uploadarchive_te... (#671)

Edited by Ash McKenzie

Merge request reports