Add e2e for augerctl
This e2e will be tested by make test
Run make test
Vetting
go vet ./...
Testing
go test ./...
? github.com/etcd-io/auger [no test files]
? github.com/etcd-io/auger/augerctl [no test files]
? github.com/etcd-io/auger/augerctl/command [no test files]
? github.com/etcd-io/auger/hack/tools [no test files]
ok github.com/etcd-io/auger/cmd 0.021s
ok github.com/etcd-io/auger/pkg/client 0.008s
ok github.com/etcd-io/auger/pkg/data 0.016s
? github.com/etcd-io/auger/pkg/scheme [no test files]
ok github.com/etcd-io/auger/pkg/encoding 0.013s
ok github.com/etcd-io/auger/tests/e2e 79.733s
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: wzshiming Once this PR has been reviewed and has the lgtm label, please assign siyuanfoundation for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
/cc @jmhbnz /cc @siyuanfoundation
This e2e also needs to do what, please take a look.
There seems to be something wrong with k8s.io/[email protected]. It renames a field but does not rename the corresponding usage.
../../../go/pkg/mod/k8s.io/[email protected]/pkg/util/managedfields/internal/structuredmerge.go:56:4: unknown field IgnoredFields in struct literal of type merge.Updater
fixed by https://github.com/kubernetes/kubernetes/commit/2bc17d1cf03f2f2bcd683e7e79f01c929951cca3#diff-1966d58e97bf87f3cd69e4957a2c948a72ca97c36df3ea099ac0ea6592e42dbfR57
@wzshiming Hey, Can you fix the CI and resolve the conflicts?