damccorm commented on PR #33555: URL: https://github.com/apache/beam/pull/33555#issuecomment-2587688306
> Failures so far: > > * Spotless/RAT - caused by me checking in the test `tempLib` folder without licenses/formatting. Not a problem. > * https://github.com/apache/beam/actions/runs/12716051163/job/35535535369?pr=33555 - `:sdks:java:io:mqtt:test` is failing persistently. This is happening on master as well, so likely unrelated to this PR. > * https://github.com/apache/beam/actions/runs/12716051197/job/35535569874?pr=33555 - `:runners:google-cloud-dataflow-java:worker:compileTestJava` is failing persistently. The error is clearly caused by this PR: > > ``` > /runner/_work/beam/beam/runners/google-cloud-dataflow-java/worker/src/test/java/org/apache/beam/runners/dataflow/worker/windmill/client/grpc/stubs/IsolationChannelTest.java:45: error: cannot find symbol > Iteration 1: > import org.apache.beam.vendor.grpc.v1p69p0.io.grpc.internal.NoopClientCall; > ^ > symbol: class NoopClientCall > location: package org.apache.beam.vendor.grpc.v1p69p0.io.grpc.internal > ``` Addressed the one real issue with https://github.com/apache/beam/pull/33555/commits/2d8cc119c437f322396495f92aa9749659924e7d -- 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]
