Commit 4d5bffec authored by Matt Butcher's avatar Matt Butcher Committed by GitHub

Merge pull request #2462 from michelleN/test-failures

fix(helm): fix itermittent release testing failures
parents b49959d8 19a33b3f
...@@ -201,7 +201,7 @@ func (c *fakeReleaseClient) ReleaseHistory(rlsName string, opts ...helm.HistoryO ...@@ -201,7 +201,7 @@ func (c *fakeReleaseClient) ReleaseHistory(rlsName string, opts ...helm.HistoryO
func (c *fakeReleaseClient) RunReleaseTest(rlsName string, opts ...helm.ReleaseTestOption) (<-chan *rls.TestReleaseResponse, <-chan error) { func (c *fakeReleaseClient) RunReleaseTest(rlsName string, opts ...helm.ReleaseTestOption) (<-chan *rls.TestReleaseResponse, <-chan error) {
results := make(chan *rls.TestReleaseResponse, len(c.responses)) results := make(chan *rls.TestReleaseResponse)
errc := make(chan error, 1) errc := make(chan error, 1)
go func() { go func() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment