This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 6bc8c08351c9543c9210c50ca3d11acb2ecbe96f Author: Gautier DI FOLCO <gdifo...@linagora.com> AuthorDate: Wed Aug 28 16:05:52 2019 +0200 JAMES-2813 Add cancel support in DistributedTaskManager --- .../task/eventsourcing/distributed/DistributedTaskManagerTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/task-distributed/src/test/java/org/apache/james/task/eventsourcing/distributed/DistributedTaskManagerTest.java b/server/task-distributed/src/test/java/org/apache/james/task/eventsourcing/distributed/DistributedTaskManagerTest.java index 3416bb4..f61cbc1 100644 --- a/server/task-distributed/src/test/java/org/apache/james/task/eventsourcing/distributed/DistributedTaskManagerTest.java +++ b/server/task-distributed/src/test/java/org/apache/james/task/eventsourcing/distributed/DistributedTaskManagerTest.java @@ -56,6 +56,8 @@ import org.apache.james.task.eventsourcing.WorkQueueSupplier; import org.apache.james.task.eventsourcing.cassandra.CassandraTaskExecutionDetailsProjection; import org.apache.james.task.eventsourcing.cassandra.CassandraTaskExecutionDetailsProjectionDAO; import org.apache.james.task.eventsourcing.cassandra.CassandraTaskExecutionDetailsProjectionModule; + +import com.github.steveash.guavate.Guavate; import org.awaitility.Awaitility; import org.awaitility.Duration; import org.junit.jupiter.api.BeforeEach; @@ -63,8 +65,6 @@ import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.junit.jupiter.api.extension.RegisterExtension; -import com.github.steveash.guavate.Guavate; - @ExtendWith(CountDownLatchExtension.class) class DistributedTaskManagerTest implements TaskManagerContract { --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org