Initial Migration #1
Annotations
10 errors
cmd/zbctl/main_test.go#L252
cannot use &integrationTestSuite{…} (value of type *integrationTestSuite) as suite.TestingSuite value in argument to suite.Run: *integrationTestSuite does not implement suite.TestingSuite (missing method SetS) (typecheck)
|
cmd/zbctl/main_test.go#L280
s.FailNowf undefined (type *integrationTestSuite has no field or method FailNowf) (typecheck)
|
cmd/zbctl/main_test.go#L285
s.MonitoringAddress undefined (type *integrationTestSuite has no field or method MonitoringAddress) (typecheck)
|
cmd/zbctl/main_test.go#L286
s.FailNow undefined (type *integrationTestSuite has no field or method FailNow) (typecheck)
|
cmd/zbctl/main_test.go#L291
s.FailNowf undefined (type *integrationTestSuite has no field or method FailNowf) (typecheck)
|
cmd/zbctl/main_test.go#L296
s.NoErrorf undefined (type *integrationTestSuite has no field or method NoErrorf) (typecheck)
|
cmd/zbctl/main_test.go#L304
s.T undefined (type *integrationTestSuite has no field or method T) (typecheck)
|
cmd/zbctl/main_test.go#L337
s.PrintFailedContainerLogs undefined (type *integrationTestSuite has no field or method PrintFailedContainerLogs) (typecheck)
|
cmd/zbctl/main_test.go#L344
s.Require undefined (type *integrationTestSuite has no field or method Require) (typecheck)
|
cmd/zbctl/main_test.go#L348
s.Require undefined (type *integrationTestSuite has no field or method Require) (typecheck)
|
This job failed
Loading