Sreenithi Sridharan

Results 8 issues of Sreenithi Sridharan

The below test has been discovered as a recent flake. It was found to flake once in 1300 runs when reproduced, and needs to be investigated further. ``` tests_aio.unit.channel_ready_test.TestChannelReady.test_channel_ready_blocked[0m [1mtraceback:[0m...

kind/bug
lang/Python
priority/P2

Fixes #38703 After Core recently changed its logging system to use absl logging, gRPC python users started seeing the warning log `WARNING: All log messages before absl::InitializeLog() is called are...

lang/ruby
lang/Python
release notes: yes
bloat/none
per-call-memory/neutral
per-channel-memory/neutral

Skip reconnect test until fix is pushed in to avoid flaky CI failures.

lang/Python
release notes: no

Given that `absl::InitializeLog()` must be called exactly once ([Reference issue](https://github.com/abseil/abseil-cpp/issues/1656)), we wanted to consider if the current implementation of calling `absl::InitializeLog()` in `cygrpc.pyx` (#39779) can cause any issues with multiple...

lang/Python
disposition/DO NOT MERGE

lang/Python
disposition/DO NOT MERGE
bloat/none
per-call-memory/neutral
per-channel-memory/neutral

lang/Python
release notes: yes
bloat/none
per-call-memory/neutral
per-channel-memory/neutral

This PR introduces an `append` method in the grpc.aio.Metadata object. This will be useful for any users who were using a `list` format for Metadata before v1.75.0.

lang/c++
lang/php
lang/ruby
lang/Python
lang/C#
lang/ObjC
lang/core
release notes: yes
area/infra
bloat/none
per-call-memory/neutral
per-channel-memory/neutral

Changes to add Abseil logging support in gRPC Python hence resolving grpc/grpc#38703. Implementation PR: - grpc/grpc#39779