Any call to clojure.core/future will also cause this 60-second delay,
including calls to pmap or clojure.java.shell/sh:
http://clojuredocs.org/clojure.core/future
Andy
On Tue, Feb 20, 2018 at 8:14 PM, 'Avi Flax' via Clojure <
clojure@googlegroups.com> wrote:
> On Tuesday, 20 February 2018 12:10:
On Tuesday, 20 February 2018 12:10:01 UTC-5, Luke VanderHart wrote:
>
> You're very likely correct about shutdown-agents, I don't think I happened
> to fire up any agents in my test code. I'll try to reproduce as soon as I
> get a chance.
>
FWIW, I’m seeing the same delay, and my project doesn’t
Just out of curiosity, are there any plans to provide similar tooling
consistent with this for ClojureScript unit tests via Clojure Deps?
On Tue, Feb 20, 2018 at 9:10 AM, Luke VanderHart
wrote:
> You're very likely correct about shutdown-agents, I don't think I happened
> to fire up any agents i
You're very likely correct about shutdown-agents, I don't think I happened
to fire up any agents in my test code. I'll try to reproduce as soon as I
get a chance.
On Tuesday, February 20, 2018 at 11:25:01 AM UTC-5, Eli Naeher wrote:
>
> I love this, and have set it up in our latest project along
I love this, and have set it up in our latest project alongside Lein.
I've noticed a delay (~60s) after the tests finish and the results are
reported before the process exits. I'm wondering if there's a missing
call to shutdown-agents somewhere. Adding it to a shutdown hook doesn't
seem to have an
On Friday, 16 February 2018 09:47:30 UTC-5, Luke VanderHart wrote:
>
> The goal is to have a full featured, standardized test runner on a project
> using basic Clojure Deps, without needing to introduce Boot or Leiningen
> just for that.
>
This is great to see — I’ll give it a try — thanks!
———
The goal is to have a full featured, standardized test runner on a project
using basic Clojure Deps, without needing to introduce Boot or Leiningen
just for that.
https://github.com/cognitect-labs/test-runner
Feedback, bugfixes and PRs welcome.
--
You received this message because you are sub