jerrypeng commented on a change in pull request #9413:
URL: https://github.com/apache/pulsar/pull/9413#discussion_r568848175
##########
File path:
pulsar-broker/src/test/java/org/apache/pulsar/functions/worker/PulsarFunctionLocalRunTest.java
##########
@@ -707,13 +726,17 @@ private void testPulsarSourceLocalRun(String
jarFilePathUrl) throws Exception {
}
}
+ @Test(timeOut = 20000, groups = "builtin")
+ public void testPulsarSourceStatsBuiltin() throws Exception {
+ testPulsarSourceLocalRun(String.format("%s://data-generator",
Utils.BUILTIN));
+ }
- @Test
+ @Test(timeOut = 20000)
Review comment:
The individual timeout is in place so we don't just block for 1.5-2 hour
which is the absolute test timeout and consume resources for that time.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]