Timofei Kukushkin

Results 10 issues of Timofei Kukushkin

Hi! Can you tell me, how can I guarantee to deliver a message to the server?

Hello! We use contextvars and write some of them to JSON logs. Sometimes we see error logs `Exception after Future was cancelled`. But from the log's context we couldn't find...

httpclient

Hello! Something has been broken with the latest pytest-asyncio releases. Consider such code: ```python import asyncio import pytest @pytest.fixture(scope='session') def event_loop(): loop = asyncio.get_event_loop_policy().new_event_loop() yield loop loop.close() @pytest.fixture(scope='session') async def...

bug

fixes #146 I used `pyright --verifytypes` to check [type completeness](https://github.com/microsoft/pyright/blob/main/docs/typed-libraries.md#type-completeness) of public API. Unfortunately I had to move tests to a separate package to exclude them from pyright check.

# Description - Added more attempts to make `ProxyEndpointRequest` in `glooctl check` when checking proxies. - Increased timeout on getting metrics from proxies in `glooctl check` when checking proxies. #...

Note: we are waiting for https://github.com/MagicStack/uvloop/pull/646 to get fixed upstream ### Describe the bug Hello! After updating aiohttp to 3.11.13 we see new errors. ### To Reproduce I don't know...

bug
waiting-for-upstream

Hi! I use coverage contexts mainly to distinguish coverage from different tox environments with different python version and sometimes different libraries versions. coverage.py allows it by adding `--context {envname}` in...

enhancement
discussion needed

#### What type of PR is this? /kind bug #### What this PR does / why we need it: Current approach of detection OOMs is based on `RestartCount` and `status.containerStatuses.lastState`...

cncf-cla: yes
area/vertical-pod-autoscaler
size/L
kind/bug
lifecycle/stale
ok-to-test