Skip to content

testing: fix GrpcCleanupRule issue when retrying tests#8918

Merged
dapengzhang0 merged 2 commits intogrpc:masterfrom
laurentgo:laurentgo/grpc-cleaner-rule-fix
Feb 15, 2022
Merged

testing: fix GrpcCleanupRule issue when retrying tests#8918
dapengzhang0 merged 2 commits intogrpc:masterfrom
laurentgo:laurentgo/grpc-cleaner-rule-fix

Conversation

@laurentgo
Copy link
Copy Markdown
Contributor

Fix an issue in GrpcCleanupRule when tests are retried and the
teardown() method is invoked multiple times, causing Stopwatch instance
to throw an IllegalStateException.

fixes #8917.

Fix an issue in GrpcCleanupRule when tests are retried and the
teardown() method is invoked multiple times, causing Stopwatch instance
to throw an IllegalStateException.

fixes grpc#8917.
@linux-foundation-easycla
Copy link
Copy Markdown

linux-foundation-easycla Bot commented Feb 14, 2022

CLA Signed

The committers are authorized under a signed CLA.

Comment thread testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java
@ejona86 ejona86 added the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label Feb 15, 2022
@grpc-kokoro grpc-kokoro removed the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label Feb 15, 2022
Comment thread testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java
@dapengzhang0 dapengzhang0 merged commit bfb970c into grpc:master Feb 15, 2022
@dapengzhang0
Copy link
Copy Markdown
Contributor

Thank you @laurentgo

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators May 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GrpcCleanupRule errors out when retrying tests

4 participants