Conversation
|
[gapic-generator-java-root] Kudos, SonarCloud Quality Gate passed!
|
|
Huh.. Seems like we're seeing a |
|
@burkedavison @blakeli0 Adding parallel tests back for showcase re-introduced a flaky test (SonarCloud failed with the exception). Perhaps we can reduce the |
Do we know if it's our client or the Showcase server that is having trouble with the parallel tests? If it's the server, I'd suggest a ticket in the gapic-showcase repo and keeping our tests sequential for now. If it's our client, it'd be nice to have a better understanding of the issue. |
I haven't been able to do a deep dive so I can't say this is the problem for sure, but I'm fairly certain it's a limitation from the server. The flaky test issues started to appear after adding a bunch of the unary deadline showcase tests which spammed the server with a ton of requests in a short amount of time. The past few weeks have been stable for the showcase tests and I think having sequential tests helped. I've talked to Noah about this and he's mentioned that this may be a limitation of the server as it was never built for performance and was never tested to handle lots of requests. |








Thank you for opening a Pull Request! For general contributing guidelines, please refer to contributing guide
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Following up on the conversation at: #1669 (comment)
Seen a lot more stability with the showcase tests and I think we can re-enable them.