Skip to content

Commit

Permalink
resolve conflicts...
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Deb Natkh committed May 10, 2024
1 parent 233f239 commit 8761cf1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions cloud/filestore/libs/storage/tablet/tablet_ut_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5295,6 +5295,21 @@ Y_UNIT_TEST_SUITE(TIndexTabletTest_Data)
storageConfig.SetCleanupThreshold(999'999);
storageConfig.SetCollectGarbageThreshold(1_GB);

TTestEnv env({}, std::move(storageConfig));

env.CreateSubDomain("nfs");

ui32 nodeIdx = env.CreateNode("nfs");
ui64 tabletId = env.BootIndexTablet(nodeIdx);

TIndexTabletClient tablet(
env.GetRuntime(),
nodeIdx,
tabletId,
tabletConfig);
tablet.InitSession("client", "session");
auto id = CreateNode(tablet, TCreateNodeArgs::File(RootNodeId, "test"));

auto handle = CreateHandle(tablet, id);

for (int i = 0; i < 2; i++) {
Expand Down

0 comments on commit 8761cf1

Please sign in to comment.