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

test/e2e/memcached_test.go: fix dep issues in travis #525

Merged
merged 2 commits into from
Sep 24, 2018

Conversation

AlexNPavel
Copy link
Contributor

This should fix dependency issues that we occasionally experience in travis.

This should make PR #522 pass testing successfully

@openshift-ci-robot openshift-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Sep 24, 2018
@hasbro17
Copy link
Contributor

LGTM

@AlexNPavel AlexNPavel merged commit d233444 into operator-framework:master Sep 24, 2018
@AlexNPavel AlexNPavel deleted the test-git-rev branch September 24, 2018 21:16
AlexNPavel added a commit to AlexNPavel/operator-sdk that referenced this pull request Sep 28, 2018
PR operator-framework#525 changed the way that dep worked to fix dependency issues
when doing e2e tests on travis. The PR breaks e2e testing on local
machines though, as the tests will just use the master branch
instead of a local branch. This commit symlinks the local sdk
into vendor on non-travis tests. The tests will still fail on local
machines if there is a dependency change, but we are unable to fix
this on local machines unless `dep` adds local repo support.
AlexNPavel added a commit that referenced this pull request Oct 1, 2018
PR #525 changed the way that dep worked to fix dependency issues
when doing e2e tests on travis. The PR breaks e2e testing on local
machines though, as the tests will just use the master branch
instead of a local branch. This commit symlinks the local sdk
into vendor on non-travis tests. The tests will still fail on local
machines if there is a dependency change, but we are unable to fix
this on local machines unless `dep` adds local repo support.
johnkim76 pushed a commit to dymurray/operator-sdk that referenced this pull request Oct 2, 2018
…or-framework#548)

PR operator-framework#525 changed the way that dep worked to fix dependency issues
when doing e2e tests on travis. The PR breaks e2e testing on local
machines though, as the tests will just use the master branch
instead of a local branch. This commit symlinks the local sdk
into vendor on non-travis tests. The tests will still fail on local
machines if there is a dependency change, but we are unable to fix
this on local machines unless `dep` adds local repo support.
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants