Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server: Change test tenant server shutdown.
When starting tenant server in tests, the tenant server was stopped by propagating stopper signal from main server to tenant test server. Unfortunately, this could result in stuck or slow test shutdown since closers in stopper run as the very last thing. Use main test server `WithCancelOnQuiesce` to propagate stop signal to the tenant test server. Release Notes: None
- Loading branch information