This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 828a8c0  fix name space (#1609)
828a8c0 is described below

commit 828a8c0752be4b94e17f8d63405b5c410aa35432
Author: Jia Zhai <zhaiji...@gmail.com>
AuthorDate: Wed Apr 18 11:25:59 2018 -0700

    fix name space (#1609)
---
 .../test/java/org/apache/pulsar/broker/service/BrokerServiceTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerServiceTest.java
 
b/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerServiceTest.java
index 26aa09a..ee836c3 100644
--- 
a/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerServiceTest.java
+++ 
b/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerServiceTest.java
@@ -694,7 +694,7 @@ public class BrokerServiceTest extends BrokerTestBase {
      */
     @Test
     public void testLookupThrottlingForClientByClient() throws Exception {
-        final String topicName = "persistent://prop/my-ns/newTopic";
+        final String topicName = "persistent://prop/ns-abc/newTopic";
 
         String lookupUrl = new URI("pulsar://localhost:" + 
BROKER_PORT).toString();
         PulsarClient pulsarClient = 
PulsarClient.builder().serviceUrl(lookupUrl).statsInterval(0, TimeUnit.SECONDS)

-- 
To stop receiving notification emails like this one, please contact
mme...@apache.org.

Reply via email to