mirror of https://github.com/apache/lucene.git
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646989 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c2c72f5f02
commit
ce7da69d2c
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue