Skip to content

Commit 7e8b785

Browse files
committed
increase tests logging verbosity and fork every testclass on a new JVM
Signed-off-by: Oleh Dokuka <[email protected]> Signed-off-by: Oleh Dokuka <[email protected]>
1 parent a6f9547 commit 7e8b785

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,9 @@ subprojects {
153153
test {
154154
useJUnitPlatform()
155155
testLogging {
156-
events "FAILED"
156+
events "PASSED", "FAILED"
157157
showExceptions true
158+
showCauses true
158159
exceptionFormat "FULL"
159160
stackTraceFilters "ENTRY_POINT"
160161
maxGranularity 3
@@ -169,6 +170,8 @@ subprojects {
169170
}
170171
}
171172

173+
forkEvery = 1
174+
172175
if (isCiServer) {
173176
def stdout = new LinkedList<TestOutputEvent>()
174177
beforeTest { TestDescriptor td ->

0 commit comments

Comments
 (0)