-
Notifications
You must be signed in to change notification settings - Fork 742
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
Moved all GetEnv's calls to init step #445
Conversation
5ab3c51
to
c0f11f5
Compare
Thanks for this cleanup! Can you just fix the unit test:
|
c0f11f5
to
9651dfd
Compare
@nckturner Hey, I have some troubles with running tests locally, so I can't see why do they failing now. Can you help me with that? |
@Zyqsempai Are you running on a Mac? If you have docker installed, |
@mogren yes on MAC, thank you it helped, but I still have the same test report as in the Travis, not enought detailed, can i make it more verbose to get something similar to what @nckturner sent above? |
95b84b6
to
937bf12
Compare
@nckturner @mogren PTAL |
So it looks like you basically removed |
937bf12
to
8c56bb2
Compare
@mogren PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for all the back and forth, but this is a pretty important change. Thanks for fixing the issue, almost done!
8c56bb2
to
fa2b95d
Compare
@mogren Done;) Thank you for your help! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good to me!
Issue #419
Description of changes: Moved all GetEnv's calls to init step
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.