Paul "TBBle" Hampson

Results 40 issues of Paul "TBBle" Hampson

Tracing a leaked socket in our unit tests, I have observed that in a task of the form ```python self.connection = await aio_pika.connect_robust(rmq_url) async with self.connection.channel() as channel: await channel.set_qos(prefetch_count=1)...

We have a test in our test suite using aio-pika 7.1.2 and hence aiormq 6.2.3, which feeds an expired SSL certificate into the connect request. The trace for the (expected)...

I've upgraded PowerLine 3.3.0 to 3.4.0 (also forcing Configuration 1.5.0 installation per https://github.com/PoshCode/Configuration/issues/45#issuecomment-907686259) and PowerLine now fails, with the following error: ``` Import-Metadata: C:\Users\paulh\Documents\PowerShell\Modules\Configuration\1.5.0\Configuration.psm1:457 Line | 457 | Import-Metadata $EnterprisePath...

This builds on ✔ #4415, on ✔#4399, and on ✔#4395. I think it's much easier to review the PRs in order. Full credit to @darstahl and @crosbymichael, on whose shoulders...

windows

### Description After #6626 enabled `critest` on GitHub Actions, I've seen the specific test below fail on `main` branch a lot, on Windows Server 2022. Looking at [the main branch...

kind/bug
windows

Fixes: #6896 Mildly-messy draft of manifesting "containerd.exe and some tests". Since I was adding icons, I also did ctr.exe. It seems to pass CI but I haven't tested it with...

needs-ok-to-test

The [_jaeger-operator_ role](https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/role.yaml) is quite wide-ranging, and seems entirely too wide for users who just need to CRUD a single resource (_jaegertracing.io.Jaeger_). The application of the jaeger-operator role in this...

question

**Is your feature request related to a problem?** I am auto-instrumenting a process in a container in kubernetes, and have this in my Dockerfile: ``` ENTRYPOINT [ "poetry", "run", "opentelemetry-instrument",...

feature-request

Jaeger Operator 1.16 introduced [self-tracing](https://www.jaegertracing.io/docs/1.16/operator/#tracing-the-operator) but there's no obvious way to enable that in the Helm chart deployment. Since it depends on the namespace (and name) of the Jaeger instance...

Output of the `ue4-docker info` command: ``` ue4-docker version: 0.0.98 (latest available version is 0.0.98) Operating system: Windows Server 2019 Standard (Build 17763.2928) Docker daemon version: 20.10.16.1 NVIDIA Docker supported:...