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.167 #736

Closed
orhun opened this issue Jun 20, 2023 · 1 comment
Closed

Test failure in 3.0.167 #736

orhun opened this issue Jun 20, 2023 · 1 comment

Comments

@orhun
Copy link

orhun commented Jun 20, 2023

  • Command Format: go test

  • Execution Command:

go test ./cli/... ./config/... ./i18n/... ./main/... ./openapi/... ./resource/...
  • Output:
go: downloading github.com/stretchr/testify v1.8.3
go: downloading github.com/onsi/gomega v1.27.7
go: downloading github.com/onsi/ginkgo v1.16.5
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/nxadm/tail v1.4.8
go: downloading github.com/google/go-cmp v0.5.9
go: downloading golang.org/x/text v0.9.0
go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: downloading github.com/fsnotify/fsnotify v1.4.9
ok  	github.com/aliyun/aliyun-cli/cli	0.009s
?   	github.com/aliyun/aliyun-cli/main	[no test files]
?   	github.com/aliyun/aliyun-cli/resource	[no test files]
ok  	github.com/aliyun/aliyun-cli/config	61.689s
ok  	github.com/aliyun/aliyun-cli/i18n	0.004s
--- FAIL: Test_main (0.97s)
    commando_test.go:93:
        	Error Trace:	github.com/aliyun/aliyun-cli/openapi/commando_test.go:93
        	Error:      	Should be true
        	Test:       	Test_main
FAIL
FAIL	github.com/aliyun/aliyun-cli/openapi	1.357s
FAIL
@JacksonTian
Copy link
Contributor

It has been fixed in master branch. Thanks for your attention.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants