-
Notifications
You must be signed in to change notification settings - Fork 11k
Closed
Description
FAIL: //src/python/grpcio_tests/tests/unit:_abort_test (see /root/.cache/bazel/_bazel_root/d2dc70c3d9da3fab488ba0dcbbd35051/execroot/com_github_grpc_grpc/bazel-out/k8-fastbuild/testlogs/src/python/grpcio_tests/tests/unit/_abort_test/test.log)
INFO: From Testing //src/python/grpcio_tests/tests/unit:_abort_test:
==================== Test output for //src/python/grpcio_tests/tests/unit:_abort_test:
test_abort (__main__.AbortTest) ... ok
test_abort_does_not_leak_local_vars (__main__.AbortTest) ... FAIL
test_abort_with_status (__main__.AbortTest) ... ok
test_invalid_code (__main__.AbortTest) ... ok
======================================================================
FAIL: test_abort_does_not_leak_local_vars (__main__.AbortTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/.cache/bazel/_bazel_root/d2dc70c3d9da3fab488ba0dcbbd35051/execroot/com_github_grpc_grpc/bazel-out/k8-fastbuild/bin/src/python/grpcio_tests/tests/unit/_abort_test.runfiles/com_github_grpc_grpc/src/python/grpcio_tests/tests/unit/_abort_test.py", line 130, in test_abort_does_not_leak_local_vars
self.assertIsNone(weak_ref())
AssertionError: <__main__._Object object at 0x7fc0eee5bd50> is not None
----------------------------------------------------------------------
Ran 4 tests in 0.116s
FAILED (failures=1)
Seen on PR: #17895