Skip to content

Removing tls argument from Serve call#13

Merged
Valarissa merged 5 commits into
masterfrom
rely_on_auto_mtls
Oct 22, 2020
Merged

Removing tls argument from Serve call#13
Valarissa merged 5 commits into
masterfrom
rely_on_auto_mtls

Conversation

@Valarissa
Copy link
Copy Markdown
Contributor

@Valarissa Valarissa commented Oct 22, 2020

THIS REQUIRES hashicorp/vault#10220 TO BE MERGED FIRST

=== RUN   TestDriver
    couchbase_test.go:98: Waiting for the database to start...
    couchbase_test.go:98: Waiting for the database to start...
    couchbase_test.go:98: Waiting for the database to start...
    couchbase_test.go:98: Waiting for the database to start...
    couchbase_test.go:98: Waiting for the database to start...
    couchbase_test.go:98: Waiting for the database to start...
    couchbase_test.go:98: Waiting for the database to start...
=== CONT  TestDriver
    couchbase_test.go:165: Waiting for the bucket to be installed.
--- PASS: TestDriver (42.25s)
=== RUN   TestDriver/Version
    couchbase_test.go:203: Couchbase pre 6.5.0 is false
    --- PASS: TestDriver/Version (0.00s)
=== RUN   TestDriver/Init
    couchbase_test.go:230: Testing TLS Init()
    --- PASS: TestDriver/Init (0.01s)
=== RUN   TestDriver/Init#01
    couchbase_test.go:259: Testing plain text Init()
    --- PASS: TestDriver/Init#01 (0.00s)
=== RUN   TestDriver/Init#02
    couchbase_test.go:277: Testing TLS Pre 6.5 Init()
    --- PASS: TestDriver/Init#02 (0.03s)
=== RUN   TestDriver/Init#03
    couchbase_test.go:304: Testing Pre 6.5 Init()
    --- PASS: TestDriver/Init#03 (0.00s)
=== RUN   TestDriver/Create/Revoke
    couchbase_test.go:322: Testing CreateUser()
    couchbase_test.go:384: Testing checkCredsExist()
    couchbase_test.go:420: Testing RevokeUser()
    --- PASS: TestDriver/Create/Revoke (3.57s)
=== RUN   TestDriver/Create/Revoke#01
    couchbase_test.go:460: Testing CreateUser_DefaultRole()
    couchbase_test.go:384: Testing checkCredsExist()
    couchbase_test.go:420: Testing RevokeUser()
    --- PASS: TestDriver/Create/Revoke#01 (3.10s)
=== RUN   TestDriver/Create/Revoke#02
    couchbase_test.go:523: Testing CreateUser_plusRole()
    couchbase_test.go:384: Testing checkCredsExist()
    couchbase_test.go:420: Testing RevokeUser()
    --- PASS: TestDriver/Create/Revoke#02 (4.16s)
=== RUN   TestDriver/Create/Revoke#03
    couchbase_test.go:591: Testing CreateUser_groupOnly()
    couchbase_test.go:384: Testing checkCredsExist()
    couchbase_test.go:420: Testing RevokeUser()
    --- PASS: TestDriver/Create/Revoke#03 (4.14s)
=== RUN   TestDriver/Create/Revoke#04
    couchbase_test.go:657: Testing CreateUser_roleAndGroup()
    couchbase_test.go:384: Testing checkCredsExist()
    couchbase_test.go:420: Testing RevokeUser()
    --- PASS: TestDriver/Create/Revoke#04 (4.12s)
=== RUN   TestDriver/Rotate
    couchbase_test.go:719: Testing RotateRootCredentials()
    couchbase_test.go:384: Testing checkCredsExist()
    couchbase_test.go:770: Testing SetCredentials()
    couchbase_test.go:384: Testing checkCredsExist()
    --- PASS: TestDriver/Rotate (6.77s)
=== RUN   TestDriver/Creds
    couchbase_test.go:770: Testing SetCredentials()
    couchbase_test.go:384: Testing checkCredsExist()
    --- PASS: TestDriver/Creds (3.58s)
=== RUN   TestDriver/Secret
    couchbase_test.go:840: Testing couchbaseDBConnectionProducer.secretValues()
    --- PASS: TestDriver/Secret (0.00s)
=== RUN   TestDriver/TimeoutCalc
    couchbase_test.go:854: Testing computeTimeout
    --- PASS: TestDriver/TimeoutCalc (0.00s)
PASS

Process finished with exit code 0

@Valarissa Valarissa requested a review from pcman312 October 22, 2020 21:31
@Valarissa Valarissa merged commit 52b89dc into master Oct 22, 2020
@pcman312 pcman312 deleted the rely_on_auto_mtls branch October 22, 2020 22:25
Valarissa pushed a commit that referenced this pull request Oct 22, 2020
* Removing tls argument from Run call
* Move Run into main package
Valarissa pushed a commit that referenced this pull request Oct 22, 2020
* Removing tls argument from Run call
* Move Run into main package
calvn pushed a commit that referenced this pull request Oct 22, 2020
* Removing tls argument from Run call
* Move Run into main package
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

Successfully merging this pull request may close these issues.

2 participants