Arpad Müller

Results 97 comments of Arpad Müller

`test_partial_evict_tenant` failure [link](https://neon-github-public-dev.s3.amazonaws.com/reports/pr-8368/9909391030/index.html#suites/0e58fb04d9998963e98e45fe1880af7d/604ad1233a3f8aae): ``` AssertionError: assert 0.0817762921333351 < 0.06 test_runner/regress/test_disk_usage_eviction.py:622: in test_partial_evict_tenant assert abs_diff < expectation E assert 0.0817762921333351 < 0.06 ``` Here we are apparently surpassing the limit. I...

The `test_forward_compatibility` test is fixed, as it was expected to be, nice.

Addressing John's feedback on Slack: > I was thinking if it's bad, we might choose to disable compression in debug mode and leave it enabled in release. Would prefer to...

Marking this as a draft as it is untested.

> the actual stream type will be different for different trait impls impl trait in trait has become stable together with async fn in trait, so it's available to users....

Related: #12369. But it's a new regression as my PR added another select (which is sadly needed as we are doing reads when we already know that we are cancelling,...

I don't think we need to come up with reproducers, it's enough to remove select here in the specific instances. The idea is to pass a per-request cancellation token via...

Update: it still shows up in preprod. We discussed per-request cancellations in the context of https://github.com/neondatabase/neon/issues/12369, but eventually we ended up with https://github.com/neondatabase/neon/pull/12402 instead. Thus, this particular issue is still...

`test_pg_regress` times out now. Do you know why that can happen?

`DisplayErrorContext` is an S3 specific thing, does it work with Azure as well?