aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors
diff options
context:
space:
mode:
authorsvc <svc@yandex-team.ru>2022-02-10 16:50:23 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:23 +0300
commitb52616d775abd70c27365aa9721e9ee71bfc77d2 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/actors
parenteb48c66d105713a2574106c798c8b6387643f5c7 (diff)
downloadydb-b52616d775abd70c27365aa9721e9ee71bfc77d2.tar.gz
Restoring authorship annotation for <svc@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/actors')
-rw-r--r--library/cpp/actors/testlib/test_runtime.cpp16
-rw-r--r--library/cpp/actors/testlib/test_runtime.h2
2 files changed, 9 insertions, 9 deletions
diff --git a/library/cpp/actors/testlib/test_runtime.cpp b/library/cpp/actors/testlib/test_runtime.cpp
index d5ecaefe6a2..6fa25b99656 100644
--- a/library/cpp/actors/testlib/test_runtime.cpp
+++ b/library/cpp/actors/testlib/test_runtime.cpp
@@ -61,7 +61,7 @@ namespace NActors {
ActorSystemMonotonic = nullptr;
}
- void TTestActorRuntimeBase::TNodeDataBase::Stop() {
+ void TTestActorRuntimeBase::TNodeDataBase::Stop() {
if (Poller)
Poller->Stop();
@@ -77,11 +77,11 @@ namespace NActors {
Poller.Reset();
}
- TTestActorRuntimeBase::TNodeDataBase::~TNodeDataBase() {
- Stop();
- }
+ TTestActorRuntimeBase::TNodeDataBase::~TNodeDataBase() {
+ Stop();
+ }
+
-
class TTestActorRuntimeBase::TEdgeActor : public TActor<TEdgeActor> {
public:
static constexpr EActivityType ActorActivityType() {
@@ -1660,9 +1660,9 @@ namespace NActors {
common->Settings.Handshake = TDuration::Max();
}
- common->ClusterUUID = ClusterUUID;
- common->AcceptUUID = {ClusterUUID};
-
+ common->ClusterUUID = ClusterUUID;
+ common->AcceptUUID = {ClusterUUID};
+
for (ui32 proxyNodeIndex = 0; proxyNodeIndex < NodeCount; ++proxyNodeIndex) {
if (proxyNodeIndex == nodeIndex)
continue;
diff --git a/library/cpp/actors/testlib/test_runtime.h b/library/cpp/actors/testlib/test_runtime.h
index ffbf475f9a7..26e3b45c984 100644
--- a/library/cpp/actors/testlib/test_runtime.h
+++ b/library/cpp/actors/testlib/test_runtime.h
@@ -538,7 +538,7 @@ namespace NActors {
protected:
struct TNodeDataBase: public TThrRefBase {
TNodeDataBase();
- void Stop();
+ void Stop();
virtual ~TNodeDataBase();
virtual ui64 GetLoggerPoolId() const {
return 0;