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
: 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
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
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.