Skip to content

Add make command for spinning up cluster and running smoke tests #37

@AnishMulay

Description

@AnishMulay

Setting up the cluster and running the open smoke test and durability smoke test manually is painful and hurts the developer experience. Too much friction for something that should be routine.

Proposed Solution

Add a make target to the Makefile that:

  1. Spins up a relevant Kubernetes cluster
  2. Runs the open smoke test
  3. Runs the durability smoke test
  4. Tears down the cluster regardless of pass or fail
  5. Exits with an appropriate status code and message reflecting the test results

Goals

  • Zero manual cluster setup for running smoke tests
  • Clean teardown guaranteed even on failure
  • Simple, single command developer experience

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions