Skip to content

Commit 724231a

Browse files
The TxUsage::Write_Random_Sized_Messages_In_Wide_Transactions test is running for a long time (#15178)
1 parent 51a3d1a commit 724231a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ydb/public/sdk/cpp/src/client/topic/ut/topic_to_table_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3026,7 +3026,7 @@ Y_UNIT_TEST_F(Write_Random_Sized_Messages_In_Wide_Transactions, TFixture)
30263026
// will make sure that when committing transactions, the division into blocks is taken into account.
30273027

30283028
const size_t PARTITIONS_COUNT = 20;
3029-
const size_t TXS_COUNT = 100;
3029+
const size_t TXS_COUNT = 10;
30303030

30313031
CreateTopic("topic_A", TEST_CONSUMER, PARTITIONS_COUNT);
30323032

ydb/public/sdk/cpp/src/client/topic/ut/ya.make

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
UNITTEST_FOR(ydb/public/sdk/cpp/src/client/topic)
22

3+
REQUIREMENTS(ram:32)
4+
35
INCLUDE(${ARCADIA_ROOT}/ydb/public/sdk/cpp/sdk_common.inc)
46

57
IF (SANITIZER_TYPE OR WITH_VALGRIND)

0 commit comments

Comments
 (0)