Skip to content

Commit

Permalink
DLS BWC tests
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Bandener <nils.bandener@eliatra.com>
  • Loading branch information
nibix committed Oct 16, 2024
1 parent 30350a5 commit 1cf21f8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@ private void ingestData(String index) throws IOException {
RestHelper.toHttpEntity(bulkRequestBody.toString())
);
responses.forEach(r -> assertThat(r.getStatusLine().getStatusCode(), is(200)));
for (Response response : responses) {
log.info("bulk response {}", responseAsMap(response));
}
}
}

Expand Down

0 comments on commit 1cf21f8

Please sign in to comment.