From c371aef0f92cbcce8140c140bc955de39441b427 Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Wed, 20 Mar 2024 19:20:18 +0000 Subject: grpc: fix grpc for various failures lib: don't define a `fallthrough` in c++ to avoid conflict with protobuf c++ check: add link libs required by some versions of grpc++ or it's dependent linked libs tests: don't fail the test due to known at exit memleaks Signed-off-by: Christian Hopps (cherry picked from commit 043a4183c2f10e6117695dec7a0373c1b0a63808) --- tests/topotests/grpc_basic/test_basic_grpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/topotests/grpc_basic/test_basic_grpc.py') diff --git a/tests/topotests/grpc_basic/test_basic_grpc.py b/tests/topotests/grpc_basic/test_basic_grpc.py index bb57705a70..1ded663179 100644 --- a/tests/topotests/grpc_basic/test_basic_grpc.py +++ b/tests/topotests/grpc_basic/test_basic_grpc.py @@ -142,7 +142,7 @@ def test_shutdown_checks(tgen): time.sleep(1) try: for r in tgen.routers().values(): - r.net.stopRouter() + r.net.stopRouter(False) r.net.checkRouterCores() finally: if p: -- cgit v1.2.3