https://kotlinlang.org logo
Title
w

wasyl

06/22/2022, 2:23 PM
🎩 I don’t intend to rush, but I wanted to ask if there’s some rough estimate for https://github.com/kotest/kotest/issues/2915? I don’t know how complex the issue is and I don’t understand the framework enough to contribute, I’d just like to know, if possible, rough timeline to know how to plan my work 🙂 Also I’m wondering if it has something to do with other issues related to tests naming like https://github.com/kotest/kotest/issues/3068
s

sam

06/22/2022, 3:07 PM
I'm away until 4th July so unless someone else picks it up, it'll be after then. @Emil Kantis perhaps.
w

wasyl

06/22/2022, 3:09 PM
Got it, good to know! If someone has any pointers how I can go about debugging this, perhaps I’ll find some time until then, but again — I really don’t know the codebase and this doesn’t seem trivial
s

sam

06/22/2022, 3:10 PM
Yeah you need to be looking at the SpecRunner for leafs. The issue will be in that class or something related to it
👍 1
e

Emil Kantis

06/22/2022, 4:37 PM
something like this could solve it, but need to look if it breaks other things 🙂
Basically makes the DescriptorId unique based on the path to the test (which must be unique)
w

wasyl

07/21/2022, 1:55 PM
Took a while but with the most recent snapshot, I don’t think I see these failures anymore 🙂 Thanks a lot!
🎉 1