Skip to content

Commit 6b4f854

Browse files
committed
[ci] Ignore disk space limits
1 parent 416f572 commit 6b4f854

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debezium-server-rocketmq/src/test/java/io/debezium/server/rocketmq/RocketMqContainer.java

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ protected void containerIsStarted(InspectContainerResponse containerInfo) {
4444
updateBrokerConfigCommands.add(updateBrokerConfig("brokerIP1", getHost()));
4545
updateBrokerConfigCommands.add(updateBrokerConfig("listenPort", getMappedPort(BROKER_PORT)));
4646
updateBrokerConfigCommands.add(updateBrokerConfig("brokerPermission", defaultBrokerPermission));
47+
updateBrokerConfigCommands.add(updateBrokerConfig("diskMaxUsedSpaceRatio", 100));
4748
final String command = String.join(" && ", updateBrokerConfigCommands);
4849
ExecResult result = null;
4950
try {

0 commit comments

Comments
 (0)