|
@@ -172,6 +172,8 @@ public class BulkIntegrationIT extends ESIntegTestCase {
|
|
logger.info("--> index id={} seq_no={}", response.getId(), response.getSeqNo());
|
|
logger.info("--> index id={} seq_no={}", response.getId(), response.getSeqNo());
|
|
} catch (ElasticsearchException ignore) {
|
|
} catch (ElasticsearchException ignore) {
|
|
logger.info("--> fail to index id={}", id);
|
|
logger.info("--> fail to index id={}", id);
|
|
|
|
+ } catch (AssertionError ignore) {
|
|
|
|
+ logger.info("--> fail to index id={} due to internal AssertionError", id);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
});
|
|
});
|