We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5b5e5 commit 90f515aCopy full SHA for 90f515a
cloud/blockstore/libs/storage/disk_registry/disk_registry_ut_cms.cpp
@@ -1508,9 +1508,11 @@ Y_UNIT_TEST_SUITE(TDiskRegistryTest)
1508
1509
RegisterAgents(*Runtime, 1);
1510
1511
- auto response = DiskRegistry->BackupDiskRegistryState(true);
1512
- const auto pathAttachStates =
1513
- response->Record.GetBackup().GetAgents(0).GetPathAttachStates();
+ auto response =
+ DiskRegistry->BackupDiskRegistryState(NProto::BDRSS_LOCAL_DB);
+ const auto pathAttachStates = response->Record.GetLocalDBBackup()
1514
+ .GetAgents(0)
1515
+ .GetPathAttachStates();
1516
auto it = pathAttachStates.find("dev-1");
1517
UNIT_ASSERT(it != pathAttachStates.end());
1518
UNIT_ASSERT_VALUES_EQUAL(
0 commit comments