mirror of https://github.com/apache/lucene.git
SOLR-12096: Fix test failure, using deterministic sort order
This commit is contained in:
parent
5e2a5a5b8c
commit
a70b257c80
|
@ -114,6 +114,7 @@ public class TestSubQueryTransformerDistrib extends SolrCloudTestCase {
|
|||
"rows","" + peopleMultiplier,
|
||||
"depts.q","{!terms f=dept_id_s v=$row.dept_ss_dv "+((random1.nextBoolean() ? "" : "separator=,"))+"}",
|
||||
"depts.fl","text_t"+(differentUniqueId?",id:notid":""),
|
||||
"depts.sort", "dept_id_i desc",
|
||||
"depts.indent","true",
|
||||
"depts.collection","departments",
|
||||
differentUniqueId ? "depts.distrib.singlePass":"notnecessary","true",
|
||||
|
|
Loading…
Reference in New Issue