diff --git a/.github/config/muted_ya.txt b/.github/config/muted_ya.txt index 56a14da03a2f..9e24ac1c81dc 100644 --- a/.github/config/muted_ya.txt +++ b/.github/config/muted_ya.txt @@ -29,8 +29,6 @@ ydb/core/tx/columnshard/ut_schema TColumnShardTestSchema.RebootForgetAfterFail ydb/core/tx/columnshard/engines/ut * ydb/core/tx/coordinator/ut Coordinator.RestoreTenantConfiguration ydb/core/tx/datashard/ut_change_exchange Cdc.InitialScanDebezium -ydb/core/tx/schemeshard/ut_base TSchemeShardTest.CreatePersQueueGroup -ydb/core/tx/schemeshard/ut_base TSchemeShardTest.DropPQ ydb/core/tx/schemeshard/ut_restore TImportTests.ShouldSucceedOnManyTables ydb/core/tx/schemeshard/ut_split_merge TSchemeShardSplitBySizeTest.Merge1KShards ydb/core/tx/tx_proxy/ut_ext_tenant TExtSubDomainTest.CreateTableInsideAndAlterDomainAndTable-AlterDatabaseCreateHiveFirst* diff --git a/ydb/core/tx/schemeshard/ut_base/ut_base.cpp b/ydb/core/tx/schemeshard/ut_base/ut_base.cpp index 57bd711cff15..51f72985cd7e 100644 --- a/ydb/core/tx/schemeshard/ut_base/ut_base.cpp +++ b/ydb/core/tx/schemeshard/ut_base/ut_base.cpp @@ -6331,17 +6331,6 @@ Y_UNIT_TEST_SUITE(TSchemeShardTest) { "PQTabletConfig: {PartitionConfig { LifetimeSeconds : 10}}" ); - TestDescribeResult(DescribePath(runtime, "/MyRoot/DirA/PQGroup_1", true), - {NLs::PathsInsideDomain(4), - NLs::ShardsInsideDomain(18), - NLs::PathVersionEqual(1), - NLs::NotFinished}); - - TActorId sender = runtime.AllocateEdgeActor(); - RebootTablet(runtime, TTestTxConfig::SchemeShard, sender); - - env.TestWaitNotification(runtime, txId); - TestDescribeResult(DescribePath(runtime, "/MyRoot/DirA/PQGroup_1", true), {NLs::CheckPartCount("PQGroup_1", 100, 10, 10, 100), NLs::PathsInsideDomain(4), @@ -6863,7 +6852,7 @@ Y_UNIT_TEST_SUITE(TSchemeShardTest) { AsyncForceDropUnsafe(runtime, ++txId, pVer.PathId.LocalPathId); TestModificationResult(runtime, txId-2, NKikimrScheme::StatusAccepted); - TestModificationResult(runtime, txId-1, NKikimrScheme::StatusMultipleModifications); + TestModificationResult(runtime, txId-1, NKikimrScheme::StatusAccepted); TestModificationResult(runtime, txId, NKikimrScheme::StatusAccepted); TActorId sender = runtime.AllocateEdgeActor();