Thanks to visit codestin.com
Credit goes to github.com

Skip to content

'test_consumer_unexpected_error' coverage flakes (race condition) #260

Closed
@tseaver

Description

@tseaver

From this Kokoro failure:

---------------------------------------------------------------------------------------------------------
google/api_core/__init__.py                                       3      0      0      0   100%
google/api_core/bidi.py                                         255      0     64      0   100%
google/api_core/client_info.py                                   32      0     10      0   100%
google/api_core/client_options.py                                18      0      6      0   100%
google/api_core/datetime_helpers.py                              81      0     18      0   100%
google/api_core/exceptions.py                                   151      0     16      0   100%
google/api_core/future/__init__.py                                3      0      0      0   100%
google/api_core/future/_helpers.py                               14      0      0      0   100%
google/api_core/future/async_future.py                           46      0      6      0   100%
google/api_core/future/base.py                                   14      0      0      0   100%
google/api_core/future/polling.py                                64      0     12      0   100%
google/api_core/gapic_v1/__init__.py                              7      0      0      0   100%
google/api_core/gapic_v1/client_info.py                           7      0      0      0   100%
google/api_core/gapic_v1/config.py                               29      0     10      0   100%
google/api_core/gapic_v1/config_async.py                          6      0      0      0   100%
google/api_core/gapic_v1/method.py                               51      0     20      0   100%
google/api_core/gapic_v1/method_async.py                         11      0      0      0   100%
google/api_core/gapic_v1/routing_header.py                        7      0      0      0   100%
google/api_core/general_helpers.py                                0      0      0      0   100%
google/api_core/grpc_helpers.py                                 160      0     32      0   100%
google/api_core/grpc_helpers_async.py                           121      0     12      0   100%
google/api_core/iam.py                                          129      0     48      0   100%
google/api_core/operation.py                                     85      0     16      0   100%
google/api_core/operation_async.py                               58      0     12      0   100%
google/api_core/operations_v1/__init__.py                         4      0      0      0   100%
google/api_core/operations_v1/operations_async_client.py         37      0      0      0   100%
google/api_core/operations_v1/operations_client.py               38      0      0      0   100%
google/api_core/operations_v1/operations_client_config.py         2      0      0      0   100%
google/api_core/page_iterator.py                                166      0     50      0   100%
google/api_core/page_iterator_async.py                           71      0     24      0   100%
google/api_core/path_template.py                                 68      0     28      0   100%
google/api_core/protobuf_helpers.py                             114      0     70      0   100%
google/api_core/retry.py                                         75      0     14      0   100%
google/api_core/retry_async.py                                   64      0     14      0   100%
google/api_core/timeout.py                                       44      0      2      0   100%
google/api_core/version.py                                        1      0      0      0   100%
tests/asyncio/__init__.py                                         0      0      0      0   100%
tests/asyncio/future/__init__.py                                  0      0      0      0   100%
tests/asyncio/future/test_async_future.py                       129      0      2      0   100%
tests/asyncio/operations_v1/__init__.py                           0      0      0      0   100%
tests/asyncio/operations_v1/test_operations_async_client.py      55      0      2      0   100%
tests/asyncio/test_grpc_helpers_async.py                        296      0      4      0   100%
tests/asyncio/test_operation_async.py                            90      0      8      0   100%
tests/asyncio/test_page_iterator_async.py                       161      0      6      0   100%
tests/asyncio/test_retry_async.py                               202      0     12      0   100%
tests/unit/__init__.py                                            0      0      0      0   100%
tests/unit/future/__init__.py                                     0      0      0      0   100%
tests/unit/future/test__helpers.py                               15      0      0      0   100%
tests/unit/future/test_polling.py                               148      0      2      0   100%
tests/unit/operations_v1/__init__.py                              0      0      0      0   100%
tests/unit/operations_v1/test_operations_client.py               49      0      0      0   100%
tests/unit/test_bidi.py                                         551      1     32      1    99%   839
tests/unit/test_client_info.py                                   30      0      0      0   100%
tests/unit/test_client_options.py                                33      0      0      0   100%
tests/unit/test_datetime_helpers.py                             187      0      0      0   100%
tests/unit/test_exceptions.py                                   140      0      0      0   100%
tests/unit/test_grpc_helpers.py                                 401      0     26      0   100%
tests/unit/test_iam.py                                          263      0      0      0   100%
tests/unit/test_operation.py                                    162      0      8      0   100%
tests/unit/test_page_iterator.py                                353      0     16      0   100%
tests/unit/test_path_template.py                                 42      0      6      0   100%
tests/unit/test_protobuf_helpers.py                             296      0      6      0   100%
tests/unit/test_retry.py                                        238      0     14      0   100%
tests/unit/test_timeout.py                                       75      0      2      0   100%
---------------------------------------------------------------------------------------------------------
TOTAL                                                          5952      1    630      1    99%

Metadata

Metadata

Assignees

Labels

type: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions