clojure-australia

2020-10-06T00:45:49.014400Z

Good morning, back after a long weekend.

👋 1
lsenjov 2020-10-06T22:14:14.016600Z

Good morning, I have a lovely day of convincing azure to up our data factory concurrency

Hugh Powell 2020-10-06T23:20:54.018200Z

Fun times 🙂. So far I've only had the privilege of wrangling AWS and GCC.

Hugh Powell 2020-10-06T23:25:05.021300Z

Does anyone know if there's a simple way to run a test.check defspec with only the shrunk value of a failed run and without trying to further shrink it? I know I can just call the test itself with a :seed argument, but that runs it with the original data and all the subsequent runs to shrink it. This can make debugging harder than it feels it should be. The only way I can think to do this would be to factor out the test code into a function that takes the generated data.

1
Hugh Powell 2020-10-07T23:38:38.022100Z

Just asked this on the #test-check channel and, yep, looks like this is the way to do it (for the time being at least).