Hi, I've been using gradlew a lot last few days, and first I want to give a huge thanks to those who did the work to make this possible. I'm not naming names since I probably don't know everyone who chipped in, but this is really great. I'm especially loving the `gradlew tasks` and the excellent documentation for the tasks!
Now my beasting beef :) I did some beasting and got a bunch of failures, and it looks as if they were all run with the same seed;; eg here's some output from the test showing (I think) two failures with the same seed. I had 43 failures out of 1400, all with the same (first part of) the random seed - org.apache.lucene.search.TestTopFieldCollector.testRandomMaxScoreTermination {seed=[C95A2DAEAA6E2219:1FAD1846BF530502]} (:lucene:core) Test output: /home/ANT.AMAZON.COM/sokolovm/workspace/lucene-solr/lucene/core/build/test-results/test/outputs/OUTPUT-org.apache.lucene.search.TestTopFieldCollector.txt Reproduce with: gradlew :lucene:core:test --tests "org.apache.lucene.search.TestTopFieldCollector" -Ptests.seed=C95A2DAEAA6E2219 -Ptests.iters=100 -Ptests.file.encoding=US-ASCII - org.apache.lucene.search.TestTopFieldCollector.testRandomMaxScoreTermination {seed=[C95A2DAEAA6E2219:11046F532841C712]} (:lucene:core) Test output: /home/ANT.AMAZON.COM/sokolovm/workspace/lucene-solr/lucene/core/build/test-results/test/outputs/OUTPUT-org.apache.lucene.search.TestTopFieldCollector.txt Reproduce with: gradlew :lucene:core:test --tests "org.apache.lucene.search.TestTopFieldCollector" -Ptests.seed=C95A2DAEAA6E2219 -Ptests.iters=100 -Ptests.file.encoding=US-ASCII I tried poking around in randomization.gradle to see if I could verify and/or fix, but I'm not sure how the tests.iters mechanism works - is it built into gradle? Something we added on top? --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org