snazy opened a new issue #2475:
URL: https://github.com/apache/iceberg/issues/2475


   From the CI run below, it might be that the JDK8 test runs has issues when 
the tasks `:iceberg-hive3:test` and `:iceberg-mr:test` run in parallel. Only 
JDK8 Gradle runs do include `:iceberg-hive3`, which explains why only the JDK8 
CI test runs are affected (seen only the JDK8 test runs timing out).
   
   I don't know about the inner workings of both project tests, but I suspect 
those two projects somehow interfere with each other.
   
   If it's just those two test tasks, it might help to add a 
`mustRunAfter(':iceberg-mr:test')` to `:iceberg-hive3:test`.
   
   [Example 
failuter](https://github.com/apache/iceberg/pull/2450/checks?check_run_id=2335040662)
   From the [raw 
log](https://pipelines.actions.githubusercontent.com/aep6esCMku3CvU43ZNtyjk8wsCZTONMFPo274492W2mxr3EUmN/_apis/pipelines/1/runs/8135/signedlogcontent/5?urlExpires=2021-04-14T07%3A11%3A28.2210078Z&urlSigningMethod=HMACV1&urlSignature=fsG4gTD4g8cfObkeHFeoyh6r9re9eWy3RnbavenSdyM%3D):
   ```
   2021-04-13T15:46:50.1563347Z Starting a Gradle Daemon (subsequent builds 
will be faster)
   ...
   2021-04-13T15:51:44.2558196Z > Task :iceberg-hive3:test
   ...
   2021-04-13T15:58:24.8564436Z > Task :iceberg-mr:test
   ...
   2021-04-13T16:58:31.6625242Z > Task :iceberg-hive3:test
   (reports test failure)
   2021-04-13T20:50:20.3558417Z
   (:iceberg-hive3:test reports next test failure)
   ...
   2021-04-13T20:50:20.8582685Z > Task :iceberg-mr:test
   (reports test failure)
   2021-04-13T21:07:21.6565277Z > Task :iceberg-mr:test FAILED
   ...
   2021-04-13T21:11:26.6561908Z > Task :iceberg-hive3:test FAILED
   ...
   2021-04-13T21:11:26.6581909Z BUILD FAILED in 5h 24m 39s
   ```
   


-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to