You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/04/08 02:56:09 UTC

[GitHub] [pulsar] kezhuw edited a comment on pull request #10165: Add assertions for namespace listener in test cases when zookeeper disconnected

kezhuw edited a comment on pull request #10165:
URL: https://github.com/apache/pulsar/pull/10165#issuecomment-815407721


   Test failures(only assertion failures, more are timeout failures which I omitted):
   * https://github.com/apache/pulsar/pull/10165/checks?check_run_id=2289381399#step:8:526 
   ```shell
   java.lang.AssertionError: expected [16] but found [0]
   	at org.testng.Assert.fail(Assert.java:99)
   	at org.testng.Assert.failNotEquals(Assert.java:1037)
   	at org.testng.Assert.assertEqualsImpl(Assert.java:140)
   	at org.testng.Assert.assertEquals(Assert.java:122)
   	at org.testng.Assert.assertEquals(Assert.java:907)
   	at org.testng.Assert.assertEquals(Assert.java:917)
   	at org.apache.pulsar.broker.transaction.coordinator.TransactionMetaStoreAssignmentTest.testTransactionMetaStoreAssignAndFailover(TransactionMetaStoreAssignmentTest.java:46)
   ```
   * https://github.com/apache/pulsar/pull/10165/checks?check_run_id=2289381872#step:8:143 (#10151)
   ```shell
   java.lang.AssertionError: expected [true] but found [false]
   	at org.testng.Assert.fail(Assert.java:99)
   	at org.testng.Assert.failNotEquals(Assert.java:1037)
   	at org.testng.Assert.assertTrue(Assert.java:45)
   	at org.testng.Assert.assertTrue(Assert.java:55)
   	at org.apache.pulsar.client.api.KeySharedSubscriptionTest.testOrderingWithConsumerListener(KeySharedSubscriptionTest.java:937)
   ```
   * https://github.com/apache/pulsar/pull/10165/checks?check_run_id=2289381872#step:8:1355 (#10150)
   ```shell
   java.lang.AssertionError: expected [0] but found [1]
   	at org.testng.Assert.fail(Assert.java:99)
   	at org.testng.Assert.failNotEquals(Assert.java:1037)
   	at org.testng.Assert.assertEqualsImpl(Assert.java:140)
   	at org.testng.Assert.assertEquals(Assert.java:122)
   	at org.testng.Assert.assertEquals(Assert.java:797)
   	at org.testng.Assert.assertEquals(Assert.java:807)
   	at org.apache.pulsar.broker.service.PersistentTopicE2ETest.testBrokerConnectionStats(PersistentTopicE2ETest.java:1506)
   ```
   * https://github.com/apache/pulsar/pull/10165/checks?check_run_id=2289381872#step:8:1701 (#8512)
   ```shell
   java.lang.AssertionError: expected object to not be null
   	at org.testng.Assert.fail(Assert.java:99)
   	at org.testng.Assert.assertNotNull(Assert.java:942)
   	at org.testng.Assert.assertNotNull(Assert.java:926)
   	at org.apache.pulsar.client.api.KeySharedSubscriptionTest.testContinueDispatchMessagesWhenMessageTTL(KeySharedSubscriptionTest.java:884)
   ```


-- 
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:
users@infra.apache.org