This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 4fd70296e167422f658dea46340ba36ae9a7b88a Author: Matthieu Baechler <[email protected]> AuthorDate: Mon Jan 20 10:35:49 2020 +0100 JAMES-3028 enhancement to BucketDumbBlobStoreContract --- .../java/org/apache/james/blob/api/BucketDumbBlobStoreContract.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/blob/blob-api/src/test/java/org/apache/james/blob/api/BucketDumbBlobStoreContract.java b/server/blob/blob-api/src/test/java/org/apache/james/blob/api/BucketDumbBlobStoreContract.java index 2a7fbae..49e2a7e 100644 --- a/server/blob/blob-api/src/test/java/org/apache/james/blob/api/BucketDumbBlobStoreContract.java +++ b/server/blob/blob-api/src/test/java/org/apache/james/blob/api/BucketDumbBlobStoreContract.java @@ -165,7 +165,7 @@ public interface BucketDumbBlobStoreContract { store.save(TEST_BUCKET_NAME, TEST_BLOB_ID, SHORT_BYTEARRAY).block(); ConcurrentTestRunner.builder() - .operation(((threadNumber, step) -> store.deleteBucket(TEST_BUCKET_NAME).block())) + .reactorOperation(((threadNumber, step) -> store.deleteBucket(TEST_BUCKET_NAME))) .threadCount(10) .operationCount(10) .runSuccessfullyWithin(Duration.ofMinutes(1)); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
