thanhbv200585 commented on code in PR #1651:
URL: https://github.com/apache/james-project/pull/1651#discussion_r1296986305
##########
server/protocols/jmap-rfc-8621-integration-tests/distributed-jmap-rfc-8621-integration-tests/src/test/java/org/apache/james/jmap/rfc8621/distributed/DistributedEmailSubmissionSetMethodFutureReleaseTest.java:
##########
@@ -58,11 +57,13 @@ public class
DistributedEmailSubmissionSetMethodFutureReleaseTest implements Ema
.deduplication()
.noCryptoConfig())
.searchConfiguration(SearchConfiguration.openSearch())
+ .mailQueueChoice(MailQueueChoice.PULSAR)
.build())
.extension(new DockerOpenSearchExtension())
.extension(new CassandraExtension())
.extension(new RabbitMQExtension())
.extension(new AwsS3BlobStoreExtension())
+ .extension(new DockerPulsarExtension())
Review Comment:
But when I remove this extension, there is a missing guice error
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]