hashicorp / vault-plugin-database-couchbase

Mozilla Public License 2.0
6 stars 5 forks source link

update Couchbase gocb version #22

Closed fairclothjm closed 3 years ago

fairclothjm commented 3 years ago

The Couchbase gocb version is a bit out of date. Let's update it.

Test output

=== RUN   TestDriver
    couchbase_test.go:105: Waiting for the database to start...
    couchbase_test.go:105: Waiting for the database to start...
    couchbase_test.go:105: Waiting for the database to start...
    couchbase_test.go:105: Waiting for the database to start...
    couchbase_test.go:105: Waiting for the database to start...
    couchbase_test.go:105: Waiting for the database to start...
=== RUN   TestDriver/Version
    couchbase_test.go:190: Couchbase pre 6.5.0 is false
=== RUN   TestDriver/Init
    couchbase_test.go:217: Testing TLS Init()
=== RUN   TestDriver/Init#01
    couchbase_test.go:246: Testing plain text Init()
=== RUN   TestDriver/Init#02
    couchbase_test.go:264: Testing TLS Pre 6.5 Init()
=== RUN   TestDriver/Init#03
    couchbase_test.go:291: Testing Pre 6.5 Init()
=== CONT  TestDriver
    httputils.go:114: Waiting for bucket travel-sample...
=== RUN   TestDriver/Create/Revoke
    couchbase_test.go:306: Testing CreateUser()
    couchbase_test.go:396: Testing RevokeUser()
=== RUN   TestDriver/Create/Revoke#01
    couchbase_test.go:433: Testing CreateUser_DefaultRole()
    couchbase_test.go:396: Testing RevokeUser()
=== RUN   TestDriver/Create/Revoke#02
    couchbase_test.go:493: Testing CreateUser_plusRole()
    couchbase_test.go:396: Testing RevokeUser()
=== RUN   TestDriver/Create/Revoke#03
    couchbase_test.go:558: Testing CreateUser_groupOnly()
    couchbase_test.go:396: Testing RevokeUser()
=== RUN   TestDriver/Create/Revoke#04
    couchbase_test.go:621: Testing CreateUser_roleAndGroup()
    couchbase_test.go:396: Testing RevokeUser()
=== RUN   TestDriver/Rotate
    couchbase_test.go:680: Testing RotateRootCredentials()
    couchbase_test.go:731: Testing SetCredentials()
=== RUN   TestDriver/Creds
    couchbase_test.go:731: Testing SetCredentials()
=== RUN   TestDriver/Secret
    couchbase_test.go:797: Testing couchbaseDBConnectionProducer.secretValues()
=== RUN   TestDriver/TimeoutCalc
    couchbase_test.go:811: Testing computeTimeout
=== RUN   TestDriver/Create/long_username
=== RUN   TestDriver/Create/custom_username_template
--- PASS: TestDriver (45.86s)
    --- PASS: TestDriver/Version (0.01s)
    --- PASS: TestDriver/Init (0.01s)
    --- PASS: TestDriver/Init#01 (0.00s)
    --- PASS: TestDriver/Init#02 (0.01s)
    --- PASS: TestDriver/Init#03 (0.00s)
    --- PASS: TestDriver/Create/Revoke (3.08s)
    --- PASS: TestDriver/Create/Revoke#01 (3.59s)
    --- PASS: TestDriver/Create/Revoke#02 (3.18s)
    --- PASS: TestDriver/Create/Revoke#03 (3.65s)
    --- PASS: TestDriver/Create/Revoke#04 (4.20s)
    --- PASS: TestDriver/Rotate (7.32s)
    --- PASS: TestDriver/Creds (4.07s)
    --- PASS: TestDriver/Secret (0.00s)
    --- PASS: TestDriver/TimeoutCalc (0.00s)
    --- PASS: TestDriver/Create/long_username (3.07s)
    --- PASS: TestDriver/Create/custom_username_template (2.57s)
PASS
ok      github.com/hashicorp/vault-plugin-database-couchbase    46.075s