Conversation
There was a problem hiding this comment.
Code Review
This pull request adds unnecessary trailing empty lines to the ITBidiStreaming.java test file. The review feedback correctly identifies these as style violations and notes that the current changes do not align with the PR's objective of implementing showcase tests in CI.
|
|
||
|
|
||
|
|
There was a problem hiding this comment.
These trailing empty lines are unnecessary and should be removed to maintain code quality. Additionally, the current changes do not implement the 'running showcase test in CI' task described in the PR title.
References
- According to standard Java coding practices (e.g., Google Java Style Guide), files should end with a single newline character. Multiple trailing empty lines are unnecessary and should be avoided. (link)
|
It hit connection refused error, which makes the integration test stuck. https://source.cloud.google.com/results/invocations/d35376e5-0052-4c8d-a9fc-bc118fcad3ce (Click "Test Fusion" -> "Build Log") |
|
This should have been fixed in #12922 |
Checking the
com.google.showcase.v1beta1.it.ITBidiStreamingtest failure (connection closed) observed in #12906 (comment).