Skip to content

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

Merged
AlexNPavel merged 2 commits into
operator-framework:masterfrom
AlexNPavel:test-git-rev
Sep 24, 2018
Merged

test/e2e/memcached_test.go: fix dep issues in travis#525
AlexNPavel merged 2 commits into
operator-framework:masterfrom
AlexNPavel:test-git-rev

Conversation

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