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

Remove Enos Test Scenarios #83

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

cipherboy
Copy link
Member

Enos was a test harness runner built from scratch by a HashiCorp QE team. It intended to handle Enterprise test scenarios on a variety of configurations (Consul backends, HSMs, upgrades, ...) and was driven through a combination of Terraform and Bash. IIRC, it was rather slow and expensive to run. Likely we can get equivalent (if not better) coverage out of built-in Go unit tests using the container runner.

My suggestion proposed in this PR is to remove it, building what more testing we need directly in the test suite directly.

@naphelps naphelps self-requested a review January 30, 2024 16:55
Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
@naphelps naphelps merged commit 85455fb into openbao:development Jan 30, 2024
5 of 7 checks passed
naphelps pushed a commit that referenced this pull request Feb 2, 2024
* update gha workflows

* update readme plugin register example

* refactor out integration tests to fix broken workflow

* add go version file

* fix yaml syntax error

* update acc test make target to use pkg dir

* add workflow_dispatch for acc tests

* fix yaml typo

* update integration workflow

* disable cgo for int build
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.

None yet

2 participants