I see this regularly (but not always) when I run m...
# kotest
d
I see this regularly (but not always) when I run my tests:
Copy code
[0.631s][error][attach] failure (232) writing result of operation jcmd to pipe \\.\pipe\javatool-558031551
Is this caused by KoTest?
l
Personally I haven't anything even close to this. This doesn't seem like a Kotest log
It can be 'casused' by kotest, as in -- "I try to create a database on the first line, but on the second test there is an error"
But it's not a natural Kotest error, no.
d
Running KoTest tests shows a performance panel in the Run window. I was wondering if that jcmd call would provide the data for that.