Arsnael commented on code in PR #2029:
URL: https://github.com/apache/james-project/pull/2029#discussion_r1502316328
##########
backends-common/postgres/src/test/java/org/apache/james/backends/postgres/PostgresFixture.java:
##########
@@ -94,5 +94,6 @@ public String schema() {
.withDatabaseName(DEFAULT_DATABASE.dbName())
.withUsername(DEFAULT_DATABASE.dbUser())
.withPassword(DEFAULT_DATABASE.dbPassword())
- .withCreateContainerCmdModifier(cmd ->
cmd.withName("james-postgres-test-" + UUID.randomUUID()));
+ .withCreateContainerCmdModifier(cmd ->
cmd.withName("james-postgres-test-" + UUID.randomUUID()))
+ .withCommand("postgres", "-c", "max_connections=300");
Review Comment:
Rational being:
- jmap integration tests are separated from event bus tests
- the only thing that I see that could change behavior in other modules is
this generic container defined in postgres-backend
It's a long shot but I don't see any other candidate honestly
--
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]