Files
kubernetes/test/integration/dra
Patrick Ohly 1677969a8a DRA integration: fix test isolation of extended resource test
The testExtendedResource caller supplies a spec without selector and thus
allocated devices from whatever slice some other test might have created. This
caused random test flakes, typically in UsesAllResources because it cannot
allocate all its claims.

This could be fixed in the caller, but as the function exists and might also be
called incorrectly in other, future tests, the function itself gets changed to
add the selector if the caller didn't provide one.
2026-03-11 18:31:13 +01:00
..
2026-01-13 11:52:29 +02:00