Skip to content

Commit 13d68e8

Browse files
committed
Fix
1 parent 50c1dd8 commit 13d68e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/kafka_proxy/ut/ut_protocol.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ Y_UNIT_TEST_SUITE(KafkaProtocol) {
775775
TInsecureTestServer testServer("2");
776776

777777
TString topicName = "/Root/topic-0-test";
778-
ui64 minActivePartitions = 12;
778+
ui64 minActivePartitions = 10;
779779

780780
NYdb::NTopic::TTopicClient pqClient(*testServer.Driver);
781781
{
@@ -1219,7 +1219,7 @@ Y_UNIT_TEST_SUITE(KafkaProtocol) {
12191219

12201220
TString notExistsTopicName = "/Root/not-exists";
12211221

1222-
ui64 minActivePartitions = 10;
1222+
ui64 minActivePartitions = 12;
12231223

12241224
TString group = "consumer-0";
12251225
TString notExistsGroup = "consumer-not-exists";

0 commit comments

Comments
 (0)