mirror of https://github.com/apache/lucene.git
SOLR-11088: Fix sporadic failures of MetricsHandlerTest.testPropertyFilter on jenkins
This commit is contained in:
parent
c9cf57fc28
commit
bab1731b23
|
@ -510,6 +510,8 @@ Other Changes
|
|||
* SOLR-11068: MOVEREPLICA and REPLACENODE API parameter names are now 'sourceNode' and 'targetNode'. The old names
|
||||
viz. 'fromNode' for MOVEREPLICA and 'source', 'target' for REPLACENODE have been deprecated. (shalin)
|
||||
|
||||
* SOLR-11088: Fix sporadic failures of MetricsHandlerTest.testPropertyFilter on jenkins (shalin)
|
||||
|
||||
================== 6.7.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
|
|
@ -189,6 +189,8 @@ public class MetricsHandlerTest extends SolrTestCaseJ4 {
|
|||
|
||||
@Test
|
||||
public void testPropertyFilter() throws Exception {
|
||||
assertQ(req("*:*"), "//result[@numFound='0']");
|
||||
|
||||
MetricsHandler handler = new MetricsHandler(h.getCoreContainer());
|
||||
|
||||
SolrQueryResponse resp = new SolrQueryResponse();
|
||||
|
|
Loading…
Reference in New Issue