-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2cbf061
commit 852563f
Showing
4 changed files
with
60 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
cloud/blockstore/libs/storage/volume/volume_lagging_agent_ut.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
#include <cloud/blockstore/libs/storage/volume/testlib/test_env.h> | ||
#include <cloud/blockstore/libs/storage/api/volume_proxy.h> | ||
#include <cloud/blockstore/libs/storage/partition_common/events_private.h> | ||
#include <cloud/blockstore/libs/storage/partition_nonrepl/model/processing_blocks.h> | ||
#include <cloud/blockstore/libs/storage/stats_service/stats_service_events_private.h> | ||
|
||
#include <util/system/hostname.h> | ||
|
||
namespace NCloud::NBlockStore::NStorage { | ||
|
||
using namespace NActors; | ||
|
||
using namespace NKikimr; | ||
|
||
using namespace NCloud::NBlockStore::NStorage::NPartition; | ||
|
||
using namespace NCloud::NStorage; | ||
|
||
using namespace NTestVolume; | ||
|
||
|
||
//////////////////////////////////////////////////////////////////////////////// | ||
|
||
Y_UNIT_TEST_SUITE(TLaggingAgentVolumeTest) { | ||
Y_UNIT_TEST(ShouldUpdateVolumeConfig) | ||
{ | ||
auto runtime = PrepareTestActorRuntime(); | ||
|
||
TVolumeClient volume(*runtime); | ||
volume.UpdateVolumeConfig(); | ||
} | ||
} | ||
|
||
} // namespace NCloud::NBlockStore::NStorage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters