aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/test/ut
diff options
context:
space:
mode:
authorermolovd <ermolovd@yandex-team.ru>2022-02-10 16:47:53 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:53 +0300
commitb91bcef7c99a119b0846479ef71bfab4beec72ca (patch)
treebe118d54d12a61bc4812ceb0a266a170a2fa3bc9 /library/cpp/messagebus/test/ut
parentf421873774cf0b71743afbe5f6677861e66601ea (diff)
downloadydb-b91bcef7c99a119b0846479ef71bfab4beec72ca.tar.gz
Restoring authorship annotation for <ermolovd@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/messagebus/test/ut')
-rw-r--r--library/cpp/messagebus/test/ut/messagebus_ut.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/messagebus/test/ut/messagebus_ut.cpp b/library/cpp/messagebus/test/ut/messagebus_ut.cpp
index 040f9b7702..254afad737 100644
--- a/library/cpp/messagebus/test/ut/messagebus_ut.cpp
+++ b/library/cpp/messagebus/test/ut/messagebus_ut.cpp
@@ -5,16 +5,16 @@
#include <library/cpp/messagebus/test/helper/hanging_server.h>
#include <library/cpp/messagebus/test/helper/object_count_check.h>
#include <library/cpp/messagebus/test/helper/wait_for.h>
-
+
#include <library/cpp/messagebus/misc/test_sync.h>
-
+
#include <util/network/sock.h>
#include <utility>
-using namespace NBus;
+using namespace NBus;
using namespace NBus::NTest;
-
+
namespace {
struct TExampleClientSlowOnMessageSent: public TExampleClient {
TAtomic SentCompleted;
@@ -55,7 +55,7 @@ Y_UNIT_TEST_SUITE(TMessageBusTests) {
TExampleClient client(sessionConfig);
client.CrashOnError = true;
-
+
server.UseCompression = useCompression;
client.UseCompression = useCompression;
@@ -1148,4 +1148,4 @@ Y_UNIT_TEST_SUITE(TMessageBusTests) {
// but it should occur at least once
UNIT_ASSERT(client.Session->GetConnectSyscallsNumForTest(noServerAddr) > 2);
};
-};
+};