Re: beasting tests

2024-04-02 Thread Shubham Chaudhary
I think you could try this: ./gradlew -p lucene/core beast -Ptests.dups=10 --tests TestByteVectorSimilarityQuery I confirmed it uses a different seed (long value) for each run by printing the seed here in

Re: @TimeoutSuite and defaults (RandomizedTesting)

2024-02-16 Thread Shubham Chaudhary
Good to know the gradle task is using these files for help and keeping as .txt too has its own benefits here. - Shubham On Fri, Feb 16, 2024 at 2:03 AM Dawid Weiss wrote: > One observation though: there are some docs under the help folder (that >> too as text files) and some under dev-docs. I

Re: @TimeoutSuite and defaults (RandomizedTesting)

2024-02-15 Thread Shubham Chaudhary
> On Thu, Feb 15, 2024 at 8:55 PM Shubham Chaudhary > wrote: > >> I think this information could sit well within the dev-docs in lucene >> i.e. "randomized testing in lucene". This would make it more discoverable >> as well and there is already a lack of prope

Re: @TimeoutSuite and defaults (RandomizedTesting)

2024-02-15 Thread Shubham Chaudhary
I think this information could sit well within the dev-docs in lucene i.e. "randomized testing in lucene". This would make it more discoverable as well and there is already a lack of proper docs as Dawid pointed?. We could add some references to docs like randomized testing core concepts

Re: @TimeoutSuite and defaults (RandomizedTesting)

2024-02-15 Thread Shubham Chaudhary