This is an automated email from the ASF dual-hosted git repository. hqtran pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 872d7aedc440a2d95ecd262829e6ad99177aada5 Author: Quan Tran <hqt...@linagora.com> AuthorDate: Thu Sep 18 11:42:21 2025 +0700 [BUILD] [james-server-distributed-app] Compact AWS S3 test suite --- .../james/WithDefaultAwsS3ImmutableTest.java | 32 ---------------------- ...3MutableTest.java => WithDefaultAwsS3Test.java} | 2 +- 2 files changed, 1 insertion(+), 33 deletions(-) diff --git a/server/apps/distributed-app/src/test/java/org/apache/james/WithDefaultAwsS3ImmutableTest.java b/server/apps/distributed-app/src/test/java/org/apache/james/WithDefaultAwsS3ImmutableTest.java deleted file mode 100644 index 8515f00607..0000000000 --- a/server/apps/distributed-app/src/test/java/org/apache/james/WithDefaultAwsS3ImmutableTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/**************************************************************** - * Licensed to the Apache Software Foundation (ASF) under one * - * or more contributor license agreements. See the NOTICE file * - * distributed with this work for additional information * - * regarding copyright ownership. The ASF licenses this file * - * to you under the Apache License, Version 2.0 (the * - * "License"); you may not use this file except in compliance * - * with the License. You may obtain a copy of the License at * - * * - * http://www.apache.org/licenses/LICENSE-2.0 * - * * - * Unless required by applicable law or agreed to in writing, * - * software distributed under the License is distributed on an * - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * - * KIND, either express or implied. See the License for the * - * specific language governing permissions and limitations * - * under the License. * - ****************************************************************/ - -package org.apache.james; - -import org.apache.james.jmap.JmapJamesServerContract; -import org.apache.james.modules.AwsS3BlobStoreExtension; -import org.junit.jupiter.api.extension.RegisterExtension; - -public class WithDefaultAwsS3ImmutableTest implements JmapJamesServerContract, JamesServerConcreteContract { - @RegisterExtension - static JamesServerExtension jamesServerExtension = CassandraRabbitMQJamesServerFixture.baseExtensionBuilder() - .extension(new AwsS3BlobStoreExtension()) - .lifeCycle(JamesServerExtension.Lifecycle.PER_CLASS) - .build(); -} diff --git a/server/apps/distributed-app/src/test/java/org/apache/james/WithDefaultAwsS3MutableTest.java b/server/apps/distributed-app/src/test/java/org/apache/james/WithDefaultAwsS3Test.java similarity index 92% rename from server/apps/distributed-app/src/test/java/org/apache/james/WithDefaultAwsS3MutableTest.java rename to server/apps/distributed-app/src/test/java/org/apache/james/WithDefaultAwsS3Test.java index f353cfbee4..655594e5ce 100644 --- a/server/apps/distributed-app/src/test/java/org/apache/james/WithDefaultAwsS3MutableTest.java +++ b/server/apps/distributed-app/src/test/java/org/apache/james/WithDefaultAwsS3Test.java @@ -22,7 +22,7 @@ package org.apache.james; import org.apache.james.modules.AwsS3BlobStoreExtension; import org.junit.jupiter.api.extension.RegisterExtension; -public class WithDefaultAwsS3MutableTest implements MailsShouldBeWellReceivedConcreteContract { +public class WithDefaultAwsS3Test implements MailsShouldBeWellReceivedConcreteContract { @RegisterExtension static JamesServerExtension jamesServerExtension = CassandraRabbitMQJamesServerFixture.baseExtensionBuilder() .extension(new AwsS3BlobStoreExtension()) --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org