Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
We see transient failures like the following
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':core:test'. > Process 'Gradle Test Executor 2' finished with non-zero exit value 1
which are likely to be from an unexpected System.exit(1). But with the current logging settings it is hard to locate which test cases triggered this failures. More investigations needed.