Sreenithi Sridharan
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...
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...
Skip reconnect test until fix is pushed in to avoid flaky CI failures.
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...
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.
Changes to add Abseil logging support in gRPC Python hence resolving grpc/grpc#38703. Implementation PR: - grpc/grpc#39779