You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by gi...@git.apache.org on 2017/08/10 21:40:22 UTC

[GitHub] merlimat opened a new issue #635: Intermittent test failures in AdminApiTest.testIncrementPartitionsOfTopic

merlimat opened a new issue #635: Intermittent test failures in AdminApiTest.testIncrementPartitionsOfTopic
URL: https://github.com/apache/incubator-pulsar/issues/635
 
 
   As seen in https://builds.apache.org/job/pulsar-pull-request/org.apache.pulsar$pulsar-broker/59/testReport/junit/org.apache.pulsar.broker.admin/AdminApiTest/testIncrementPartitionsOfTopic/
   
   ```
   java.lang.AssertionError: expected [8] but found [12]
   	at org.apache.pulsar.broker.admin.AdminApiTest.testIncrementPartitionsOfTopic(AdminApiTest.java:1761)
   ```
   
   Apparently, this failure is causing other tests in `AdminApiTests` to fail afterwards:
   
   ```
   org.apache.pulsar.broker.admin.AdminApiTest.testIncrementPartitionsOfTopic
   org.apache.pulsar.broker.admin.AdminApiTest.testIncrementPartitionsOfTopic
   org.apache.pulsar.broker.admin.AdminApiTest.testNamespaceSplitBundle
   org.apache.pulsar.broker.admin.AdminApiTest.testNamespaceUnloadBundle
   org.apache.pulsar.broker.admin.AdminApiTest.testPersistentTopicsExpireMessages
   org.apache.pulsar.broker.admin.AdminApiTest.testPulsarAdminForUriAndUrlEncoding
   org.apache.pulsar.broker.admin.AdminApiTest.testPulsarAdminForUriAndUrlEncoding
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services