Re: Solr test runs: test skipping logic

2017-10-06 Thread Nawab Zada Asad Iqbal
Thanks Chris, That very likely is the reason. I had noticed the seed and realized that it will be controlling the random input generation for the tests to make failures reproducible. However, i didn't consider that it can also cause test skipping. Thanks! Nawab On Thu, Oct 5, 2017 at 3:13 PM, C

Re: Solr test runs: test skipping logic

2017-10-05 Thread Chris Hostetter
: I am seeing that in different test runs (e.g., by executing 'ant test' on : the root folder in 'lucene-solr') a different subset of tests are skipped. : Where can I find more about it? I am trying to create parity between test : successes before and after my changes and this is causing confusio

Re: Solr test runs: test skipping logic

2017-10-04 Thread Erick Erickson
There are some tests annotated @Nightly or @Weekly, or @Slow, is there a correlation to those? Best, Erick On Wed, Oct 4, 2017 at 8:59 AM, Nawab Zada Asad Iqbal wrote: > Hi, > > I am seeing that in different test runs (e.g., by executing 'ant test' on > the root folder in 'lucene-solr') a differ

Solr test runs: test skipping logic

2017-10-04 Thread Nawab Zada Asad Iqbal
Hi, I am seeing that in different test runs (e.g., by executing 'ant test' on the root folder in 'lucene-solr') a different subset of tests are skipped. Where can I find more about it? I am trying to create parity between test successes before and after my changes and this is causing confusion.