test/test-framework: remove, and update/remove references and dependent tests#3424
Merged
estroz merged 1 commit intooperator-framework:masterfrom Jul 15, 2020
Merged
Conversation
Member
Author
bd44a70 to
74d943c
Compare
| source hack/lib/image_lib.sh | ||
|
|
||
| export OSDK_INTEGRATION_IMAGE="quay.io/example/memcached-operator:latest" | ||
| TMPDIR="$(mktemp -d memcached-XXXX)" |
Contributor
There was a problem hiding this comment.
requires to be XXXX? Could not be a name related to the test?
Member
Author
There was a problem hiding this comment.
XXXX is a template string which will be substituted with random characters. See mktemp -h for more info.
6a498d4 to
f856b31
Compare
f856b31 to
117ba11
Compare
internal testing, and updates or removes any referent legacy tests. test/test-framework: remove *: remove references to the test-framework project or remove legacy tests using it
117ba11 to
e154026
Compare
92 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the change:
Motivation for the change: This PR removes the
test/test-frameworksample project used for internal testing, and updates or removes any referent legacy tests. This is part of a greater effort to remove legacy code to prepare for v1.0. See #3327 for details.Checklist
If the pull request includes user-facing changes, extra documentation is required:
changelog/fragments(seechangelog/fragments/00-template.yaml)website/content/en/docs