rudy2steiner commented on pull request #7786:
URL: https://github.com/apache/pulsar/pull/7786#issuecomment-674414727


   I try to run the same unit test command on local
   ```
   ./build/retry.sh mvn -B -ntp test -pl pulsar-broker 
-Dinclude='org/apache/pulsar/broker/**/*.java' 
-Dexclude='org/apache/pulsar/broker/zookeeper/**/*.java,org/apache/pulsar/broker/loadbalance/**/*.java,org/apache/pulsar/broker/service/**/*.java,**/AdminApiOffloadTest.java'
   ```
   without any failed test case.
   But online test failed after retry 3 times and each time failed with 
different test cases:
   ```
   [ERROR] Failures: 
   [ERROR] 
org.apache.pulsar.broker.transaction.coordinator.TransactionMetaStoreAssignmentTest.testTransactionMetaStoreAssignAndFailover(org.apache.pulsar.broker.transaction.coordinator.TransactionMetaStoreAssignmentTest)
   [INFO]   Run 1: PASS
   [ERROR]   Run 2: 
TransactionMetaStoreAssignmentTest.testTransactionMetaStoreAssignAndFailover:45 
expected [16] but found [0]
   [INFO] 
   [INFO]
   -----------
   [ERROR] Failures: 
   [ERROR] 
org.apache.pulsar.broker.admin.IncrementPartitionsTest.testIncrementPartitionsWithNoSubscriptions(org.apache.pulsar.broker.admin.IncrementPartitionsTest)
   [INFO]   Run 1: PASS
   [ERROR]   Run 2: 
IncrementPartitionsTest.testIncrementPartitionsWithNoSubscriptions:130 expected 
[20] but found [10]
   [INFO] 
   [ERROR]   TransactionProduceTest.setup ? PulsarAdmin 
java.util.concurrent.CompletionExce...
   [INFO] 
   [ERROR] Tests run: 417, Failures: 2, Errors: 0, Skipped: 2
   
   -----
   [ERROR] Failures: 
   [ERROR] 
org.apache.pulsar.broker.admin.IncrementPartitionsTest.testIncrementPartitionsWithNoSubscriptions(org.apache.pulsar.broker.admin.IncrementPartitionsTest)
   [INFO]   Run 1: PASS
   [ERROR]   Run 2: 
IncrementPartitionsTest.testIncrementPartitionsWithNoSubscriptions:127 expected 
[10] but found [2]
   [INFO] 
   [ERROR] 
org.apache.pulsar.broker.admin.MaxUnackedMessagesTest.testMaxUnackedMessagesOnSubscriptionApi(org.apache.pulsar.broker.admin.MaxUnackedMessagesTest)
   [INFO]   Run 1: PASS
   [ERROR]   Run 2: 
MaxUnackedMessagesTest.testMaxUnackedMessagesOnSubscriptionApi ? ServerSideError
   [INFO] 
   [ERROR] 
org.apache.pulsar.broker.transaction.coordinator.TransactionMetaStoreAssignmentTest.testTransactionMetaStoreAssignAndFailover(org.apache.pulsar.broker.transaction.coordinator.TransactionMetaStoreAssignmentTest)
   [INFO]   Run 1: PASS
   [ERROR]   Run 2: 
TransactionMetaStoreAssignmentTest.testTransactionMetaStoreAssignAndFailover:45 
expected [16] but found [0]
   [INFO] 
   [INFO] 
   [ERROR] Tests run: 415, Failures: 3, Errors: 0, Skipped: 0
   ``` 
   
   
   


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