Skip to content

test/e2e/memcached_test.go: fix e2e testing on local machines#548

Merged
AlexNPavel merged 1 commit into
operator-framework:masterfrom
AlexNPavel:fix-local-testing
Oct 1, 2018
Merged

test/e2e/memcached_test.go: fix e2e testing on local machines#548
AlexNPavel merged 1 commit into
operator-framework:masterfrom
AlexNPavel:fix-local-testing

Conversation

@AlexNPavel
Copy link
Copy Markdown
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
Copy Markdown
Contributor

lgtm

@hasbro17
Copy link
Copy Markdown
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