Open
Description
I have seen it fail in CI and locally a couple of times now. It is also reliably reproducible if run repeatedly after ~500-2000 iterations.
swift-nio/Tests/NIOPosixTests/EventLoopTest.swift
Lines 807 to 831 in 712e207
I have played a bit around with the
time
and testInterval
but this doesn't seem to really help make this test reliable.The memory debugger shows that an instance to
weakThing
is still hold by the EventLoop which it should not.
Needs further investigation.