Maintainer of kotest here. Can you share anecdotes...
# test
a
Maintainer of kotest here. Can you share anecdotes about flaky tests, what causes your tests to be flaky, how you resolve that, etc.. This will help us improve kotest. TIA!
c
Hey! In my case, the most common cases are: • downloads of dependencies/external resources that fail • timeouts when a test is suddenly much rarer than usual
gratitude thank you 2
a
can you tell me more about your timeouts, what's causing them, how are you resolving it