Skip to content

Commit

Permalink
deleted excess ut (accidentally added during conflict resolution)
Browse files Browse the repository at this point in the history
  • Loading branch information
qkrorlqr committed Oct 16, 2024
1 parent 6dc0eb9 commit 44f19c3
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions cloud/filestore/libs/storage/service/service_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4150,28 +4150,6 @@ Y_UNIT_TEST_SUITE(TStorageServiceTest)
}
}

Y_UNIT_TEST(DestroyFilestoreShouldRespectDenyList)
{
NProto::TStorageConfig config;
config.MutableDestroyFilestoreDenyList()->Add("test");
config.SetGetNodeAttrBatchEnabled(true);
TTestEnv env({}, config);
env.CreateSubDomain("nfs");

ui32 nodeIdx = env.CreateNode("nfs");

const TString fsId = "test";
const auto initialBlockCount = 1'000;
TServiceClient service(env.GetRuntime(), nodeIdx);
service.CreateFileStore(fsId, initialBlockCount);

auto destroyFileStoreResponse = service.AssertDestroyFileStoreFailed(fsId);
UNIT_ASSERT_VALUES_EQUAL_C(
E_ARGUMENT,
destroyFileStoreResponse->GetStatus(),
destroyFileStoreResponse->GetErrorReason());
}

Y_UNIT_TEST(ShouldValidateRequestsWithShardId)
{
TTestEnv env;
Expand Down

0 comments on commit 44f19c3

Please sign in to comment.