Abacn commented on PR #30765:
URL: https://github.com/apache/beam/pull/30765#issuecomment-2032128361

   @m-trieu if you download "JUnit Test Results" in 
https://github.com/apache/beam/actions/runs/8519333281?pr=30765, and check 
runners/google-cloud-dataflow-java/, it is missing worker/ folder which means 
`:runners:google-cloud-dataflow-java:worker:test` is stuck. Consider add a per 
test timeout in 
runners/google-cloud-dataflow-java/worker/src/test/java/org/apache/beam/runners/dataflow/worker/windmill/client/grpc/stubs/ChannelCacheTest.java
 ? 
   
   ```
   @Rule public transient Timeout globalTimeout = Timeout.seconds(600);
   ```
   
   Also I see this statement was moved around in 
StreamingEngineClientTest.java, EvenGetWorkBudgetDistributorTest.java, 
EvenGetWorkBudgetDistributorTest.java. Revert these no-op change to make diff 
cleaner?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to