Skip to content

Commit

Permalink
fixing TransportShardBulkActionTests
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke committed Jan 3, 2024
1 parent 05e2bac commit 511c154
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1246,6 +1246,7 @@ public void testNoopMappingUpdateSuccessOnRetry() throws Exception {

latch.await();
verify(mapperService, times(2)).merge(any(), any(CompressedXContent.class), any());
bulkShardRequest.decRef();
}

private IndexShard mockShard() {
Expand Down

0 comments on commit 511c154

Please sign in to comment.