Skip to content
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

Log is not closed properly in the integration tests #2365

Closed
agajdosi opened this issue May 7, 2018 · 1 comment
Closed

Log is not closed properly in the integration tests #2365

agajdosi opened this issue May 7, 2018 · 1 comment

Comments

@agajdosi
Copy link

agajdosi commented May 7, 2018

Log of integration tests has problems with closing because of the logFile is initiated wrongly:

logFile, err := func()

The code above initiates local copy of logFile and did not used logFile declared at top of the package. As result when the itests later tries to close the log it ends with an error.

@LalatenduMohanty
Copy link
Member

Resolved via #2366

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants