phet commented on code in PR #3940:
URL: https://github.com/apache/gobblin/pull/3940#discussion_r1592885709
##########
gobblin-modules/gobblin-kafka-09/src/test/java/org/apache/gobblin/runtime/KafkaAvroJobStatusMonitorTest.java:
##########
@@ -339,7 +339,7 @@ public void
testProcessingRetriedForApparentlyTransientErrors() throws IOExcepti
Config conf = ConfigFactory.empty().withValue(
KafkaJobStatusMonitor.JOB_STATUS_MONITOR_PREFIX + "." +
RETRY_MULTIPLIER,
ConfigValueFactory.fromAnyRef(TimeUnit.MILLISECONDS.toMillis(1L)));
MockKafkaAvroJobStatusMonitor jobStatusMonitor =
createMockKafkaAvroJobStatusMonitor(shouldThrowFakeExceptionInParseJobStatusToggle,
conf,
- new NoopGaaSObservabilityEventProducer());
+ new
org.apache.gobblin.service.monitoring.NoopGaaSJobObservabilityEventProducer());
Review Comment:
why the FQ names, when it was `import`ed above?
--
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]