diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
tree | 7d55b9e950eb724da222548997547bf6710b1b58 /contrib/libs/grpc/src | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'contrib/libs/grpc/src')
19 files changed, 0 insertions, 948 deletions
diff --git a/contrib/libs/grpc/src/compiler/grpc_cpp_plugin/ya.make b/contrib/libs/grpc/src/compiler/grpc_cpp_plugin/ya.make deleted file mode 100644 index a4b7e363a3..0000000000 --- a/contrib/libs/grpc/src/compiler/grpc_cpp_plugin/ya.make +++ /dev/null @@ -1,37 +0,0 @@ -# Generated by devtools/yamaker. - -PROGRAM() - -WITHOUT_LICENSE_TEXTS() - -OWNER(g:cpp-contrib) - -LICENSE(Apache-2.0) - -PEERDIR( - contrib/libs/grpc/src/compiler/grpc_plugin_support - contrib/libs/protobuf - contrib/libs/protoc -) - -ADDINCL( - ${ARCADIA_BUILD_ROOT}/contrib/libs/grpc - contrib/libs/grpc - contrib/libs/grpc/include -) - -NO_COMPILER_WARNINGS() - -SRCDIR(contrib/libs/grpc/src/compiler) - -IF (OS_LINUX OR OS_DARWIN) - CFLAGS( - -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 - ) -ENDIF() - -SRCS( - cpp_plugin.cc -) - -END() diff --git a/contrib/libs/grpc/src/compiler/grpc_plugin_support/ya.make b/contrib/libs/grpc/src/compiler/grpc_plugin_support/ya.make deleted file mode 100644 index 068ae1ead6..0000000000 --- a/contrib/libs/grpc/src/compiler/grpc_plugin_support/ya.make +++ /dev/null @@ -1,37 +0,0 @@ -# Generated by devtools/yamaker. - -LIBRARY() - -WITHOUT_LICENSE_TEXTS() - -OWNER(g:cpp-contrib) - -LICENSE(Apache-2.0) - -PEERDIR( - contrib/libs/protobuf - contrib/libs/protoc -) - -ADDINCL( - GLOBAL contrib/libs/grpc/include - ${ARCADIA_BUILD_ROOT}/contrib/libs/grpc - contrib/libs/grpc -) - -NO_COMPILER_WARNINGS() - -SRCDIR(contrib/libs/grpc/src/compiler) - -IF (OS_LINUX OR OS_DARWIN) - CFLAGS( - -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 - ) -ENDIF() - -SRCS( - cpp_generator.cc - python_generator.cc -) - -END() diff --git a/contrib/libs/grpc/src/compiler/grpc_python_plugin/ya.make b/contrib/libs/grpc/src/compiler/grpc_python_plugin/ya.make deleted file mode 100644 index cf2a106c91..0000000000 --- a/contrib/libs/grpc/src/compiler/grpc_python_plugin/ya.make +++ /dev/null @@ -1,36 +0,0 @@ -# Generated by devtools/yamaker. - -PROGRAM() - -WITHOUT_LICENSE_TEXTS() - -OWNER(g:cpp-contrib) - -LICENSE(Apache-2.0) - -PEERDIR( - contrib/libs/grpc/src/compiler/grpc_plugin_support - contrib/libs/protoc -) - -ADDINCL( - ${ARCADIA_BUILD_ROOT}/contrib/libs/grpc - contrib/libs/grpc - contrib/libs/grpc/include -) - -NO_COMPILER_WARNINGS() - -SRCDIR(contrib/libs/grpc/src/compiler) - -IF (OS_LINUX OR OS_DARWIN) - CFLAGS( - -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 - ) -ENDIF() - -SRCS( - python_plugin.cc -) - -END() diff --git a/contrib/libs/grpc/src/core/lib/ya.make b/contrib/libs/grpc/src/core/lib/ya.make deleted file mode 100644 index 93f59abe37..0000000000 --- a/contrib/libs/grpc/src/core/lib/ya.make +++ /dev/null @@ -1,79 +0,0 @@ -# Generated by devtools/yamaker. - -LIBRARY() - -OWNER(g:cpp-contrib) - -LICENSE(Apache-2.0) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -PEERDIR( - contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/spinlock_wait - contrib/restricted/abseil-cpp-tstring/y_absl/container - contrib/restricted/abseil-cpp-tstring/y_absl/memory - contrib/restricted/abseil-cpp-tstring/y_absl/strings - contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format - contrib/restricted/abseil-cpp-tstring/y_absl/synchronization - contrib/restricted/abseil-cpp-tstring/y_absl/time -) - -ADDINCL( - GLOBAL contrib/libs/grpc/include - ${ARCADIA_BUILD_ROOT}/contrib/libs/grpc - contrib/libs/grpc -) - -NO_COMPILER_WARNINGS() - -IF (OS_LINUX OR OS_DARWIN) - CFLAGS( - -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 - ) -ENDIF() - -SRCS( - gpr/alloc.cc - gpr/atm.cc - gpr/cpu_iphone.cc - gpr/cpu_linux.cc - gpr/cpu_posix.cc - gpr/cpu_windows.cc - gpr/env_linux.cc - gpr/env_posix.cc - gpr/env_windows.cc - gpr/log.cc - gpr/log_android.cc - gpr/log_linux.cc - gpr/log_posix.cc - gpr/log_windows.cc - gpr/murmur_hash.cc - gpr/string.cc - gpr/string_posix.cc - gpr/string_util_windows.cc - gpr/string_windows.cc - gpr/sync.cc - gpr/sync_abseil.cc - gpr/sync_posix.cc - gpr/sync_windows.cc - gpr/time.cc - gpr/time_posix.cc - gpr/time_precise.cc - gpr/time_windows.cc - gpr/tls_pthread.cc - gpr/tmpfile_msys.cc - gpr/tmpfile_posix.cc - gpr/tmpfile_windows.cc - gpr/wrap_memcpy.cc - gprpp/arena.cc - gprpp/fork.cc - gprpp/global_config_env.cc - gprpp/host_port.cc - gprpp/mpscq.cc - gprpp/thd_posix.cc - gprpp/thd_windows.cc - profiling/basic_timers.cc - profiling/stap_timers.cc -) - -END() diff --git a/contrib/libs/grpc/src/cpp/common/ya.make b/contrib/libs/grpc/src/cpp/common/ya.make deleted file mode 100644 index f1966dce37..0000000000 --- a/contrib/libs/grpc/src/cpp/common/ya.make +++ /dev/null @@ -1,41 +0,0 @@ -# Generated by devtools/yamaker. - -LIBRARY() - -OWNER(g:cpp-contrib) - -LICENSE(Apache-2.0) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -PEERDIR( - contrib/libs/grpc/grpc - contrib/libs/grpc/grpc++ - contrib/libs/grpc/src/core/lib - contrib/libs/grpc/third_party/address_sorting - contrib/libs/grpc/third_party/upb - contrib/libs/openssl -) - -ADDINCL( - GLOBAL contrib/libs/grpc/include - ${ARCADIA_BUILD_ROOT}/contrib/libs/grpc - contrib/libs/grpc - contrib/libs/grpc/src/core/ext/upb-generated - contrib/libs/grpc/third_party/upb -) - -NO_COMPILER_WARNINGS() - -IF (OS_LINUX OR OS_DARWIN) - CFLAGS( - -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 - ) -ENDIF() - -SRCS( - alts_context.cc - alts_util.cc -) - -END() diff --git a/contrib/libs/grpc/src/proto/grpc/channelz/ya.make b/contrib/libs/grpc/src/proto/grpc/channelz/ya.make deleted file mode 100644 index 9f1e3cedc9..0000000000 --- a/contrib/libs/grpc/src/proto/grpc/channelz/ya.make +++ /dev/null @@ -1,27 +0,0 @@ -PROTO_LIBRARY() - -LICENSE(Apache-2.0) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -OWNER( - akastornov - dvshkurko - g:contrib - g:cpp-contrib -) - -PROTO_NAMESPACE( - GLOBAL - contrib/libs/grpc -) - -GRPC() - -SRCS( - channelz.proto -) - -EXCLUDE_TAGS(GO_PROTO) - -END() diff --git a/contrib/libs/grpc/src/proto/grpc/core/ya.make b/contrib/libs/grpc/src/proto/grpc/core/ya.make deleted file mode 100644 index 856c34ee53..0000000000 --- a/contrib/libs/grpc/src/proto/grpc/core/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -PROTO_LIBRARY() - -LICENSE(Apache-2.0) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -OWNER( - akastornov - g:contrib - g:cpp-contrib -) - -PROTO_NAMESPACE( - GLOBAL - contrib/libs/grpc -) - -GRPC() - -SRCS( - stats.proto -) - -EXCLUDE_TAGS(GO_PROTO) - -END() diff --git a/contrib/libs/grpc/src/proto/grpc/health/v1/ya.make b/contrib/libs/grpc/src/proto/grpc/health/v1/ya.make deleted file mode 100644 index 7bb8b0dff9..0000000000 --- a/contrib/libs/grpc/src/proto/grpc/health/v1/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -PROTO_LIBRARY() - -LICENSE(Apache-2.0) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -OWNER( - akastornov - g:contrib - g:cpp-contrib -) - -PROTO_NAMESPACE( - GLOBAL - contrib/libs/grpc -) - -GRPC() - -SRCS( - health.proto -) - -EXCLUDE_TAGS(GO_PROTO) - -END() diff --git a/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/ya.make b/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/ya.make deleted file mode 100644 index f8e301c937..0000000000 --- a/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/ya.make +++ /dev/null @@ -1,28 +0,0 @@ -PROTO_LIBRARY() - -LICENSE(Apache-2.0) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -OWNER( - akastornov - g:contrib - g:cpp-contrib -) - -PROTO_NAMESPACE( - GLOBAL - contrib/libs/grpc -) - -PY_NAMESPACE(src.proto.grpc.reflection.v1alpha) - -GRPC() - -SRCS( - reflection.proto -) - -EXCLUDE_TAGS(GO_PROTO) - -END() diff --git a/contrib/libs/grpc/src/proto/grpc/status/ya.make b/contrib/libs/grpc/src/proto/grpc/status/ya.make deleted file mode 100644 index eec367765f..0000000000 --- a/contrib/libs/grpc/src/proto/grpc/status/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -PROTO_LIBRARY() - -LICENSE(Apache-2.0) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -OWNER( - akastornov - g:contrib - g:cpp-contrib -) - -PROTO_NAMESPACE( - GLOBAL - contrib/libs/grpc -) - -GRPC() - -SRCS( - status.proto -) - -EXCLUDE_TAGS(GO_PROTO) - -END() diff --git a/contrib/libs/grpc/src/proto/grpc/testing/duplicate/ya.make b/contrib/libs/grpc/src/proto/grpc/testing/duplicate/ya.make deleted file mode 100644 index b94aa415f8..0000000000 --- a/contrib/libs/grpc/src/proto/grpc/testing/duplicate/ya.make +++ /dev/null @@ -1,34 +0,0 @@ -PROTO_LIBRARY() - -LICENSE(Apache-2.0) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -OWNER( - akastornov - g:contrib - g:cpp-contrib -) - -EXCLUDE_TAGS( - GO_PROTO - PY_PROTO - PY3_PROTO -) - -PROTO_NAMESPACE( - GLOBAL - contrib/libs/grpc -) - -PEERDIR( - contrib/libs/grpc/src/proto/grpc/testing -) - -GRPC() - -SRCS( - echo_duplicate.proto -) - -END() diff --git a/contrib/libs/grpc/src/proto/grpc/testing/xds/ya.make b/contrib/libs/grpc/src/proto/grpc/testing/xds/ya.make deleted file mode 100644 index 994ec6fa82..0000000000 --- a/contrib/libs/grpc/src/proto/grpc/testing/xds/ya.make +++ /dev/null @@ -1,39 +0,0 @@ -PROTO_LIBRARY() - -LICENSE(Apache-2.0) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -OWNER( - akastornov - g:contrib - g:cpp-contrib -) - -EXCLUDE_TAGS( - GO_PROTO - PY_PROTO - PY3_PROTO -) - -PROTO_NAMESPACE( - GLOBAL - contrib/libs/grpc -) - -PEERDIR( - contrib/libs/grpc/src/proto/grpc/testing -) - -GRPC() - -SRCS( - ads_for_test.proto - cds_for_test.proto - eds_for_test.proto - lds_rds_for_test.proto - lrs_for_test.proto - orca_load_report_for_test.proto -) - -END() diff --git a/contrib/libs/grpc/src/proto/grpc/testing/ya.make b/contrib/libs/grpc/src/proto/grpc/testing/ya.make deleted file mode 100644 index 2704585a37..0000000000 --- a/contrib/libs/grpc/src/proto/grpc/testing/ya.make +++ /dev/null @@ -1,49 +0,0 @@ -PROTO_LIBRARY() - -LICENSE(Apache-2.0) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -OWNER( - akastornov - g:contrib - g:cpp-contrib -) - -EXCLUDE_TAGS( - GO_PROTO - PY_PROTO - PY3_PROTO -) - -PROTO_NAMESPACE( - GLOBAL - contrib/libs/grpc -) - -PEERDIR( - contrib/libs/grpc/src/proto/grpc/core -) - -GRPC() - -SRCS( - benchmark_service.proto - compiler_test.proto - control.proto - echo.proto - echo_messages.proto - empty.proto - empty_service.proto - messages.proto - metrics.proto - payloads.proto - proxy-service.proto - report_qps_scenario_service.proto - simple_messages.proto - stats.proto - test.proto - worker_service.proto -) - -END() diff --git a/contrib/libs/grpc/src/python/grpcio/ya.make b/contrib/libs/grpc/src/python/grpcio/ya.make deleted file mode 100644 index 5cdb0230c4..0000000000 --- a/contrib/libs/grpc/src/python/grpcio/ya.make +++ /dev/null @@ -1,105 +0,0 @@ -PY23_LIBRARY() - -LICENSE(Apache-2.0) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -OWNER( - akastornov - g:contrib - g:cpp-contrib -) - -PEERDIR( - contrib/libs/grpc/grpc - contrib/python/six -) - -IF (PYTHON2) - PEERDIR( - contrib/python/enum34 - contrib/python/futures - ) -ENDIF() - -ADDINCL( - ${ARCADIA_BUILD_ROOT}/contrib/libs/grpc - contrib/libs/grpc - contrib/libs/grpc/include -) - -IF (SANITIZER_TYPE == undefined) - # https://github.com/grpc/grpc/blob/v1.15.1/tools/bazel.rc#L43 - CXXFLAGS(-fno-sanitize=function) -ENDIF() - -NO_LINT() - -NO_COMPILER_WARNINGS() - -PY_SRCS( - TOP_LEVEL - grpc/__init__.py - grpc/_auth.py - grpc/_channel.py - grpc/_common.py - grpc/_compression.py - grpc/_cython/__init__.py - grpc/_cython/_cygrpc/__init__.py - grpc/_cython/cygrpc.pyx - grpc/_grpcio_metadata.py - grpc/_interceptor.py - grpc/_plugin_wrapping.py - grpc/_runtime_protos.py - grpc/_server.py - grpc/_utilities.py - grpc/beta/__init__.py - grpc/beta/_client_adaptations.py - grpc/beta/_metadata.py - grpc/beta/_server_adaptations.py - grpc/beta/implementations.py - grpc/beta/interfaces.py - grpc/beta/utilities.py - grpc/experimental/__init__.py - grpc/experimental/gevent.py - grpc/experimental/session_cache.py - grpc/framework/__init__.py - grpc/framework/common/__init__.py - grpc/framework/common/cardinality.py - grpc/framework/common/style.py - grpc/framework/foundation/__init__.py - grpc/framework/foundation/abandonment.py - grpc/framework/foundation/callable_util.py - grpc/framework/foundation/future.py - grpc/framework/foundation/logging_pool.py - grpc/framework/foundation/stream.py - grpc/framework/foundation/stream_util.py - grpc/framework/interfaces/__init__.py - grpc/framework/interfaces/base/__init__.py - grpc/framework/interfaces/base/base.py - grpc/framework/interfaces/base/utilities.py - grpc/framework/interfaces/face/__init__.py - grpc/framework/interfaces/face/face.py - grpc/framework/interfaces/face/utilities.py -) - -IF (PYTHON3) - PY_SRCS( - TOP_LEVEL - grpc/_simple_stubs.py - grpc/aio/_base_call.py - grpc/aio/_base_channel.py - grpc/aio/_base_server.py - grpc/aio/_call.py - grpc/aio/_channel.py - grpc/aio/__init__.py - grpc/aio/_interceptor.py - grpc/aio/_metadata.py - grpc/aio/_server.py - grpc/aio/_typing.py - grpc/aio/_utils.py - grpc/experimental/aio/__init__.py - ) -ENDIF() - -END() diff --git a/contrib/libs/grpc/src/python/grpcio_channelz/ya.make b/contrib/libs/grpc/src/python/grpcio_channelz/ya.make deleted file mode 100644 index 2703d70ab0..0000000000 --- a/contrib/libs/grpc/src/python/grpcio_channelz/ya.make +++ /dev/null @@ -1,56 +0,0 @@ -PY23_LIBRARY() - -LICENSE(Apache-2.0) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -OWNER( - akastornov - dvshkurko - g:contrib - g:cpp-contrib -) - -PEERDIR( - contrib/libs/grpc/grpc - contrib/python/six -) - -IF (PYTHON2) - PEERDIR( - contrib/python/enum34 - contrib/python/futures - ) -ENDIF() - -ADDINCL( - ${ARCADIA_BUILD_ROOT}/contrib/libs/grpc - contrib/libs/grpc - contrib/libs/grpc/include -) - -IF (SANITIZER_TYPE == undefined) - # https://github.com/grpc/grpc/blob/v1.15.1/tools/bazel.rc#L43 - CXXFLAGS(-fno-sanitize=function) -ENDIF() - -NO_LINT() - -NO_COMPILER_WARNINGS() - -PY_SRCS( - TOP_LEVEL - grpc_channelz/__init__.py - grpc_channelz/v1/__init__.py - grpc_channelz/v1/_servicer.py - grpc_channelz/v1/channelz.py -) - -IF (PYTHON3) - PY_SRCS( - TOP_LEVEL - grpc_channelz/v1/_async.py - ) -ENDIF() - -END() diff --git a/contrib/libs/grpc/src/python/grpcio_health_checking/ya.make b/contrib/libs/grpc/src/python/grpcio_health_checking/ya.make deleted file mode 100644 index 4bab1758a5..0000000000 --- a/contrib/libs/grpc/src/python/grpcio_health_checking/ya.make +++ /dev/null @@ -1,48 +0,0 @@ -PY23_LIBRARY() - -LICENSE(Apache-2.0) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -OWNER( - akastornov - dvshkurko - g:contrib - g:cpp-contrib -) - -PEERDIR( - contrib/libs/grpc/grpc - contrib/python/six -) - -IF (PYTHON2) - PEERDIR( - contrib/python/enum34 - contrib/python/futures - ) -ENDIF() - -ADDINCL( - ${ARCADIA_BUILD_ROOT}/contrib/libs/grpc - contrib/libs/grpc - contrib/libs/grpc/include -) - -IF (SANITIZER_TYPE == undefined) - # https://github.com/grpc/grpc/blob/v1.15.1/tools/bazel.rc#L43 - CXXFLAGS(-fno-sanitize=function) -ENDIF() - -NO_LINT() - -NO_COMPILER_WARNINGS() - -PY_SRCS( - TOP_LEVEL - grpc_health/__init__.py - grpc_health/v1/__init__.py - grpc_health/v1/health.py -) - -END() diff --git a/contrib/libs/grpc/src/python/grpcio_reflection/ya.make b/contrib/libs/grpc/src/python/grpcio_reflection/ya.make deleted file mode 100644 index c0f7d61dcc..0000000000 --- a/contrib/libs/grpc/src/python/grpcio_reflection/ya.make +++ /dev/null @@ -1,57 +0,0 @@ -PY23_LIBRARY() - -LICENSE(Apache-2.0) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -OWNER( - akastornov - dvshkurko - g:contrib - g:cpp-contrib -) - -PEERDIR( - contrib/libs/grpc/grpc - contrib/python/six - contrib/libs/grpc/src/proto/grpc/reflection/v1alpha -) - -IF (PYTHON2) - PEERDIR( - contrib/python/enum34 - contrib/python/futures - ) -ENDIF() - -ADDINCL( - ${ARCADIA_BUILD_ROOT}/contrib/libs/grpc - contrib/libs/grpc - contrib/libs/grpc/include -) - -IF (SANITIZER_TYPE == undefined) - # https://github.com/grpc/grpc/blob/v1.15.1/tools/bazel.rc#L43 - CXXFLAGS(-fno-sanitize=function) -ENDIF() - -NO_LINT() - -NO_COMPILER_WARNINGS() - -PY_SRCS( - TOP_LEVEL - grpc_reflection/__init__.py - grpc_reflection/v1alpha/__init__.py - grpc_reflection/v1alpha/_base.py - grpc_reflection/v1alpha/reflection.py -) - -IF (PYTHON3) - PY_SRCS( - TOP_LEVEL - grpc_reflection/v1alpha/_async.py - ) -ENDIF() - -END() diff --git a/contrib/libs/grpc/src/python/grpcio_status/ya.make b/contrib/libs/grpc/src/python/grpcio_status/ya.make deleted file mode 100644 index 61a3ee4336..0000000000 --- a/contrib/libs/grpc/src/python/grpcio_status/ya.make +++ /dev/null @@ -1,56 +0,0 @@ -PY23_LIBRARY() - -LICENSE(Apache-2.0) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -OWNER( - akastornov - dvshkurko - g:contrib - g:cpp-contrib -) - -PEERDIR( - contrib/python/google-api-core - contrib/libs/grpc/grpc - contrib/python/six -) - -IF (PYTHON2) - PEERDIR( - contrib/python/enum34 - contrib/python/futures - ) -ENDIF() - -ADDINCL( - ${ARCADIA_BUILD_ROOT}/contrib/libs/grpc - contrib/libs/grpc - contrib/libs/grpc/include -) - -IF (SANITIZER_TYPE == undefined) - # https://github.com/grpc/grpc/blob/v1.15.1/tools/bazel.rc#L43 - CXXFLAGS(-fno-sanitize=function) -ENDIF() - -NO_LINT() - -NO_COMPILER_WARNINGS() - -PY_SRCS( - TOP_LEVEL - grpc_status/__init__.py - grpc_status/_common.py - grpc_status/rpc_status.py -) - -IF (PYTHON3) - PY_SRCS( - TOP_LEVEL - grpc_status/_async.py - ) -ENDIF() - -END() diff --git a/contrib/libs/grpc/src/python/grpcio_tests/ya.make b/contrib/libs/grpc/src/python/grpcio_tests/ya.make deleted file mode 100644 index b0642eae34..0000000000 --- a/contrib/libs/grpc/src/python/grpcio_tests/ya.make +++ /dev/null @@ -1,141 +0,0 @@ -PY3TEST() - -LICENSE(Apache-2.0) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -PEERDIR( - contrib/libs/grpc/python -) - -NO_LINT() - -PY_SRCS( - TOP_LEVEL - # tests/_sanity/__init__.py - # tests/testing/proto/__init__.py - # tests/testing/__init__.py - # tests/testing/_application_common.py - # tests/testing/_application_testing_common.py - # tests/testing/_client_application.py - # tests/testing/_client_test.py - # tests/testing/_server_application.py - # tests/testing/_server_test.py - # tests/testing/_time_test.py - tests/unit/__init__.py - tests/unit/_cython/__init__.py - tests/unit/_cython/_common.py - tests/unit/_cython/test_utilities.py - tests/unit/_exit_scenarios.py - tests/unit/_from_grpc_import_star.py - tests/unit/_rpc_test_helpers.py - tests/unit/_server_shutdown_scenarios.py - tests/unit/_signal_client.py - tests/unit/_tcp_proxy.py - tests/unit/beta/__init__.py - tests/unit/beta/test_utilities.py - tests/unit/framework/__init__.py - tests/unit/framework/common/__init__.py - tests/unit/framework/common/test_constants.py - tests/unit/framework/common/test_control.py - tests/unit/framework/common/test_coverage.py - tests/unit/framework/foundation/__init__.py - tests/unit/resources.py - tests/unit/test_common.py - tests/unit/thread_pool.py - # protofiles - # tests/interop/__init__.py - # tests/interop/_intraop_test_case.py - # tests/interop/client.py - # tests/interop/methods.py - # tests/interop/resources.py - # tests/interop/server.py - # tests/interop/service.py - # protofiles - # tests/fork/__init__.py - # tests/fork/client.py - # tests/fork/methods.py - # protofiles - # tests/__init__.py - # tests/_loader.py - # tests/_result.py - # tests/_runner.py -) - -TEST_SRCS( - # coverage - # tests/_sanity/_sanity_test.py - tests/unit/_api_test.py - tests/unit/_abort_test.py - # CRASH - # tests/unit/_auth_context_test.py - tests/unit/_auth_test.py - tests/unit/_channel_args_test.py - tests/unit/_channel_close_test.py - tests/unit/_channel_connectivity_test.py - tests/unit/_channel_ready_future_test.py - # FLAKY - # tests/unit/_compression_test.py - tests/unit/_contextvars_propagation_test.py - tests/unit/_credentials_test.py - tests/unit/_cython/_cancel_many_calls_test.py - tests/unit/_cython/_channel_test.py - tests/unit/_cython/_fork_test.py - tests/unit/_cython/_no_messages_server_completion_queue_per_call_test.py - tests/unit/_cython/_no_messages_single_server_completion_queue_test.py - tests/unit/_cython/_read_some_but_not_all_responses_test.py - tests/unit/_cython/_server_test.py - tests/unit/_cython/cygrpc_test.py - tests/unit/_dns_resolver_test.py - tests/unit/_dynamic_stubs_test.py - tests/unit/_empty_message_test.py - tests/unit/_error_message_encoding_test.py - tests/unit/_exit_test.py - tests/unit/_grpc_shutdown_test.py - tests/unit/_interceptor_test.py - tests/unit/_invalid_metadata_test.py - tests/unit/_invocation_defects_test.py - tests/unit/_local_credentials_test.py - tests/unit/_logging_test.py - tests/unit/_metadata_code_details_test.py - tests/unit/_metadata_flags_test.py - tests/unit/_metadata_test.py - tests/unit/_reconnect_test.py - tests/unit/_resource_exhausted_test.py - tests/unit/_rpc_part_1_test.py - tests/unit/_rpc_part_2_test.py - tests/unit/_server_shutdown_test.py - # tests.testing - # tests/unit/_server_ssl_cert_config_test.py - tests/unit/_server_test.py - tests/unit/_server_wait_for_termination_test.py - # CRASH - # tests/unit/_session_cache_test.py - tests/unit/_signal_handling_test.py - tests/unit/_version_test.py - tests/unit/beta/_beta_features_test.py - tests/unit/beta/_connectivity_channel_test.py - # oauth2client - # tests/unit/beta/_implementations_test.py - tests/unit/beta/_not_found_test.py - tests/unit/beta/_utilities_test.py - tests/unit/framework/foundation/_logging_pool_test.py - tests/unit/framework/foundation/stream_testing.py - # protofiles - # tests/interop/_insecure_intraop_test.py - # tests/interop/_secure_intraop_test.py - # tests/fork/_fork_interop_test.py -) - -SIZE(MEDIUM) - -RESOURCE_FILES( - PREFIX contrib/libs/grpc/src/python/grpcio_tests/ - tests/unit/credentials/ca.pem - tests/unit/credentials/server1.key - tests/unit/credentials/server1.pem -) - -REQUIREMENTS(network:full) - -END() |