m-trieu commented on code in PR #31133:
URL: https://github.com/apache/beam/pull/31133#discussion_r1595912396
##########
runners/google-cloud-dataflow-java/worker/src/test/java/org/apache/beam/runners/dataflow/worker/StreamingDataflowWorkerTest.java:
##########
@@ -797,9 +806,30 @@ private StreamingDataflowWorker makeWorker(
Supplier<Instant> clock,
Function<String, ScheduledExecutorService> executorSupplier,
int localRetryTimeoutMs) {
+ return makeWorker(
+ ImmutableMap.of(),
+ instructions,
+ options,
+ publishCounters,
+ clock,
+ executorSupplier,
+ localRetryTimeoutMs);
+ }
+
+ private StreamingDataflowWorker makeWorker(
Review Comment:
done used a builder with some test parameters
--
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]