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 because of failed tests. At first time (build with ant-1.9) Tests with failures [seed: C2C0D761AEAAE8A4] (first 10 out of 23): 21:25:20 [junit4] - org.apache.solr.client.solrj.response.TestSuggesterResponse (suite) 21:25:20 [junit4] - org.apache.solr.client.solrj.response.TermsResponseTest (suite) 21:25:20 [junit4] - org.apache.solr.client.solrj.TestSolrJErrorHandling (suite) 21:25:20 [junit4] - org.apache.solr.client.solrj.GetByIdTest (suite) 21:25:20 [junit4] - org.apache.solr.client.solrj.response.TestSpellCheckResponse (suite) 21:25:20 [junit4] - org.apache.solr.client.solrj.embedded.LargeVolumeEmbeddedTest (suite) 21:25:20 [junit4] - org.apache.solr.client.solrj.embedded.JettyWebappTest.testAdminUI 21:25:20 [junit4] - org.apache.solr.client.solrj.embedded.SolrExampleStreamingBinaryTest (suite) 21:25:20 [junit4] - org.apache.solr.client.solrj.SolrExampleBinaryTest (suite) 21:25:20 [junit4] - org.apache.solr.client.solrj.embedded.LargeVolumeBinaryJettyTest (suite) Running the same ant test command without doing any changes (build with ant-1.10) Tests with failures [seed: 7E004642A6008D89]: 11:30:57 [junit4] - org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove Thirds time (build with ant 1.10) [junit4] Tests with failures [seed: EFD939D82A6EC707]: [junit4] - org.apache.solr.cloud.autoscaling.SystemLogListenerTest.test Even though I'm not making any changes, build is failing with different failed tests. Can anyone help me with this, I mean if there is any problem with the code then shouldn't it fail with same test cases? Also, all above-mentioned test cases work fine if I check them individually. (using ant test -Dtests.class=<test class>) Also, does ant version has any effects in build?? At last, at present, we are using solr-6.4.2 which has zookeeper-3.4.6 dependency but for solr-7, the zookeeper dependency has been upgraded to 3.4.10, so my question is, At what extent does this might affect our system performance? Can we use zookeeper-3.4.6 with solr-7? (same with the jetty version) Thanks in advance -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html