git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646989 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2014-12-20 14:31:02 +00:00
parent c2c72f5f02
commit ce7da69d2c
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ public class TestBulkSchemaConcurrent extends AbstractFullDistribZkTestBase {
boolean success = true;
for (List e : collectErrors) {
if(e== null) continue;
if(!e.isEmpty()){
success = false;
log.error(e.toString());