Code review comment for ~epics-core/epics-base/+git/Com:thread-join

Revision history for this message
Martin Konrad (info-martin-konrad) wrote :

I would argue that a stuck test exposes a problem the same way "FAILED" does. The same goes for threads: A thread that doesn't join usually points to a thread function that got stuck. If you want to ignore this problem temporarily you might want to disable/exclude the corresponding test.

« Back to merge proposal