tests: _version_ isn't comparable with control

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1423182 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2012-12-17 22:03:27 +00:00
parent 3ad389d8f7
commit 9a37c111db
1 changed files with 1 additions and 1 deletions

View File

@ -856,7 +856,7 @@ public abstract class AbstractFullDistribZkTestBase extends AbstractDistribZkTes
protected void checkShardConsistency(boolean checkVsControl, boolean verbose)
throws Exception {
SolrParams q = params("q","*:*","fl","id,_version_","rows","100000");
SolrParams q = params("q","*:*","fl","id","rows","100000");
SolrDocumentList controlDocList = controlClient.query(q).getResults();
long docs = controlDocList.getNumFound();