michaeljmarshall commented on pull request #8796: URL: https://github.com/apache/pulsar/pull/8796#issuecomment-742237886
Of the 14 failed checks, there are 3 unique errors being logged. The first two seem like symptoms of an earlier failures. Here are the stages being run, and the errors output: `run integration tests` -> `Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project integration: There are test failures.` `build pulsar image` -> `Failed to execute goal com.spotify:dockerfile-maven-plugin:1.4.13:build (default) on project pulsar-docker-image: Execution default of goal com.spotify:dockerfile-maven-plugin:1.4.13:build failed: Could not acquire image ID or digest following build -> [Help 1]` `run unit test 'OTHER'` -> `Error: TestOpenAndWriteSink(org.apache.pulsar.io.rabbitmq.sink.RabbitMQSinkTest) Time elapsed: 0.01 s <<< FAILURE! java.net.ConnectException: Connection refused (Connection refused)` @sijie - any chance that the `run unit test 'OTHER'` failure is related to a flaky test? If not, perhaps something I changed is affecting that test. ---------------------------------------------------------------- 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]
