added comment suggested by @davidopp

This commit is contained in:
James DeFelice 2015-03-02 11:53:23 -05:00
parent 436790ccd1
commit e5350d61a8

View File

@ -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()