The issue has been fixed upstream in clojure.core.rrb-vector, and puget has started using a newer version of clojure.core.rrb-vector that includes the fix. So, I'm working on getting this fix downstream into eftest and then bat-test. Upgrading puget should do the trick for eftest.
I ran the tests with this upgraded dependency and they pass, FWIW.
There is a compiler exception that occurs with JDK 11 related to a new toArray method in the java.util.Collection interface.
eftest is affected by this due to a transitive dependency on clojure.core.rrb-vector, via puget.
The symptom is that I get this exception when I try to run tests via bat-test (which uses eftest):
The issue has been fixed upstream in clojure.core.rrb-vector, and puget has started using a newer version of clojure.core.rrb-vector that includes the fix. So, I'm working on getting this fix downstream into eftest and then bat-test. Upgrading puget should do the trick for eftest.
I ran the tests with this upgraded dependency and they pass, FWIW.