aboutsummaryrefslogtreecommitdiffstats
path: root/util/system
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 /util/system
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'util/system')
-rw-r--r--util/system/benchmark/cpu_id/metrics/ya.make21
-rw-r--r--util/system/benchmark/cpu_id/ya.make13
-rw-r--r--util/system/benchmark/create_destroy_thread/metrics/ya.make21
-rw-r--r--util/system/benchmark/create_destroy_thread/ya.make9
-rw-r--r--util/system/benchmark/rdtsc/ya.make10
-rw-r--r--util/system/benchmark/ya.make18
-rw-r--r--util/system/ut/stdin_osfhandle/ya.make14
-rw-r--r--util/system/ut/ya.make88
-rw-r--r--util/system/ya.make6
9 files changed, 0 insertions, 200 deletions
diff --git a/util/system/benchmark/cpu_id/metrics/ya.make b/util/system/benchmark/cpu_id/metrics/ya.make
deleted file mode 100644
index 8c55def99b..0000000000
--- a/util/system/benchmark/cpu_id/metrics/ya.make
+++ /dev/null
@@ -1,21 +0,0 @@
-OWNER(
- yazevnul
- g:util
-)
-SUBSCRIBER(g:util-subscribers)
-
-PY2TEST()
-
-SIZE(LARGE)
-
-TAG(
- ya:force_sandbox
- sb:intel_e5_2660v1
- ya:fat
-)
-
-TEST_SRCS(main.py)
-
-DEPENDS(util/system/benchmark/cpu_id)
-
-END()
diff --git a/util/system/benchmark/cpu_id/ya.make b/util/system/benchmark/cpu_id/ya.make
deleted file mode 100644
index 976977014f..0000000000
--- a/util/system/benchmark/cpu_id/ya.make
+++ /dev/null
@@ -1,13 +0,0 @@
-OWNER(
- yazevnul
- g:util
-)
-SUBSCRIBER(g:util-subscribers)
-
-Y_BENCHMARK()
-
-SRCS(
- main.cpp
-)
-
-END()
diff --git a/util/system/benchmark/create_destroy_thread/metrics/ya.make b/util/system/benchmark/create_destroy_thread/metrics/ya.make
deleted file mode 100644
index d526487e1a..0000000000
--- a/util/system/benchmark/create_destroy_thread/metrics/ya.make
+++ /dev/null
@@ -1,21 +0,0 @@
-OWNER(
- yazevnul
- g:util
-)
-SUBSCRIBER(g:util-subscribers)
-
-PY2TEST()
-
-SIZE(LARGE)
-
-TAG(
- ya:force_sandbox
- sb:intel_e5_2660v1
- ya:fat
-)
-
-TEST_SRCS(main.py)
-
-DEPENDS(util/system/benchmark/create_destroy_thread)
-
-END()
diff --git a/util/system/benchmark/create_destroy_thread/ya.make b/util/system/benchmark/create_destroy_thread/ya.make
deleted file mode 100644
index 03eb0ec8e0..0000000000
--- a/util/system/benchmark/create_destroy_thread/ya.make
+++ /dev/null
@@ -1,9 +0,0 @@
-OWNER(yazevnul)
-
-Y_BENCHMARK()
-
-SRCS(
- main.cpp
-)
-
-END()
diff --git a/util/system/benchmark/rdtsc/ya.make b/util/system/benchmark/rdtsc/ya.make
deleted file mode 100644
index 7059abc3a4..0000000000
--- a/util/system/benchmark/rdtsc/ya.make
+++ /dev/null
@@ -1,10 +0,0 @@
-Y_BENCHMARK()
-
-OWNER(g:util)
-SUBSCRIBER(g:util-subscribers)
-
-SRCS(
- main.cpp
-)
-
-END()
diff --git a/util/system/benchmark/ya.make b/util/system/benchmark/ya.make
deleted file mode 100644
index 12fa9af9d6..0000000000
--- a/util/system/benchmark/ya.make
+++ /dev/null
@@ -1,18 +0,0 @@
-OWNER(
- yazevnul
- g:util
-)
-SUBSCRIBER(g:util-subscribers)
-
-RECURSE(
- cpu_id
- cpu_id/metrics
- create_destroy_thread
- create_destroy_thread/metrics
-)
-
-IF (NOT OS_WINDOWS)
- RECURSE(
- rdtsc
- )
-ENDIF()
diff --git a/util/system/ut/stdin_osfhandle/ya.make b/util/system/ut/stdin_osfhandle/ya.make
deleted file mode 100644
index d71ab22e69..0000000000
--- a/util/system/ut/stdin_osfhandle/ya.make
+++ /dev/null
@@ -1,14 +0,0 @@
-PROGRAM()
-
-OWNER(g:util)
-SUBSCRIBER(g:util-subscribers)
-
-SRCS(
- main.cpp
-)
-
-NO_UTIL()
-
-BUILD_ONLY_IF(OS_WINDOWS)
-
-END()
diff --git a/util/system/ut/ya.make b/util/system/ut/ya.make
deleted file mode 100644
index 127e7c261e..0000000000
--- a/util/system/ut/ya.make
+++ /dev/null
@@ -1,88 +0,0 @@
-UNITTEST_FOR(util)
-
-OWNER(g:util)
-SUBSCRIBER(g:util-subscribers)
-
-FORK_TESTS()
-
-FORK_SUBTESTS()
-
-SPLIT_FACTOR(40)
-
-TIMEOUT(300)
-
-SIZE(MEDIUM)
-
-IF (OS_DARWIN)
- SIZE(LARGE)
- TAG(ya:fat ya:force_sandbox ya:exotic_platform)
- TIMEOUT(3600)
-ENDIF()
-
-PEERDIR(
- library/cpp/testing/benchmark
-)
-
-SRCS(
- system/align_ut.cpp
- system/atexit_ut.cpp
- system/atomic_ut.cpp
- system/backtrace_ut.cpp
- system/byteorder_ut.cpp
- system/compat_ut.cpp
- system/compiler_ut.cpp
- system/context_ut.cpp
- system/condvar_ut.cpp
- system/cpu_id_ut.cpp
- system/datetime_ut.cpp
- system/daemon_ut.cpp
- system/direct_io_ut.cpp
- system/env_ut.cpp
- system/error_ut.cpp
- system/event_ut.cpp
- system/execpath_ut.cpp
- system/file_ut.cpp
- system/filemap_ut.cpp
- system/flock_ut.cpp
- system/fs_ut.cpp
- system/fstat_ut.cpp
- system/getpid_ut.cpp
- system/guard_ut.cpp
- system/hi_lo_ut.cpp
- system/hostname_ut.cpp
- system/info_ut.cpp
- system/interrupt_signals_ut.cpp
- system/mem_info_ut.cpp
- system/mincore_ut.cpp
- system/mutex_ut.cpp
- system/nice_ut.cpp
- system/pipe_ut.cpp
- system/platform_ut.cpp
- system/progname_ut.cpp
- system/rusage_ut.cpp
- system/rwlock_ut.cpp
- system/sanitizers_ut.cpp
- system/shellcommand_ut.cpp
- system/spinlock_ut.cpp
- system/src_root_ut.cpp
- system/src_location_ut.cpp
- system/shmat_ut.cpp
- system/tempfile_ut.cpp
- system/thread_ut.cpp
- system/tls_ut.cpp
- system/types_ut.cpp
- system/type_name_ut.cpp
- system/user_ut.cpp
- system/unaligned_mem_ut.cpp
- system/yassert_ut.cpp
-)
-
-IF (OS_WINDOWS)
- DEPENDS(
- util/system/ut/stdin_osfhandle
- )
-ENDIF()
-
-REQUIREMENTS(ram:12)
-
-END()
diff --git a/util/system/ya.make b/util/system/ya.make
deleted file mode 100644
index 79c9498ddd..0000000000
--- a/util/system/ya.make
+++ /dev/null
@@ -1,6 +0,0 @@
-OWNER(g:util)
-SUBSCRIBER(g:util-subscribers)
-
-RECURSE_FOR_TESTS(
- ut
-)