mirror of https://github.com/apache/lucene.git
SOLR-7553: tests - fix QueryEqualityTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679897 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b1b8169c91
commit
e7833fb40b
|
@ -955,6 +955,7 @@ public class QueryEqualityTest extends SolrTestCaseJ4 {
|
||||||
assertFuncEquals("agg_sum(foo_i)", "agg_sum(foo_i)");
|
assertFuncEquals("agg_sum(foo_i)", "agg_sum(foo_i)");
|
||||||
assertFuncEquals("agg_count()", "agg_count()");
|
assertFuncEquals("agg_count()", "agg_count()");
|
||||||
assertFuncEquals("agg_unique(foo_i)", "agg_unique(foo_i)");
|
assertFuncEquals("agg_unique(foo_i)", "agg_unique(foo_i)");
|
||||||
|
assertFuncEquals("agg_hll(foo_i)", "agg_hll(foo_i)");
|
||||||
assertFuncEquals("agg_sumsq(foo_i)", "agg_sumsq(foo_i)");
|
assertFuncEquals("agg_sumsq(foo_i)", "agg_sumsq(foo_i)");
|
||||||
assertFuncEquals("agg_percentile(foo_i,50)", "agg_percentile(foo_i,50)");
|
assertFuncEquals("agg_percentile(foo_i,50)", "agg_percentile(foo_i,50)");
|
||||||
// assertFuncEquals("agg_stdev(foo_i)", "agg_stdev(foo_i)");
|
// assertFuncEquals("agg_stdev(foo_i)", "agg_stdev(foo_i)");
|
||||||
|
|
Loading…
Reference in New Issue