tests: minor formatting

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1704893 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2015-09-23 16:42:57 +00:00
parent dfe7af145f
commit f3910125c8
1 changed files with 1 additions and 1 deletions

View File

@ -1125,7 +1125,7 @@ public abstract class AbstractFullDistribZkTestBase extends AbstractDistribZkTes
boolean active = Replica.State.getState(props.getStr(ZkStateReader.STATE_PROP)) == Replica.State.ACTIVE;
if (active && live) {
if (lastNum > -1 && lastNum != num && failMessage == null) {
failMessage = shard + " is not consistent. Got " + lastNum + " from " + lastJetty.url + "lastClient"
failMessage = shard + " is not consistent. Got " + lastNum + " from " + lastJetty.url + " (previous client)"
+ " and got " + num + " from " + cjetty.url;
if (!expectFailure || verbose) {