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

Add simple start counter test #498

Closed
wants to merge 5 commits into from
Closed

Add simple start counter test #498

wants to merge 5 commits into from

Conversation

BenElgar
Copy link
Contributor

No description provided.

@BenElgar
Copy link
Contributor Author

This should work in CI (assuming runners aren't reused) but will break after the first run in dev since we don't provide an easy mechanism to clean up volumes.

}

if _, _, err := t.RunExo(ctx, "init"); err != nil {
return err
Copy link
Member

Choose a reason for hiding this comment

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

Since this stuff is only used in tests, it's probably perfectly fine to simply panic on error inside RunExo.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The intent was to allow people to create end to end tests where failure is expected — which becomes a bit ugly if they have to recover from panics all the time.

@BenElgar BenElgar linked an issue Nov 16, 2021 that may be closed by this pull request
@BenElgar
Copy link
Contributor Author

This is blocked on #499

@brandonbloom
Copy link
Member

Squashed and cherry-picked into #543

@brandonbloom brandonbloom deleted the add-vol-test branch February 15, 2022 17:37
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.

[BUG] Can't easily remove underlying volumes
2 participants