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 974cb78  Fixed intermittent test 
BrokerServiceThrottlingTest.testLookupThrottl… (#1598)
974cb78 is described below

commit 974cb78e84c4d4536a5b03a004a541e509cd9d07
Author: Matteo Merli <mme...@apache.org>
AuthorDate: Wed Apr 18 13:03:43 2018 -0700

    Fixed intermittent test BrokerServiceThrottlingTest.testLookupThrottl… 
(#1598)
    
    * Fixed intermittent test 
BrokerServiceThrottlingTest.testLookupThrottlingForClientByBrokerInternalRetry
    
    * more topic name fixes
---
 .../apache/pulsar/broker/service/BrokerServiceThrottlingTest.java   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerServiceThrottlingTest.java
 
b/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerServiceThrottlingTest.java
index d476abe..8a2bb1c 100644
--- 
a/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerServiceThrottlingTest.java
+++ 
b/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerServiceThrottlingTest.java
@@ -89,7 +89,7 @@ public class BrokerServiceThrottlingTest extends 
BrokerTestBase {
     @Test
     public void testLookupThrottlingForClientByBroker0Permit() throws 
Exception {
 
-        final String topicName = "persistent://prop/usw/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)
@@ -130,7 +130,7 @@ public class BrokerServiceThrottlingTest extends 
BrokerTestBase {
      */
     @Test
     public void testLookupThrottlingForClientByBroker() throws Exception {
-        final String topicName = "persistent://prop/usw/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)
@@ -192,7 +192,7 @@ public class BrokerServiceThrottlingTest extends 
BrokerTestBase {
     @Test
     public void testLookupThrottlingForClientByBrokerInternalRetry() throws 
Exception {
 
-        final String topicName = "persistent://prop/usw/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