mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 05:21:58 +00:00
added comment suggested by @davidopp
This commit is contained in:
parent
436790ccd1
commit
e5350d61a8
@ -847,6 +847,8 @@ func TestEtcdCreate(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// Ensure that when scheduler creates a binding for a pod that has already been deleted
|
||||
// by the API server, API server returns not-found error.
|
||||
func TestEtcdCreateBindingNoPod(t *testing.T) {
|
||||
registry, bindingRegistry, fakeClient, _ := newStorage(t)
|
||||
ctx := api.NewDefaultContext()
|
||||
|
Loading…
Reference in New Issue
Block a user