Re: [ANN] test-runner, a test runner for projects using Clojure Deps

2018-02-21 Thread Andy Fingerhut
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:

Re: [ANN] test-runner, a test runner for projects using Clojure Deps

2018-02-20 Thread 'Avi Flax' via Clojure
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

Re: [ANN] test-runner, a test runner for projects using Clojure Deps

2018-02-20 Thread Robert Levy
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

Re: [ANN] test-runner, a test runner for projects using Clojure Deps

2018-02-20 Thread Luke VanderHart
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

Re: [ANN] test-runner, a test runner for projects using Clojure Deps

2018-02-20 Thread Eli Naeher
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

Re: [ANN] test-runner, a test runner for projects using Clojure Deps

2018-02-20 Thread 'Avi Flax' via Clojure
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! ———

[ANN] test-runner, a test runner for projects using Clojure Deps

2018-02-16 Thread Luke VanderHart
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