Skip to content

Fix race in gRPC interop test logging #21080

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 22, 2020
Merged

Fix race in gRPC interop test logging #21080

merged 2 commits into from
Apr 22, 2020

Conversation

JunTaoLuo
Copy link
Contributor

After fixing the flakiness issue as discussed offline, I decided to remove it all together. Given that the server logs are already captured via ITestOutputHelper, there's no need for the additional logging logic. These logs are a relic of the time when we only had one server for the entire test suite and wanted a separate server log.

@JunTaoLuo JunTaoLuo requested review from JamesNK and dougbu April 22, 2020 00:35
@dougbu
Copy link
Contributor

dougbu commented Apr 22, 2020

Why aren't the tests marked with [QuarantinedTest]? And, please file an issue to refactor the tests so that [QuarantinedTest] can be usefully applied to something other than (effectively) the whole assembly.

dougbu added a commit that referenced this pull request Apr 22, 2020
- see also #21080 for another recent failure
dougbu added a commit that referenced this pull request Apr 22, 2020
- see also #21080 for another recent failure
@JunTaoLuo
Copy link
Contributor Author

@dougbu I removed the code that was failing so this failure mode can't possibly occur. I think there's no need to add the quarantine attribute.

@BrennanConroy
Copy link
Member

Probably need to rerun the whole thing to pick up the linux arm64 agent change

@JunTaoLuo
Copy link
Contributor Author

I don't see any reason to block this PR on that since the failure is unrelated, so I'm just going to merge as is.

@JunTaoLuo JunTaoLuo merged commit 241dc6b into master Apr 22, 2020
@JunTaoLuo JunTaoLuo deleted the johluo/flaky-interop branch April 22, 2020 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants