mirror of https://github.com/grpc/grpc.git
[PSM Interop] Fix the issue with URL Map test suite not cleaning up failed test client (#32877)
`tearDownClass` is not executed when `setUpClass` failed. In URL Map test suite, this leads to a test client that failed to start not being cleaned up. This PR change the URL Map test suite to register a custom `addClassCleanup` callback, instead of relying on the `tearDownClass`. Unlike `tearDownClass`, cleanup callbacks are executed when the `setUpClass` failed. ref b/276761453pull/32907/head
parent
c515eba30b
commit
4cb69f4658
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue