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/04/18 04:38:08 UTC

[GitHub] zhaijack opened a new pull request #1609: Fix fail in BrokerServiceTest#testLookupThrottlingForClientByClient

zhaijack opened a new pull request #1609: Fix fail in BrokerServiceTest#testLookupThrottlingForClientByClient
URL: https://github.com/apache/incubator-pulsar/pull/1609
 
 
   Test fail with error: 
   ```
   [pulsar-io-14-1:org.apache.pulsar.broker.service.ServerCnx@363] WARN  org.apache.pulsar.broker.service.ServerCnx - Failed to get Partitioned Metadata [/127.0.0.1:49717] persistent://prop/  my-ns/newTopic: Policies not found for prop/my-ns namespace
    org.apache.pulsar.broker.web.RestException: Policies not found for prop/my-ns namespace
        at org.apache.pulsar.broker.web.PulsarWebResource.lambda$4(PulsarWebResource.java:600) ~[classes/:?]
   ```
   It is because we only create `prop/ns-abc` by default in `BrokerTestBase`, and `prop/ns-abc` was not there.
   

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