-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Remove duplication integration tests #1760
Remove duplication integration tests #1760
Conversation
7f47efc
to
68124b4
Compare
Codecov Report
@@ Coverage Diff @@
## master #1760 +/- ##
==========================================
+ Coverage 47% 47.04% +0.04%
==========================================
Files 130 130
Lines 6270 6264 -6
==========================================
Hits 2947 2947
+ Misses 3021 3015 -6
Partials 302 302
Continue to review full report at Codecov.
|
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.
love this. integration tests failed with
helper.go:144: skaffold run: Running [skaffold run --namespace skaffoldf6bpv]: stdout , stderr: time="2019-03-08T09:28:45Z" level=fatal msg="creating runner: getting default repo: retrieving global config: resolving config file location: retrieving home directory: exec: \"getent\": executable file not found in $PATH"
but i'm not sure it's related to this change....gonna rerun and see if it fails again
68124b4
to
60e278b
Compare
1e0e7e3
to
86104c2
Compare
Let's rebase to trigger one more round of tests |
Also make sure all tests run in a namespace Fixes GoogleContainerTools#1537 Signed-off-by: David Gageot <[email protected]>
This makes sure we can run tests locally the same way as they run on the CI. Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
86104c2
to
ef51e17
Compare
@nkubala This was an issue with the PR. Should be all good now |
No description provided.