-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
worker.GatherResults doesn't make it possible to close the results file #75
Labels
Comments
timothysc
added a commit
to timothysc/sonobuoy
that referenced
this issue
Oct 2, 2017
Signed-off-by: Timothy St. Clair <[email protected]>
timothysc
added a commit
to timothysc/sonobuoy
that referenced
this issue
Oct 3, 2017
Signed-off-by: Timothy St. Clair <[email protected]>
timothysc
added a commit
that referenced
this issue
Oct 3, 2017
Fixes #75 - Cleanup stale file handle
jhamilton1
pushed a commit
to jhamilton1/sonobuoy
that referenced
this issue
Jun 27, 2018
Signed-off-by: Timothy St. Clair <[email protected]> Signed-off-by: Jesse Hamilton [email protected]
jhamilton1
pushed a commit
to jhamilton1/sonobuoy
that referenced
this issue
Jun 27, 2018
Fixes vmware-tanzu#75 - Cleanup stale file handle Signed-off-by: Jesse Hamilton [email protected]
jhamilton1
pushed a commit
to jhamilton1/sonobuoy
that referenced
this issue
Jun 27, 2018
Signed-off-by: Timothy St. Clair <[email protected]> Signed-off-by: Jesse Hamilton [email protected] Signed-off-by: Jesse Hamilton [email protected]
jhamilton1
pushed a commit
to jhamilton1/sonobuoy
that referenced
this issue
Jun 27, 2018
Fixes vmware-tanzu#75 - Cleanup stale file handle Signed-off-by: Jesse Hamilton [email protected] Signed-off-by: Jesse Hamilton [email protected]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It calls DoRequest and returns an
io.Reader
, so it never closes the file it opens.The text was updated successfully, but these errors were encountered: