diff options
author | spuchin <spuchin@yandex-team.ru> | 2022-02-10 16:48:16 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:16 +0300 |
commit | aab7e440a1750bc0841b355dcc4f388f31e5f5e3 (patch) | |
tree | c4ea3bd0ac108e34c329b483ba6ce11e25dfd005 /library/cpp/actors/testlib/test_runtime.h | |
parent | 47dc960d070b29aa93972d1d49088393af89383f (diff) | |
download | ydb-aab7e440a1750bc0841b355dcc4f388f31e5f5e3.tar.gz |
Restoring authorship annotation for <spuchin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/actors/testlib/test_runtime.h')
-rw-r--r-- | library/cpp/actors/testlib/test_runtime.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/actors/testlib/test_runtime.h b/library/cpp/actors/testlib/test_runtime.h index 26e3b45c98..e3facb3cd8 100644 --- a/library/cpp/actors/testlib/test_runtime.h +++ b/library/cpp/actors/testlib/test_runtime.h @@ -226,7 +226,7 @@ namespace NActors { DispatchedEventsLimit = limit; } TDuration SetReschedulingDelay(TDuration delay); - void SetLogBackend(const TAutoPtr<TLogBackend> logBackend); + void SetLogBackend(const TAutoPtr<TLogBackend> logBackend); void SetLogPriority(NActors::NLog::EComponent component, NActors::NLog::EPriority priority); TIntrusivePtr<ITimeProvider> GetTimeProvider(); TInstant GetCurrentTime() const; @@ -466,7 +466,7 @@ namespace NActors { const TVector<ui64>& GetTxAllocatorTabletIds() const { return TxAllocatorTabletIds; } void SetTxAllocatorTabletIds(const TVector<ui64>& ids) { TxAllocatorTabletIds = ids; } - + void SetUseRealInterconnect() { UseRealInterconnect = true; } @@ -529,7 +529,7 @@ namespace NActors { TActorId CurrentRecipient; ui64 DispatcherRandomSeed; TIntrusivePtr<IRandomProvider> DispatcherRandomProvider; - TAutoPtr<TLogBackend> LogBackend; + TAutoPtr<TLogBackend> LogBackend; bool NeedMonitoring; TIntrusivePtr<IRandomProvider> RandomProvider; @@ -626,7 +626,7 @@ namespace NActors { TSet<TActorId> ScheduleWhiteList; THashMap<TActorId, TActorId> ScheduleWhiteListParent; THashMap<TActorId, TString> ActorNames; - TDispatchContext* CurrentDispatchContext; + TDispatchContext* CurrentDispatchContext; TVector<ui64> TxAllocatorTabletIds; static ui32 NextNodeId; |