<@UB9K6R4JH> (and sorry to address you directly) w...
# kotest
t
@LeoColman (and sorry to address you directly) we seem to have a memory problem with
SpringListener
. we are still investigating and cannot confirm yet, but looking at the implementation `TestContextManager`s are stored for each Spec but never removed, so that looks like a candidate. For comparison, junit `SpringExtension`removes the context in an
afterAll
method (which should equivalent to
afterSpec
). do you think we are wasting time or might we be onto something here?
Seems like that will fix it
t
that was fast 🙂
s
yeah, I'll need to release 4.1.3 with this
you could copy n paste that class and use that until then