Skip to content

Commit

Permalink
Merge branch 'main' into transform-stop-report
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Sep 27, 2023
2 parents e05fbe7 + 191f65f commit dd9b840
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ public void testStoreSizes() throws IOException {
// directory that returns total written bytes as the data set size
final var directory = new ByteSizeDirectory(StoreTests.newDirectory(random())) {

final AtomicLong dataSetBytes = new AtomicLong(0L);
final AtomicLong dataSetBytes = new AtomicLong(estimateSizeInBytes(getDelegate()));

@Override
public long estimateSizeInBytes() throws IOException {
Expand Down

0 comments on commit dd9b840

Please sign in to comment.