zplinuxlover opened a new pull request #6758: change test case code 
org.apache.pulsar.io.PulsarFunctionE2ETest#testFunctionAutomaticSubCleanup
URL: https://github.com/apache/pulsar/pull/6758
 
 
   in testcase 
org.apache.pulsar.io.PulsarFunctionE2ETest#testFunctionAutomaticSubCleanup,
   1.  there is one test checkpoint, we should not check 
`admin.functions().getFunction(tenant, namespacePortion, 
functionName).getCleanupSubscription()`, 
   we shold check `admin.functions().getFunction(tenant, namespacePortion, 
functionName)` is not null, 
   and `admin.functions().getFunction(tenant, namespacePortion, 
functionName).getCleanupSubscription()` should not be null
   
   2. we should not check `Parallelism`, because the code here is 1 instead of 2

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to