-
Notifications
You must be signed in to change notification settings - Fork 1.8k
test/integration: rewrite in BDD style, fixup cleanup command
#4303
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
the Go memcached-operator sample, as well as fixes a few bugs. Makefile: call integration tests directly internal/generate/clusterserviceversion: use FromVersion correctly internal/olm/operator/uninstall.go: rewrite Run() so it cleans all possible resources up and reports whether a package ever existed correctly internal/testutils,docs: fix 'packagemanifests' target tests/integration: rewrite with Ginkgo/Gomega and use Go sample
- Loading branch information
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,7 +38,7 @@ endif | |
| ifeq ($(IS_CHANNEL_DEFAULT), 1) | ||
| PKG_IS_DEFAULT_CHANNEL := --default-channel | ||
| endif | ||
| PKG_MAN_OPTS ?= $(FROM_VERSION) $(PKG_CHANNELS) $(PKG_IS_DEFAULT_CHANNEL) | ||
| PKG_MAN_OPTS ?= $(PKG_FROM_VERSION) $(PKG_CHANNELS) $(PKG_IS_DEFAULT_CHANNEL) | ||
estroz marked this conversation as resolved.
Show resolved
Hide resolved
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It shows required an entry + migration step for who is using this pkg manifests scaffold on the projects.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. They aren't scaffolded at all, the user has to add this themselves, so I don't think this is necessary. However it doesn't hurt to add one.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. They are not scaffolded. However, the user might have followed the docs and added these steps.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I saw that besides your comment you added the steps :https://github.com/operator-framework/operator-sdk/pull/4303/files#diff-53c8ad93e1bd0a81cd5a8264eedcdedc3106a4aad6d37e51bff38c42ad7f4704R9-R13 👍 So all good. Thank you. |
||
|
|
||
| # Generate package manifests. | ||
| packagemanifests: kustomize %s | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.