dlg99 commented on pull request #3440: URL: https://github.com/apache/storm/pull/3440#issuecomment-1033239814
Travis build is failing for unrelated reasons. I built and tested as: ``` mvn clean install -DskipTests -P '!examples,!externals' cd external/storm-pulsar/ mvn clean install ... [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.pulsar.storm.PulsarSpoutIntegrationTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 71.711 s - in org.apache.pulsar.storm.PulsarSpoutIntegrationTest [INFO] Running org.apache.pulsar.storm.PulsarSpoutTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.apache.pulsar.storm.PulsarSpoutTest [INFO] Running org.apache.pulsar.storm.PulsarBoltIntegrationTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.811 s - in org.apache.pulsar.storm.PulsarBoltIntegrationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ ``` -- 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. To unsubscribe, e-mail: dev-unsubscr...@storm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org