mirror of https://github.com/apache/lucene.git
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:
parent
dfe7af145f
commit
f3910125c8
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue