Fix type-o in test name.#6086
Conversation
I've also fixed a few other type-o's and spelling mistakes. Signed-off-by: David Lanouette <[email protected]>
everettraven
left a comment
There was a problem hiding this comment.
@davidlanouette thanks for the typo fixes! These look good to me.
/lgtm
laxmikantbpandhare
left a comment
There was a problem hiding this comment.
/lgtm
@davidlanouette thanks for your PR.
|
can you please run |
…operator-framework" -asmflags "all=-trimpath=/Users/dlanouet/code/opensource/operator-framework" -ldflags " -X 'github.com/operator-framework/operator-sdk/internal/version.Version=v1.24.0+git' -X 'github.com/operator-framework/operator-sdk/internal/version.GitVersion=v1.24.0-9-g2181a063-dirty' -X 'github.com/operator-framework/operator-sdk/internal/version.GitCommit=2181a063d750e4648b676950fcabe1a3baf3f8ae' -X 'github.com/operator-framework/operator-sdk/internal/version.KubernetesVersion=v1.25.0' -X 'github.com/operator-framework/operator-sdk/internal/version.ImageVersion=v1.24.0' " -o build ./cmd/{operator-sdk,ansible-operator,helm-operator}
rm -rf testdata
go run ./hack/generate/cncf-maintainers/main.go
go run ./hack/generate/cli-doc/gen-cli-doc.go
go run ./hack/generate/samples/generate_testdata.go
running: docker rmi -f quay.io/example/memcached-operator:v0.0.1
warning: docker rmi -f quay.io/example/memcached-operator:v0.0.1 failed with error: (chdir /Users/dlanouet/code/opensource/operator-framework/operator-sdk/testdata/helm/memcached-operator: no such file or directory)
cleaning up tools
preparing testing directory: /Users/dlanouet/code/opensource/operator-framework/operator-sdk/testdata/helm/memcached-operator
running: operator-sdk init --plugins helm --domain example.com --group cache --version v1alpha1 --kind Memcached --helm-chart ../../../hack/generate/samples/internal/helm/testdata/memcached-0.0.2.tgz
running: make bundle IMG=quay.io/example/memcached-operator:v0.0.1
running: docker rmi -f quay.io/example/memcached-operator:v0.0.1
warning: docker rmi -f quay.io/example/memcached-operator:v0.0.1 failed with error: (chdir /Users/dlanouet/code/opensource/operator-framework/operator-sdk/testdata/ansible/memcached-operator: no such file or directory)
cleaning up tools
preparing testing directory: /Users/dlanouet/code/opensource/operator-framework/operator-sdk/testdata/ansible/memcached-operator
running: operator-sdk init --plugins ansible --group cache --version v1alpha1 --kind Memcached --domain example.com --generate-role --generate-playbook
running: make bundle IMG=quay.io/example/memcached-operator:v0.0.1
running: docker rmi -f quay.io/example/memcached-operator:v0.0.1
warning: docker rmi -f quay.io/example/memcached-operator:v0.0.1 failed with error: (chdir /Users/dlanouet/code/opensource/operator-framework/operator-sdk/testdata/go/v3/memcached-operator: no such file or directory)
cleaning up tools
preparing testing directory: /Users/dlanouet/code/opensource/operator-framework/operator-sdk/testdata/go/v3/memcached-operator
running: operator-sdk init --plugins go/v3 --project-version 3 --repo github.com/example/memcached-operator --domain example.com
running: operator-sdk create api --group cache --version v1alpha1 --kind Memcached --plugins deploy-image/v1-alpha --image memcached:1.4.36-alpine --image-container-command memcached,-m=64,-o,modern,-v --image-container-port 11211 --run-as-user 1001 --make=false --manifests=false
running: operator-sdk create webhook --group cache --version v1alpha1 --kind Memcached --defaulting --defaulting
running: go mod tidy
running: make bundle IMG=quay.io/example/memcached-operator:v0.0.1
running: make fmt
running: docker rmi -f quay.io/example/memcached-operator:v0.0.1
warning: docker rmi -f quay.io/example/memcached-operator:v0.0.1 failed with error: (chdir /Users/dlanouet/code/opensource/operator-framework/operator-sdk/testdata/go/v4-alpha/memcached-operator: no such file or directory)
cleaning up tools
preparing testing directory: /Users/dlanouet/code/opensource/operator-framework/operator-sdk/testdata/go/v4-alpha/memcached-operator
running: operator-sdk init --plugins go/v3 --project-version 3 --repo github.com/example/memcached-operator --domain example.com
running: operator-sdk create api --group cache --version v1alpha1 --kind Memcached --plugins deploy-image/v1-alpha --image memcached:1.4.36-alpine --image-container-command memcached,-m=64,-o,modern,-v --image-container-port 11211 --run-as-user 1001 --make=false --manifests=false
running: operator-sdk create webhook --group cache --version v1alpha1 --kind Memcached --defaulting --defaulting
running: go mod tidy
running: make bundle IMG=quay.io/example/memcached-operator:v0.0.1
running: make fmt
go generate ./... to update test data
Signed-off-by: David Lanouette <[email protected]>
|
@laxmikantbpandhare after running But the actual "errors" are lint errors. |
|
After merging master into this branch, and committing a couple of changes from @laxmikantbpandhare is it generally OK to push these changes? |
|
@davidlanouette pushing up the merge with master is fine. We updated to Go 1.19 in a PR that got merged earlier today. In Go 1.19 the ioutil package was removed so we had to perform a whole bunch of changes to update our ioutil usage to another package. These are the same changes that you probably saw earlier when running |
|
New changes are detected. LGTM label has been removed. |
that's great. |
Description of the change:
Fix type-o in test name.
I've also fixed a few other type-o's and spelling mistakes.
Motivation for the change:
#6085
Checklist
If the pull request includes user-facing changes, extra documentation is required:
changelog/fragments(seechangelog/fragments/00-template.yaml)website/content/en/docs