2 Star 0 Fork 8

ocs-official-rebuild/grpc

forked from OpenCloudOS Stream/grpc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
skip-network-tests.patch 811 Bytes
一键复制 编辑 原始数据 按行查看 历史
diff -Naur grpc-1.53.2.orig/src/python/grpcio_tests/tests/unit/_dns_resolver_test.py grpc-1.53.2/src/python/grpcio_tests/tests/unit/_dns_resolver_test.py
--- grpc-1.53.2.orig/src/python/grpcio_tests/tests/unit/_dns_resolver_test.py 2023-09-04 20:19:32.818460907 +0800
+++ grpc-1.53.2/src/python/grpcio_tests/tests/unit/_dns_resolver_test.py 2023-09-04 20:19:40.600460347 +0800
@@ -15,6 +15,7 @@
import logging
import unittest
+import os
import grpc
@@ -45,6 +46,8 @@
def tearDown(self):
self._server.stop(None)
+ @unittest.skipIf('NO_NETWORK_TESTS' in os.environ,
+ 'Network tests disabled')
def test_connect_loopback(self):
# NOTE(https://github.com/grpc/grpc/issues/18422)
# In short, Gevent + C-Ares = Segfault. The C-Ares driver is not
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ocs-official-rebuild/grpc.git
git@gitee.com:ocs-official-rebuild/grpc.git
ocs-official-rebuild
grpc
grpc
master

搜索帮助