Slackbot
07/31/2023, 11:27 AMChris Sawczuk
07/31/2023, 11:29 AM[DEBUG] [org.gradle.process.internal.DefaultExecHandle] Process 'Gradle Test Executor 163' finished with exit value 10 (state: FAILED)
Almost all the time when executing my test suite with 1800+ tests with maybe 600 of them being Robolectric.
Tests are forked so the output of --stacktrace
, --info
and --debug
aren't easy to follow, at least it's not to me.
I'm trying to gather information so that I can open a bug report with the Robolectric team, but I'm wondering if there is some better way to information gather.Chris Sawczuk
07/31/2023, 11:29 AMVampire
07/31/2023, 11:49 AM--scan
makes it clearer.
If you can reproduce it locally, you could maybe have a breakpoint on System.exit
being called with argument 10
?Vampire
07/31/2023, 11:51 AMChris Sawczuk
07/31/2023, 12:28 PM--scan
is a paid for service right? Like I can't perform a scan locally.Vampire
07/31/2023, 12:29 PMVampire
07/31/2023, 12:29 PMVampire
07/31/2023, 12:30 PMVampire
07/31/2023, 12:30 PMChris Sawczuk
07/31/2023, 12:34 PMSystem.exit
and debugging the process, never even crossed my mind to try doing that, I'll have to talk to people before I can give scan a goChris Sawczuk
07/31/2023, 1:01 PM