Skip to content

Commit 4eb60f8

Browse files
Fixed the TPqGroupTestReboots.AlterWithReboots tests (#15734)
1 parent 3917ee3 commit 4eb60f8

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.github/config/muted_ya.txt

-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ ydb/core/tx/datashard/ut_incremental_backup IncrementalBackup.ComplexRestoreBack
6060
ydb/core/tx/schemeshard/ut_login_large TSchemeShardLoginLargeTest.RemoveLogin_Many
6161
ydb/core/tx/schemeshard/ut_move_reboots TSchemeShardMoveRebootsTest.WithData
6262
ydb/core/tx/schemeshard/ut_move_reboots TSchemeShardMoveRebootsTest.WithDataAndPersistentPartitionStats
63-
ydb/core/tx/schemeshard/ut_pq_reboots TPqGroupTestReboots.AlterWithReboots-PQConfigTransactionsAtSchemeShard-false
64-
ydb/core/tx/schemeshard/ut_pq_reboots TPqGroupTestReboots.AlterWithReboots-PQConfigTransactionsAtSchemeShard-true
6563
ydb/core/tx/tiering/ut ColumnShardTiers.TTLUsage
6664
ydb/core/viewer/tests test.py.test_viewer_nodes
6765
ydb/core/viewer/tests test.py.test_viewer_sysinfo

ydb/core/tx/schemeshard/ut_pq_reboots/ut_pq_reboots.cpp

+1-13
Original file line numberDiff line numberDiff line change
@@ -163,19 +163,7 @@ Y_UNIT_TEST_SUITE(TPqGroupTestReboots) {
163163
"PQTabletConfig: {PartitionConfig { LifetimeSeconds : 10}}"
164164
);
165165

166-
TestAlterPQGroup(runtime, ++t.TxId, "/MyRoot/DirA",
167-
"Name: \"PQGroup\""
168-
"TotalGroupCount: 9 "
169-
"PartitionPerTablet: 10 ",
170-
{NKikimrScheme::StatusMultipleModifications});
171-
172-
TestAlterPQGroup(runtime, ++t.TxId, "/MyRoot/DirA",
173-
"Name: \"PQGroup\""
174-
"TotalGroupCount: 10 "
175-
"PartitionPerTablet: 9 ",
176-
{NKikimrScheme::StatusMultipleModifications});
177-
178-
t.TestEnv->TestWaitNotification(runtime, {t.TxId-2, t.TxId-1, t.TxId});
166+
t.TestEnv->TestWaitNotification(runtime, t.TxId);
179167

180168
pqVer = TestDescribeResult(DescribePath(runtime, "/MyRoot/DirA/PQGroup", true),
181169
{NLs::Finished,

0 commit comments

Comments
 (0)