mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Run CI tests in docker instead of a machine. (#8948)
This commit is contained in:
@@ -162,7 +162,7 @@ func TestMySQLHABackend(t *testing.T) {
|
||||
// https://github.com/hashicorp/vault/issues/8203 and patched in
|
||||
// https://github.com/hashicorp/vault/pull/8229
|
||||
func TestMySQLHABackend_LockFailPanic(t *testing.T) {
|
||||
cleanup, connURL := mysqlhelper.PrepareMySQLTestContainer(t, false, "secret")
|
||||
cleanup, connURL := mysqlhelper.PrepareTestContainer(t, false, "secret")
|
||||
|
||||
cfg, err := mysql.ParseDSN(connURL)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user