We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587a6ef commit b4e87d6Copy full SHA for b4e87d6
ydb/core/persqueue/ut/autoscaling_ut.cpp
@@ -620,7 +620,7 @@ Y_UNIT_TEST_SUITE(TopicAutoscaling) {
620
.EndConfigurePartitioningSettings();
621
client.CreateTopic(TEST_TOPIC, createSettings).Wait();
622
623
- auto msg = TString("a", 1_MB);
+ auto msg = TString(1_MB, 'a');
624
625
auto writeSession = CreateWriteSession(client, "producer-1", 0);
626
UNIT_ASSERT(writeSession->Write(Msg(msg, 1)));
0 commit comments