serokell / coffer

Multi-backend password store with multiple frontends
4 stars 2 forks source link

[BUG] `run-bats-tests.sh` doesn't start second vault instance properly #61

Closed DK318 closed 2 years ago

DK318 commented 2 years ago

Description

Sometimes when you run bats tests with make bats the second instance of vault doesn't start. And because of this, some tests are failing.

To Reproduce

Steps to reproduce the behavior:

  1. vault server -dev -dev-root-token-id="root" -dev-listen-address="localhost:8209"
  2. make bats

    Environment