John Schnake

Results 148 comments of John Schnake

Going to move this to next milestone; it just has been at the edge of priority so far and I haven't made progress besides initial investigations.

I know a lot has changed with the airgap/etc logic in the past year. Let me take a look at it. Thanks for the report!

So one of the goals of a recent change to Sonobuoy was to avoid being tied to the k8s test images in this region of code. However, it still requires...

`Kubernetes e2e suite.[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate pod and apply defaults after mutation [Conformance]` seems like a test that just breaks the airgap capabilities of users. It sets up a...

https://github.com/kubernetes/kubernetes/pull/100753 Merged so this should be partially fixed upstream. Will have to review and see what else is lacking. Do you know the easiest way to repro? I haven't tried...

I'll have to take a look at those; thanks for the references. This is a common issue that is always hard to repro, hence the poor iteration times or incomplete...

I suspect it may have to do with skips at runtime (e.g. unsupported tests for the cluster type) that aren't being reported in a way that sonobuoy is processing correctly.

I'm 99% sure this is the issue; so the investigation would be what event is being triggered in ginkgo. I thought we were tied into the skip logic but I'm...

FWIW I've seen this locally in some other situation (I forget the exact run I tried) but it should be easy to repro by targeting a test that has a...