Patrick Ohly

Results 1006 comments of Patrick Ohly

> as a developer don't want to see my PR blocked for a job like this But it wouldn't be blocked, would it? The pre-submit jobs for alpha features have...

Unit tests run in the CI with `go test -race`. That finds a problem related to code at line `resourceslicecontroller.go:557` where that code writes to a shared variable which is...

You are right, they seem unrelated. The test node doesn't come up? /test pull-kubernetes-node-e2e-containerd-1-7-dra

@googs1025: it's not obvious from the jobs, but when looking at the full output one can see this: ``` [sig-node] DRA [Feature:DynamicResourceAllocation] [NodeAlphaFeature:DynamicResourceAllocation] ResourceSlice [Serial] must be removed after plugin...

@googs1025: when you get back to this, can you add testing with the mock queue? https://github.com/kubernetes/kubernetes/pull/128003 is removing the copy of `mock_queue_test.go`, so just add a new one. You can...

> High level comment -- i would prefer to manage which devices get added to which slice, rather than have that somehow split up for me behind the scenes. That...