SOLR-12096: Fix test failure, using deterministic sort order

This commit is contained in:
Ishan Chattopadhyaya 2018-04-10 12:35:05 +05:30
parent 5e2a5a5b8c
commit a70b257c80
1 changed files with 1 additions and 0 deletions

View File

@ -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",