diff options
author | ubyte <swarmer@ydb.tech> | 2025-07-17 19:39:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-17 21:39:20 +0500 |
commit | d9f70c138f6ea87dbe38ca0b490430f5f3b4578f (patch) | |
tree | d9ce7a049c481633816413875cf92b0b5d08cfeb | |
parent | 30a77afd11ebc935e3624584fcc6116a88ed5816 (diff) | |
download | ydb-d9f70c138f6ea87dbe38ca0b490430f5f3b4578f.tar.gz |
autoscaling ut: fix typos in test parameters, run more configurations (#21016)
-rw-r--r-- | ydb/core/persqueue/ut/ut_with_sdk/autoscaling_ut.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ydb/core/persqueue/ut/ut_with_sdk/autoscaling_ut.cpp b/ydb/core/persqueue/ut/ut_with_sdk/autoscaling_ut.cpp index 38ed32fa91c..ef80925c137 100644 --- a/ydb/core/persqueue/ut/ut_with_sdk/autoscaling_ut.cpp +++ b/ydb/core/persqueue/ut/ut_with_sdk/autoscaling_ut.cpp @@ -116,7 +116,7 @@ Y_UNIT_TEST_SUITE(TopicAutoscaling) { } Y_UNIT_TEST(ReadingAfterSplitTest_AutoscaleAwareSDK_AutoCommit) { - ReadingAfterSplitTest(SdkVersion::Topic, true, false); + ReadingAfterSplitTest(SdkVersion::Topic, true, true); } Y_UNIT_TEST(ReadingAfterSplitTest_PQv1) { @@ -421,7 +421,7 @@ Y_UNIT_TEST_SUITE(TopicAutoscaling) { } Y_UNIT_TEST(PartitionMerge_PreferedPartition_PQv1) { - PartitionMerge_PreferedPartition(SdkVersion::Topic, false); + PartitionMerge_PreferedPartition(SdkVersion::PQv1, false); } void PartitionSplit_ReadEmptyPartitions(SdkVersion sdk, bool autoscaleAwareSDK) { |