Skip to content

Commit 97e53af

Browse files
committed
logging
1 parent 9496eaf commit 97e53af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/framework/src/main/java/org/elasticsearch/repositories/AbstractThirdPartyRepositoryTestCase.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ public void testReadFromPositionWithLength() {
294294
final var blobBytes = randomBytesReference(randomIntBetween(25 * 1024 * 1024 + 100, 25 * 1024 * 1024 + 2_000));
295295

296296
final var repository = getRepository();
297+
logger.info("---> uploading blob of size {}", blobBytes.length());
298+
logger.info("repository buffer size: {}", repository.getReadBufferSizeInBytes());
297299
executeOnBlobStore(repository, blobStore -> {
298300
blobStore.writeBlob(randomPurpose(), blobName, blobBytes, true);
299301
return null;

0 commit comments

Comments
 (0)