Fork me on GitHub
#test-check
<
2020-08-30
>
borkdude11:08:08

I hit a issue in test.check where a global object in clojure.test.check.random is initialized at compile time in GraalVM, so everytime you invoke the binary, you get the same random number. Strangely enough, I can't reproduce this with AOT-ing and running on the JVM

borkdude11:08:32

I've discussed this problem in #graalvm as well and posted a workaround for it