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

not enough arguments in call to newConnectionPool #84

Open
Charleslvn opened this issue Mar 22, 2018 · 0 comments
Open

not enough arguments in call to newConnectionPool #84

Charleslvn opened this issue Mar 22, 2018 · 0 comments

Comments

@Charleslvn
Copy link

Charleslvn commented Mar 22, 2018

With:
go 1.9.4 x86_64

Hello,
I try to build and test your project and it fails with

Testing: "/builddir/build/BUILD/go-couchbase-a064ca416844fb169255a76fbdac7e80101b6049/_build/src/github.com/couchbase/go-couchbase"

  • GOPATH=/builddir/build/BUILD/go-couchbase-a064ca416844fb169255a76fbdac7e80101b6049/_build:/usr/share/gocode
  • 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

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

No branches or pull requests

1 participant