cognitect-labs / test-runner

A test runner for clojure.test
Eclipse Public License 2.0
287 stars 31 forks source link

test-runner does not exit correctly since v0.5.0 #41

Closed gnarroway closed 2 years ago

gnarroway commented 2 years ago

Background

Behaviour

Analysis

puredanger commented 2 years ago

Does it really "hang", or is it waiting for future threads to exit?

I am successfully using clj with test-runner in github actions myself and not seeing any issues btw.

gnarroway commented 2 years ago

Thanks for the quick response. Given your hint, I will have a deeper look on my end and see how I go.