diff options
| author | Christian Hopps <chopps@labn.net> | 2024-03-20 19:20:18 +0000 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2024-03-21 15:57:01 +0000 |
| commit | 043a4183c2f10e6117695dec7a0373c1b0a63808 (patch) | |
| tree | c478c15a134030b139d19fec89ad1fd37226ef94 /tests/topotests/grpc_basic/test_basic_grpc.py | |
| parent | 617d82e4ce9014a9fad820cd08411c1f19bf6edb (diff) | |
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 <chopps@labn.net>
Diffstat (limited to 'tests/topotests/grpc_basic/test_basic_grpc.py')
| -rw-r--r-- | tests/topotests/grpc_basic/test_basic_grpc.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
