Re: Solr7.3.1 Installation

2018-07-12 Thread tapan1707
Thanks, everyone for your replies. I tried using "-Dtests.badapples=false" flag but it didn't help. I will try again without *ant test* command. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Solr7.3.1 Installation

2018-07-11 Thread Erick Erickson
Gah! Jason is right Siiih. That'll teach me to try to do two things at once. On Wed, Jul 11, 2018 at 11:02 AM, Jason Gerlowski wrote: > (I think Erick made a slight typo above: to disable "bad apple" tests, > use the flag "-Dtests.badapples=false") > On Wed, Jul 11, 2018 at 11:14 AM Erick

Re: Solr7.3.1 Installation

2018-07-11 Thread Jason Gerlowski
(I think Erick made a slight typo above: to disable "bad apple" tests, use the flag "-Dtests.badapples=false") On Wed, Jul 11, 2018 at 11:14 AM Erick Erickson wrote: > > Note that the native test runs have the know-flaky tests _enabled_ by > default, run tests with > > -Dtests.badapples=true > > t

Re: Solr7.3.1 Installation

2018-07-11 Thread Erick Erickson
Note that the native test runs have the know-flaky tests _enabled_ by default, run tests with -Dtests.badapples=true to disable them. Second possibility is to look at the tests that failed and if there is an annotation @BadApple or @AwaitsFix ignore the failure if you can get the tests to pass w

Re: Solr7.3.1 Installation

2018-07-11 Thread Shawn Heisey
On 7/10/2018 11:20 PM, tapan1707 wrote: We are trying to install solr-7.3.1 into our existing system (We have also made some changes by adding one custom query parser). I am having some build issues and it would be really helpful if someone can help. While running ant test(in the process of bui

Re: Solr7.3.1 Installation

2018-07-11 Thread tapan1707
Hi Emir, Thanks for your reply. Here building Solr has nothing to do with custom query parser. Our system has been designed in such a way that package is created by running following commands (there are other commands too but not related to solr, hence omitting those) ${ANT} -buildfile ${SOLR_DI

Re: Solr7.3.1 Installation

2018-07-11 Thread Emir Arnautović
Hi, Why are you building Solr? Because you added your custom query parser? If that’s the case, then it is not the way to do it. You should set up separate project for your query parser, build it and include jar in your Solr setup. It is not query parser, but here is blog/code for simple update pr

Solr7.3.1 Installation

2018-07-10 Thread tapan1707
We are trying to install solr-7.3.1 into our existing system (We have also made some changes by adding one custom query parser). I am having some build issues and it would be really helpful if someone can help. While running ant test(in the process of building the solr package), it terminates bec