auger icon indicating copy to clipboard operation
auger copied to clipboard

Add e2e for augerctl

Open wzshiming opened this issue 1 year ago • 4 comments

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

wzshiming avatar Sep 17 '24 06:09 wzshiming

[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.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

k8s-ci-robot avatar Sep 17 '24 06:09 k8s-ci-robot

/cc @jmhbnz /cc @siyuanfoundation

wzshiming avatar Sep 17 '24 06:09 wzshiming

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 avatar Nov 11 '24 09:11 wzshiming

@wzshiming Hey, Can you fix the CI and resolve the conflicts?

hwdef avatar Nov 03 '25 03:11 hwdef