https://kotlinlang.org logo
Title
m

Mervyn McCreight

01/28/2022, 1:44 PM
Hmm - after updating to KoTest 5.1.0 I have a problem that tests do not start to run when I set
parallism
to something else than 1. It worked before - is anyone having the same problem, or is this something specific to the project I am working in? 🤔
Hmm - it seems like it works if I set it to a lower amount manually as well (e.g. to 2). Setting it to the amount of available cores doesn’t. This is strange 😄 It worked with the same settings in an older KoTest version - did something regarding parallelism change in the recent releases? 🤔
s

sam

01/29/2022, 12:03 PM
There was a lot of parallelism work yeah, but this seems odd. It works for 2 but not for like 8 ?
m

Mervyn McCreight

01/31/2022, 8:57 AM
yeah exactly
s

sam

01/31/2022, 2:03 PM
So does 3 work.
m

Mervyn McCreight

02/01/2022, 10:04 AM
I’ll play around with the values and provide some feedback
s

sam

02/01/2022, 11:43 AM
Ok thanks