Angelina
02/22/2020, 10:20 PMgradlew test
it freezes π anyone else experienced this issue? I have default config (1 thread). I tried to add custom config but kotest did not pick it up π€·ββοΈLeoColman
02/23/2020, 12:04 AMLeoColman
02/23/2020, 12:04 AMsam
02/23/2020, 12:05 AMAshish Kumar Joy
02/23/2020, 10:33 AMAshish Kumar Joy
02/23/2020, 10:40 AMjava.lang.ArrayStoreException: sun.reflect.annotation.TypeNotPresentExceptionProxy
LeoColman
02/23/2020, 4:05 PMsam
02/23/2020, 5:21 PMAshish Kumar Joy
02/23/2020, 5:43 PMsam
02/23/2020, 5:44 PMsam
02/23/2020, 5:44 PMAshish Kumar Joy
02/23/2020, 5:48 PMsam
02/23/2020, 5:48 PMAshish Kumar Joy
02/23/2020, 5:48 PMsam
02/23/2020, 5:49 PMAshish Kumar Joy
02/23/2020, 5:49 PMsam
02/23/2020, 5:49 PMsam
02/23/2020, 5:49 PMsam
02/23/2020, 7:01 PMAngelina
02/23/2020, 8:32 PMconst val gradle = "5.6.4"
const val gradleBuildTools = "3.5.3"
Angelina
02/23/2020, 8:44 PMAngelina
02/23/2020, 9:00 PMsam
02/23/2020, 9:08 PMAngelina
02/23/2020, 9:11 PMtasks.withType<Wrapper> {
gradleVersion = "6.2"
}
this does not work, still uses ols gradle versionAngelina
02/23/2020, 9:12 PMmodule/src/test/kotlin/io/kotest/provided
but it is not used π€ it would be so nice to use more threads. i tried to put this package in all possible locations with no result..sam
02/23/2020, 9:21 PMsam
02/23/2020, 9:21 PMAngelina
02/23/2020, 9:23 PMio.kotest.core
dependency, but it did not help π€·ββοΈsam
02/23/2020, 9:24 PMAngelina
02/23/2020, 9:24 PMsam
02/23/2020, 9:24 PMAngelina
02/23/2020, 9:27 PMimport io.kotest.core.config.AbstractProjectConfig
object ProjectConfig : AbstractProjectConfig() {
override val parallelism: Int = 4
}
i added listener, and i see the dump outputAngelina
02/23/2020, 9:27 PMsam
02/23/2020, 9:28 PMsam
02/23/2020, 9:28 PMAngelina
02/23/2020, 9:34 PMval testCaseOrder
is final and cannot be overriden, i changed timeout to ZERO and it worked... so you're right smth is worng with parallerismsam
02/23/2020, 9:34 PMsam
02/23/2020, 9:35 PMsam
02/23/2020, 9:38 PMsam
02/23/2020, 9:38 PMsam
02/23/2020, 9:42 PMsam
02/23/2020, 9:43 PMsam
02/23/2020, 9:49 PMAngelina
02/24/2020, 8:38 AMkotest
tag in stackoverflow but it has not been created yet and one should have at least 1500 reputation to create a new tag in stackoverflowMike
02/24/2020, 1:02 PMMike
02/24/2020, 1:04 PMAngelina
02/24/2020, 1:05 PMMike
02/24/2020, 1:09 PMMike
02/24/2020, 1:12 PMsam
02/24/2020, 3:32 PMMike
02/24/2020, 3:52 PMAngelina
02/25/2020, 7:37 AM