tuteng commented on issue #6006: Fix unit test issue in BrokerServiceTest.java
URL: https://github.com/apache/pulsar/pull/6006#issuecomment-590027035
 
 
   Add label release/2.5.1, due error:
   
   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile 
(default-testCompile) on project pulsar-broker: Compilation failure: 
Compilation failure:
   [ERROR] 
/pulsar/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerServiceTest.java:[949,86]
 cannot find symbol
   [ERROR]   symbol:   method get(int)
   [ERROR]   location: interface 
java.util.Collection<org.apache.pulsar.broker.service.Producer>
   [ERROR] 
/pulsar/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerServiceTest.java:[951,24]
 cannot find symbol
   [ERROR]   symbol:   method add(org.apache.pulsar.broker.service.Producer)
   [ERROR]   location: variable producers of type 
java.util.concurrent.ConcurrentHashMap<java.lang.String,org.apache.pulsar.broker.service.Producer>
   [ERROR] -> [Help 1]
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to