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 2018/10/25 18:43:54 UTC

[GitHub] rdhabalia commented on a change in pull request #2836: Fix: schema init for topic-name with special char

rdhabalia commented on a change in pull request #2836: Fix: schema init for topic-name with special char
URL: https://github.com/apache/pulsar/pull/2836#discussion_r228291196
 
 

 ##########
 File path: pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerBkEnsemblesTests.java
 ##########
 @@ -340,5 +340,32 @@ public void testSkipCorruptDataLedger() throws Exception {
         client.close();
     }
 
+    @Test
+    public void testTopicWithWildCardChar() throws Exception {
+        PulsarClient client = PulsarClient.builder().serviceUrl(adminUrl.toString()).statsInterval(0, TimeUnit.SECONDS)
+                .build();
+
+        final String ns1 = "prop/usc/topicWithSpecialChar";
+        try {
 
 Review comment:
   yes, it doesn't need but in one of the previous failure log, I saw error-message that "namespace already exist" so, I just added to fix it. However, issue seems something else where threads are stuck because bookkeeper ensemble is not up. and it's kind of weird because this test works fine locally. will look into it.

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