-
Notifications
You must be signed in to change notification settings - Fork 342
WantDeleteCollections was never implemented in TableTest #2455
Copy link
Copy link
Open
Labels
area/APIarea/networkingarea/test-and-releasekind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.kind/good-first-issueDenotes an issue ready for a new contributor.Denotes an issue ready for a new contributor.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.
Metadata
Metadata
Assignees
Labels
area/APIarea/networkingarea/test-and-releasekind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.kind/good-first-issueDenotes an issue ready for a new contributor.Denotes an issue ready for a new contributor.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.
Type
Fields
Give feedbackNo fields configured for issues without a type.
/area API
/area networking
/area test-and-release
/kind bug
/kind good-first-issue
Expected Behavior
A
TableTestwithWantDeleteCollectionsverifies things work!Actual Behavior
It silently ignores
DeleteCollectioncalls.See also:
pkg/reconciler/testing/table.go
Line 75 in d2cdc68