mjsax commented on pull request #9940:
URL: https://github.com/apache/kafka/pull/9940#issuecomment-764070908


   All three runs failed with different errors:
   
   JDK8:
   ```
   
kafka.network.ConnectionQuotasTest.testListenerConnectionRateLimitWhenActualRateAboveLimit()
   java.util.concurrent.ExecutionException: 
org.opentest4j.AssertionFailedError: Expected rate (30 +- 7), but got 
37.320395596193315 (600 connections / 16.077 sec) ==> expected: <30.0> but was: 
<37.320395596193315>
   ```
   
   JDK11:
   ```
   kafka.admin.FeatureCommandTest.testDescribeFeaturesSuccess()
   org.opentest4j.AssertionFailedError: expected: <Feature: feature_1   
SupportedMinVersion: 1  SupportedMaxVersion: 3  FinalizedMinVersionLevel: 1     
FinalizedMaxVersionLevel: 3     Epoch: 1
   Feature: feature_2   SupportedMinVersion: 1  SupportedMaxVersion: 5  
FinalizedMinVersionLevel: 1     FinalizedMaxVersionLevel: 5     Epoch: 1
   > but was: <Feature: feature_1       SupportedMinVersion: 1  
SupportedMaxVersion: 3  FinalizedMinVersionLevel: -     
FinalizedMaxVersionLevel: -     Epoch: 0
   Feature: feature_2   SupportedMinVersion: 1  SupportedMaxVersion: 5  
FinalizedMinVersionLevel: -     FinalizedMaxVersionLevel: -     Epoch: 0
   >
   ```
   
   JDK15:
   ```
   kafka.api.CustomQuotaCallbackTest.testCustomQuotaCallback()
   org.opentest4j.AssertionFailedError: Partition [group1_largeTopic,5] 
metadata not propagated after 15000 ms
   
   // and
   
   kafka.api.CustomQuotaCallbackTest.testCustomQuotaCallback()
   org.opentest4j.AssertionFailedError: Partition [group1_largeTopic,5] 
metadata not propagated after 15000 ms
   ```


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


Reply via email to