paul-rogers commented on pull request #12115: URL: https://github.com/apache/druid/pull/12115#issuecomment-1008471046
There are failures in the build, but the same tests pass just fine on my Mac. From the build: ```text [ERROR] testMoveSegment(org.apache.druid.server.coordinator.CuratorDruidCoordinatorTest) Time elapsed: 60.016 s <<< ERROR! org.junit.runners.model.TestTimedOutException: test timed out after 60 seconds ... [ERROR] testMoveSegment(org.apache.druid.server.coordinator.CuratorDruidCoordinatorTest) Time elapsed: 60.016 s <<< ERROR! java.lang.Exception: Appears to be stuck in thread NIOServerCxnFactory.SelectorThread-0 ... ``` When run on the Mac: ```text [INFO] Running org.apache.druid.server.coordinator.CuratorDruidCoordinatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.402 s - in org.apache.druid.server.coordinator.CuratorDruidCoordinatorTest ``` And, from the build: ```text [ERROR] testWithoutCache(org.apache.druid.segment.realtime.firehose.SqlFirehoseFactoryTest) Time elapsed: 0.602 s <<< ERROR! java.lang.RuntimeException: java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.NullPointerException: Cannot invoke "org.apache.druid.data.input.impl.prefetch.ObjectOpenFunction.open(Object, java.io.File)" because "this.openObjectFunction" is null ``` When run on the Mac: ```text [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.986 s - in org.apache.druid.segment.realtime.firehose.SqlFirehoseFactoryTest ``` Any suggestions about how to resolve a test that works locally but fails when run on GitHub? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
