Skip to content

Commit 9c46038

Browse files
Merge branch '6.4' into 7.2
* 6.4: fix tests chore: fix some typos update Couchbase mirror for Ubuntu 24.04
2 parents 82b478c + 22560f8 commit 9c46038

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/Caster/RdKafkaCasterTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public function testDumpConf()
6161
client.id: "rdkafka"
6262
%A
6363
dr_msg_cb: "0x%x"
64+
%A
6465
}
6566
EODUMP;
6667

@@ -114,7 +115,7 @@ public function testDumpTopicConf()
114115
$expectedDump = <<<EODUMP
115116
RdKafka\TopicConf {
116117
request.required.acks: "%i"
117-
request.timeout.ms: "5000"
118+
request.timeout.ms: "%d"
118119
message.timeout.ms: "300000"
119120
%A
120121
auto.commit.enable: "true"

0 commit comments

Comments
 (0)