aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/test
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /library/cpp/messagebus/test
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/cpp/messagebus/test')
-rw-r--r--library/cpp/messagebus/test/example/client/ya.make13
-rw-r--r--library/cpp/messagebus/test/example/common/ya.make15
-rw-r--r--library/cpp/messagebus/test/example/server/ya.make13
-rw-r--r--library/cpp/messagebus/test/example/ya.make7
-rw-r--r--library/cpp/messagebus/test/helper/ya.make17
-rw-r--r--library/cpp/messagebus/test/perftest/ya.make24
-rw-r--r--library/cpp/messagebus/test/ut/ya.make58
-rw-r--r--library/cpp/messagebus/test/ya.make7
8 files changed, 0 insertions, 154 deletions
diff --git a/library/cpp/messagebus/test/example/client/ya.make b/library/cpp/messagebus/test/example/client/ya.make
deleted file mode 100644
index a660a01698..0000000000
--- a/library/cpp/messagebus/test/example/client/ya.make
+++ /dev/null
@@ -1,13 +0,0 @@
-PROGRAM(messagebus_example_client)
-
-OWNER(g:messagebus)
-
-PEERDIR(
- library/cpp/messagebus/test/example/common
-)
-
-SRCS(
- client.cpp
-)
-
-END()
diff --git a/library/cpp/messagebus/test/example/common/ya.make b/library/cpp/messagebus/test/example/common/ya.make
deleted file mode 100644
index 4da16608fc..0000000000
--- a/library/cpp/messagebus/test/example/common/ya.make
+++ /dev/null
@@ -1,15 +0,0 @@
-LIBRARY(messagebus_test_example_common)
-
-OWNER(g:messagebus)
-
-PEERDIR(
- library/cpp/messagebus
- library/cpp/messagebus/protobuf
-)
-
-SRCS(
- proto.cpp
- messages.proto
-)
-
-END()
diff --git a/library/cpp/messagebus/test/example/server/ya.make b/library/cpp/messagebus/test/example/server/ya.make
deleted file mode 100644
index 8cdd97cb12..0000000000
--- a/library/cpp/messagebus/test/example/server/ya.make
+++ /dev/null
@@ -1,13 +0,0 @@
-PROGRAM(messagebus_example_server)
-
-OWNER(g:messagebus)
-
-PEERDIR(
- library/cpp/messagebus/test/example/common
-)
-
-SRCS(
- server.cpp
-)
-
-END()
diff --git a/library/cpp/messagebus/test/example/ya.make b/library/cpp/messagebus/test/example/ya.make
deleted file mode 100644
index f275351c29..0000000000
--- a/library/cpp/messagebus/test/example/ya.make
+++ /dev/null
@@ -1,7 +0,0 @@
-OWNER(g:messagebus)
-
-RECURSE(
- client
- common
- server
-)
diff --git a/library/cpp/messagebus/test/helper/ya.make b/library/cpp/messagebus/test/helper/ya.make
deleted file mode 100644
index 97bd45f573..0000000000
--- a/library/cpp/messagebus/test/helper/ya.make
+++ /dev/null
@@ -1,17 +0,0 @@
-LIBRARY(messagebus_test_helper)
-
-OWNER(g:messagebus)
-
-SRCS(
- example.cpp
- example_module.cpp
- fixed_port.cpp
- message_handler_error.cpp
- hanging_server.cpp
-)
-
-PEERDIR(
- library/cpp/messagebus/oldmodule
-)
-
-END()
diff --git a/library/cpp/messagebus/test/perftest/ya.make b/library/cpp/messagebus/test/perftest/ya.make
deleted file mode 100644
index 24c2848ed5..0000000000
--- a/library/cpp/messagebus/test/perftest/ya.make
+++ /dev/null
@@ -1,24 +0,0 @@
-PROGRAM(messagebus_perftest)
-
-OWNER(g:messagebus)
-
-PEERDIR(
- library/cpp/deprecated/threadable
- library/cpp/execprofile
- library/cpp/getopt
- library/cpp/lwtrace
- library/cpp/messagebus
- library/cpp/messagebus/oldmodule
- library/cpp/messagebus/protobuf
- library/cpp/messagebus/www
- library/cpp/sighandler
- library/cpp/threading/future
-)
-
-SRCS(
- messages.proto
- perftest.cpp
- simple_proto.cpp
-)
-
-END()
diff --git a/library/cpp/messagebus/test/ut/ya.make b/library/cpp/messagebus/test/ut/ya.make
deleted file mode 100644
index bf15564d95..0000000000
--- a/library/cpp/messagebus/test/ut/ya.make
+++ /dev/null
@@ -1,58 +0,0 @@
-OWNER(g:messagebus)
-
-UNITTEST_FOR(library/cpp/messagebus)
-
-TIMEOUT(1200)
-
-SIZE(LARGE)
-
-TAG(
- ya:not_autocheck
- ya:fat
-)
-
-FORK_SUBTESTS()
-
-PEERDIR(
- library/cpp/testing/unittest_main
- library/cpp/messagebus
- library/cpp/messagebus/test/helper
- library/cpp/messagebus/www
- library/cpp/resource
-)
-
-SRCS(
- messagebus_ut.cpp
- module_client_ut.cpp
- module_client_one_way_ut.cpp
- module_server_ut.cpp
- one_way_ut.cpp
- starter_ut.cpp
- sync_client_ut.cpp
- locator_uniq_ut.cpp
- www_ut.cpp
- ../../actor/actor_ut.cpp
- ../../actor/ring_buffer_ut.cpp
- ../../actor/tasks_ut.cpp
- ../../actor/what_thread_does_guard_ut.cpp
- ../../async_result_ut.cpp
- ../../cc_semaphore_ut.cpp
- ../../coreconn_ut.cpp
- ../../duration_histogram_ut.cpp
- ../../message_status_counter_ut.cpp
- ../../misc/weak_ptr_ut.cpp
- ../../latch_ut.cpp
- ../../lfqueue_batch_ut.cpp
- ../../local_flags_ut.cpp
- ../../memory_ut.cpp
- ../../moved_ut.cpp
- ../../netaddr_ut.cpp
- ../../network_ut.cpp
- ../../nondestroying_holder_ut.cpp
- ../../scheduler_actor_ut.cpp
- ../../scheduler/scheduler_ut.cpp
- ../../socket_addr_ut.cpp
- ../../vector_swaps_ut.cpp
-)
-
-END()
diff --git a/library/cpp/messagebus/test/ya.make b/library/cpp/messagebus/test/ya.make
deleted file mode 100644
index 0dc4bd4720..0000000000
--- a/library/cpp/messagebus/test/ya.make
+++ /dev/null
@@ -1,7 +0,0 @@
-OWNER(g:messagebus)
-
-RECURSE(
- example
- perftest
- ut
-)