lhotari commented on code in PR #23811:
URL: https://github.com/apache/pulsar/pull/23811#discussion_r1906730580
##########
pulsar-functions/instance/src/test/java/org/apache/pulsar/functions/instance/JavaInstanceTest.java:
##########
@@ -309,4 +317,25 @@ public void testAsyncFunctionMaxPendingVoidResult() throws
Exception {
log.info("start:{} end:{} during:{}", startTime, endTime, endTime -
startTime);
instance.close();
}
+
+ @Test
+ public void testAsyncFunctionTime() {
Review Comment:
This test can be removed completely. More context in
https://github.com/apache/pulsar/pull/23811#discussion_r1906727569 . Tests for
this PR should go in different classes.
--
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]