mirror of https://github.com/apache/lucene.git
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654862 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8755ea2edd
commit
d3f7b2035a
|
@ -112,7 +112,7 @@ public class TestBulkSchemaConcurrent extends AbstractFullDistribZkTestBase {
|
|||
boolean success = true;
|
||||
|
||||
for (List e : collectErrors) {
|
||||
if(!e.isEmpty()){
|
||||
if(e != null && !e.isEmpty()){
|
||||
success = false;
|
||||
log.error(e.toString());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue