aliyun/aliyun-cli

Test failure in `3.0.167`

orhun opened this issue · 1 comments

orhun commented
  • 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

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