Skip to content
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

Test failure in 3.0.137 #562

Closed
orhun opened this issue Dec 1, 2022 · 1 comment
Closed

Test failure in 3.0.137 #562

orhun opened this issue Dec 1, 2022 · 1 comment

Comments

@orhun
Copy link

orhun commented Dec 1, 2022

  • Command Format: go test

  • Execution Command:

go test ./cli/... ./config/... ./i18n/... ./main/... ./openapi/... ./resource/...
  • Output:
go: downloading github.com/stretchr/testify v1.8.1
go: downloading github.com/onsi/gomega v1.24.1
go: downloading github.com/onsi/ginkgo v1.16.5
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/nxadm/tail v1.4.8
go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: downloading github.com/fsnotify/fsnotify v1.4.9
go: downloading github.com/google/go-cmp v0.5.9
go: downloading golang.org/x/text v0.4.0
ok  	github.com/aliyun/aliyun-cli/cli	0.011s
ok  	github.com/aliyun/aliyun-cli/config	64.288s
ok  	github.com/aliyun/aliyun-cli/i18n	0.003s
?   	github.com/aliyun/aliyun-cli/main	[no test files]
--- FAIL: TestCreateInvoker (0.13s)
    commando_test.go:349:
        	Error Trace:	/build/aliyun-cli/src/aliyun-cli/openapi/commando_test.go:349
        	Error:      	Should be true
        	Test:       	TestCreateInvoker
    commando_test.go:350:
        	Error Trace:	/build/aliyun-cli/src/aliyun-cli/openapi/commando_test.go:350
        	Error:      	Expected nil, but got: &cli.errorWithTip{err:(*errors.errorString)(0xc00070faa0), tip:"Use `aliyun help cr` see more information."}
        	Test:       	TestCreateInvoker
FAIL
FAIL	github.com/aliyun/aliyun-cli/openapi	2.889s
?   	github.com/aliyun/aliyun-cli/resource	[no test files]
FAIL
@orhun
Copy link
Author

orhun commented Dec 2, 2022

Seems to be fixed with 3.0.139

@orhun orhun closed this as completed Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant