Slackbot
07/21/2022, 11:29 AMJocce Nilsson
07/21/2022, 12:14 PMJocce Nilsson
07/21/2022, 12:37 PMEmmanuel Guerin
07/21/2022, 1:27 PMJocce Nilsson
07/21/2022, 2:03 PMJocce Nilsson
07/21/2022, 2:06 PMMarc Philipp
07/21/2022, 2:25 PMTestResultProcessor
is an internal API hence the lack of Javadoc. đMarc Philipp
07/21/2022, 2:26 PMLooks kind of straightforward but is a completed() called even after a failure() is called?Yes
Marc Philipp
07/21/2022, 2:27 PMJocce Nilsson
07/21/2022, 2:30 PMJocce Nilsson
07/21/2022, 2:31 PMJocce Nilsson
07/21/2022, 2:33 PMMarc Philipp
07/21/2022, 2:34 PMWould TestResultProcessor calls be enough to register the tests in G.E.?They should be as long as youâre âdoing it rightâ. However, we canât provide official support for that, i.e. ensure it doesnât break in future versions.
Jocce Nilsson
07/21/2022, 2:35 PMJocce Nilsson
07/21/2022, 2:36 PMMarc Philipp
07/21/2022, 2:39 PMJocce Nilsson
07/23/2022, 1:31 PMtestResultProcessor.started() //test case
testResultProcessor.completed() //test case
But that failed to be registered even if the code ran fine.
I also tried adding
testResultProcessor.started() //test suite
testResultProcessor.started() //test case
testResultProcessor.completed() //test case
testResultProcessor.completed() //test suite
but that failed on the final 'completed' with
java.lang.IllegalStateException: This operation (org.gradle.api.internal.tasks.testing.logging.TestCountLogger - Run tests) has already been completed.
Jocce Nilsson
07/23/2022, 1:32 PMDaz DeBoer
07/23/2022, 1:50 PMDaz DeBoer
07/23/2022, 1:50 PMJocce Nilsson
07/23/2022, 3:14 PMJocce Nilsson
07/23/2022, 3:14 PMJocce Nilsson
07/23/2022, 3:15 PMDaz DeBoer
07/23/2022, 3:20 PMJocce Nilsson
07/23/2022, 6:24 PMMarc Philipp
07/25/2022, 6:44 AMcom.gradle.build-scan
3.8.1. Is that unclear from the document?Jocce Nilsson
07/25/2022, 7:17 AMJocce Nilsson
07/25/2022, 8:50 AMMarc Philipp
07/25/2022, 8:58 AMDaz DeBoer
07/25/2022, 2:03 PMJocce Nilsson
07/26/2022, 8:32 AMDaz DeBoer
07/26/2022, 1:19 PMGENERIC
dialect work with as many external tools as possible.Jocce Nilsson
07/26/2022, 1:20 PM