Normally tests aren't broken but with randomized testing it is possible for things to sneak through. The best thing to do in this case is to submit an issue with the stack trace and the failing test. The stack trace will contain the randomized seed that'll be needed to reproduce the failure.
Nik On Fri, May 30, 2014 at 8:13 AM, Patrick Peschlow < [email protected]> wrote: > Hi, > > I forked Elasticsearch in order to test a possible bugfix and followed the > instructions here > <http://www.elasticsearch.org/contributing-to-elasticsearch/>. > Unfortunately, running the unit tests of the fresh fork (commit > 0e2d33b4a446af033db48284737a62b9cc8c99bb) via > > ES_TEST_LOCAL=true mvn clean test > > led to one of the randomized tests failing. I pulled a commit ( > 9c98bb3554367c7a09aa6b01c0b7859d8ed3c018) that appeared in the meantime, tried > again, and this time it was 2 tests failing. > > Is this expected behavior - it can just happen any time that you pull and > the tests are broken? Or is there anything I need to do prior to running > the tests that I might have missed? > > Regards, > Patrick > > -- > You received this message because you are subscribed to the Google Groups > "elasticsearch" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/5eb896bc-9242-4a2c-8d94-602101ba4047%40googlegroups.com > <https://groups.google.com/d/msgid/elasticsearch/5eb896bc-9242-4a2c-8d94-602101ba4047%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAPmjWd29LFvVFZYpZEY9SXpgAi-1jYA7CP1u3GekyQmWxi%2BjzA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
