taoensso / carmine

Redis client + message queue for Clojure
https://www.taoensso.com/carmine
Eclipse Public License 1.0
1.15k stars 130 forks source link

Can't run tests locally #241

Closed renatoalencar closed 1 year ago

renatoalencar commented 3 years ago

I cloned the repo and I'm trying to run the tests, but they're failing when I try to run them together with lein test and with ./run-tests env. They all pass when I run it individually, so I believe that's something related to a concurrency issue, but I can't simply figure it out.

I'm attaching the output of running ./run-tests with an empty env file: test-results.txt

The versions of what I'm using:

Leiningen 2.9.4 on Java 14-internal OpenJDK 64-Bit Server VM
redis  latest  84c5f6e03bf0 (Docker image)
ptaoussanis commented 1 year ago

Closing, will be addressed in forthcoming release.