mukund-ananthu
mukund-ananthu
Encountering `ResourceWarning: unclosed ` ### What version of gRPC and what language are you using? Language: Python 3.10 gRPC: 1.62.0 ### What operating system (Linux, Windows,...) and version? Linux Observing...
1. We observe that the [timeout](https://github.com/grpc/grpc-proto/blob/acfb637a36c5a9818552f89588ce8886e729e4b1/grpc/service_config/service_config.proto#L99) field here corresponds to timeout that spans across multiple retry attempts and not the timeout associated with individual retry attempts. 2. This was observed...
1. Currently, the warnings are bubbling up and blocking submission of PRs like: https://github.com/googleapis/python-pubsub/pull/1064 2. A temporary silencing of the warning is being added in https://github.com/googleapis/python-pubsub/blob/main/pytest.ini as part of https://github.com/googleapis/python-pubsub/pull/1066....
Currently, this is going to be suppressed in the python-pubsub/pytest.ini file
### Describe your environment OS: Ubuntu Python version: 3.11.8 SDK version: opentelemetry-sdk=1.25.0 ### What happened? Described in steps to reproduce ### Steps to Reproduce conftest.py ``` from opentelemetry.sdk.trace import TracerProvider...
### Describe your environment OS: (e.g, Ubuntu) Python version: Python 3.7 SDK version: (e.g., 1.25.0) API version: (e.g., 1.25.0) ### What happened? Python version: Python 3.7 LInk to the failed...
Ask: Generator code could have presubmits that ensure that dependent handwritten repository unit tests are not broken. Example Link:https://github.com/googleapis/python-pubsub/actions/runs/9765604292/job/26956649154?pr=1154 Example test failures: ``` ______________ test_sync_pull_warning_if_return_immediately_async ______________ creds = @pytest.mark.asyncio async...
### Describe your environment OS: (e.g, Ubuntu) Python version: (e.g., Python 3.8.10) SDK version: (e.g., 1.25.0) API version: (e.g., 1.25.0) ### What happened? https://github.com/googleapis/python-pubsub/pull/1254/files -> This was an interim fix...
Refer https://screenshot.googleplex.com/7n9pwMTghidPyZy and https://github.com/googleapis/python-pubsub/actions/runs/11284569910/job/31386013263?pr=1274 The code coverage is less than 100% and the presubmits in the wrapper library, that expect a 100% coverage fail, disallowing us to submit other PRs...