You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go test -buildmode pie -compiler gc -ldflags '-extldflags '''-Wl,-z,relro ''''
github.com/couchbase/go-couchbase
./conn_pool_test.go:40:25: not enough arguments in call to newConnectionPool
have (string, *basicAuth, number, number)
want (string, AuthHandler, bool, int, int)
./conn_pool_test.go:132:25: not enough arguments in call to newConnectionPool
have (string, *basicAuth, number, number)
want (string, AuthHandler, bool, int, int)
./conn_pool_test.go:173:25: not enough arguments in call to newConnectionPool
have (string, *basicAuth, number, number)
want (string, AuthHandler, bool, int, int)
./conn_pool_test.go:200:25: not enough arguments in call to newConnectionPool
have (string, *basicAuth, number, number)
want (string, AuthHandler, bool, int, int)
./conn_pool_test.go:229:25: not enough arguments in call to newConnectionPool
have (string, *basicAuth, number, number)
want (string, AuthHandler, bool, int, int)
./conn_pool_test.go:260:25: not enough arguments in call to newConnectionPool
have (string, *basicAuth, number, number)
want (string, AuthHandler, bool, int, int)
./conn_pool_test.go:306:25: not enough arguments in call to newConnectionPool
have (string, *basicAuth, number, number)
want (string, AuthHandler, bool, int, int)
./conn_pool_test.go:327:25: not enough arguments in call to newConnectionPool
have (string, *basicAuth, number, number)
want (string, AuthHandler, bool, int, int)
./conn_pool_test.go:336:24: not enough arguments in call to newConnectionPool
have (string, *basicAuth, number, number)
want (string, AuthHandler, bool, int, int)
./conn_pool_test.go:351:25: not enough arguments in call to newConnectionPool
have (string, *basicAuth, number, number)
want (string, AuthHandler, bool, int, int)
./conn_pool_test.go:351:25: too many errors
FAIL github.com/couchbase/go-couchbase [build failed]
Could you help me please ?
Thanks
The text was updated successfully, but these errors were encountered:
With:
go 1.9.4 x86_64
Hello,
I try to build and test your project and it fails with
Could you help me please ?
Thanks
The text was updated successfully, but these errors were encountered: