Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.19.0
-
None
-
None
Description
GitHub Action CI jobs fail with several types of errors:
2021-02-06T10:01:33.1192508Z [ERROR] org.apache.drill.exec.server.rest.TestRestJson Time elapsed: 0.024 s <<< ERROR! 2021-02-06T10:01:33.1202149Z java.lang.IllegalStateException: Cluster fixture setup failed 2021-02-06T10:01:33.1211983Z at org.apache.drill.exec.server.rest.TestRestJson.setup(TestRestJson.java:88) 2021-02-06T10:01:33.1272734Z Caused by: java.net.BindException: Address already in use 2021-02-06T10:01:33.1277495Z at org.apache.drill.exec.server.rest.TestRestJson.setup(TestRestJson.java:88)
2021-02-03T05:31:09.2293240Z [ERROR] Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.837 s <<< FAILURE! - in org.apache.drill.exec.util.ExecutorServiceUtilTest 2021-02-03T05:31:09.2305753Z [ERROR] org.apache.drill.exec.util.ExecutorServiceUtilTest.testCancelExecution Time elapsed: 0.25 s <<< FAILURE! 2021-02-03T05:31:09.2323911Z java.lang.AssertionError 2021-02-03T05:31:09.2329693Z at org.apache.drill.exec.util.ExecutorServiceUtilTest.testCancelExecution(ExecutorServiceUtilTest.java:203)
Error occurred in starting fork, check output in log 11360 Error: Process Exit Code: 137 11361 Error: org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called?