Hello all,

I recently noticed that we are not running quite a few of our
integration tests.  Some integration tests are skipped because they
are not added to this TestNG test suite file:

https://github.com/apache/pulsar/blob/master/tests/integration/src/test/resources/pulsar.xml

Here is a incomplete list of the tests are that skipped:

```

org.apache.pulsar.tests.integration.schema.SchemaTest.pulsar-test-suite
org.apache.pulsar.tests.integration.cli.SchemaUpdateStrategyTest.pulsar-test-suite
org.apache.pulsar.tests.integration.cli.SchemaUpdateStrategyTest.pulsar-test-suite
org.apache.pulsar.tests.integration.cli.SchemaUpdateStrategyTest.pulsar-test-suite
org.apache.pulsar.tests.integration.cli.SchemaUpdateStrategyTest.pulsar-test-suite
org.apache.pulsar.tests.integration.cli.SchemaUpdateStrategyTest.pulsar-test-suite
org.apache.pulsar.tests.integration.cli.SchemaUpdateStrategyTest.pulsar-test-suite
org.apache.pulsar.tests.integration.functions.FunctionsCLITest.pulsar-test-suite
org.apache.pulsar.tests.integration.messaging.NonPersistentTopicMessagingTest.pulsar-test-suite
org.apache.pulsar.tests.integration.messaging.NonPersistentTopicMessagingTest.pulsar-test-suite
org.apache.pulsar.tests.integration.messaging.NonPersistentTopicMessagingTest.pulsar-test-suite
org.apache.pulsar.tests.integration.messaging.NonPersistentTopicMessagingTest.pulsar-test-suite
org.apache.pulsar.tests.integration.messaging.NonPersistentTopicMessagingTest.pulsar-test-suite
org.apache.pulsar.tests.integration.messaging.NonPersistentTopicMessagingTest.pulsar-test-suite
org.apache.pulsar.tests.integration.messaging.NonPersistentTopicMessagingTest.pulsar-test-suite
org.apache.pulsar.tests.integration.messaging.NonPersistentTopicMessagingTest.pulsar-test-suite
org.apache.pulsar.tests.integration.messaging.PersistentTopicMessagingTest.pulsar-test-suite
org.apache.pulsar.tests.integration.messaging.PersistentTopicMessagingTest.pulsar-test-suite
org.apache.pulsar.tests.integration.messaging.PersistentTopicMessagingTest.pulsar-test-suite
org.apache.pulsar.tests.integration.messaging.PersistentTopicMessagingTest.pulsar-test-suite
org.apache.pulsar.tests.integration.messaging.PersistentTopicMessagingTest.pulsar-test-suite
org.apache.pulsar.tests.integration.messaging.PersistentTopicMessagingTest.pulsar-test-suite
org.apache.pulsar.tests.integration.messaging.PersistentTopicMessagingTest.pulsar-test-suite
org.apache.pulsar.tests.integration.messaging.PersistentTopicMessagingTest.pulsar-test-suite
```

If you wrote the test, please add the test to the TestNG test suite
file so that it will actually be executed.  Many of these tests are
also broken, so please help fix these tests.

Best,

Jerry

Reply via email to