Skip to content

Conversation

serpixel
Copy link
Contributor

Description
Adds bootstrap, genesis and genesis override tests.

Tests

Additional context

Metadata

@serpixel serpixel requested a review from bitwiseguy September 30, 2025 13:46
@serpixel serpixel marked this pull request as ready for review September 30, 2025 16:58
@serpixel serpixel requested a review from a team as a code owner September 30, 2025 16:58
// TestEndToEndBootstrapApply tests that a system can be fully bootstrapped and applied, both from
// local artifacts and the default tagged artifacts. The tagged artifacts test only runs on proposal
// or backports branches, since those are the only branches with an SLA to support tagged artifacts.
func TestEndToEndBootstrapApply(t *testing.T) {
Copy link
Contributor

@bitwiseguy bitwiseguy Sep 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like a duplicate of the /integration_test/apply_test.go TestEndToEndBootstrapApply. I think we need to trigger bootstrap via the cli runner instead of via the library function to include cli flag parsing in the test. Otherwise I'm not sure what value this test is adding compared to the existing one

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