Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
interop-testing: fix peer extraction issue in soak test iterations
This PR resolves an issue with peer address extraction in the soak test. In current `TestServiceClient` implementation, the same `clientCallCapture` atomic is shared across threads, leading to incorrect peer extraction. This fix ensures that each thread uses a local variable for capturing the client call.
- Loading branch information