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 e2e testing on local machines #548

Merged
merged 1 commit into from
Oct 1, 2018

Conversation

AlexNPavel
Copy link
Contributor

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.

/cc @hasbro17 @fanminshi

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.
@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Sep 28, 2018
@fanminshi
Copy link
Contributor

lgtm

@hasbro17
Copy link
Contributor

hasbro17 commented Oct 1, 2018

LGTM

@AlexNPavel AlexNPavel merged commit 581d7c7 into operator-framework:master Oct 1, 2018
@AlexNPavel AlexNPavel deleted the fix-local-testing branch October 1, 2018 18:11
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants