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

create "persistent" test group #769

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

cam-garrison
Copy link

This PR creates the test group Persistent and marks according tests with this group. The group is intended to denote which tests do not tear down the resources used within the test (most importantly, those which do not recreate the mesh namespace in between subtests or during cleanup). Hence, the name "Persistent" as the namespace persists after the test cleanup.

The goal here is to be able to run this subset of tests while also having a 3.0 mesh in the same namespace to test migration paths.

Note: see comment / change in scripts/runtime.sh where I changed a hardcoded namespace list. Need advice on if this is acceptable or if there is some easier way to make this configurable because in my first look it was not clear if there was an easy way to configure this option.

Copy link
Member

@unsortedhashsets unsortedhashsets left a comment

Choose a reason for hiding this comment

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

@mkralik3 WDYT?

scripts/runtests.sh Outdated Show resolved Hide resolved
@openshift-ci openshift-ci bot added size/L and removed size/M labels Jan 14, 2025
@unsortedhashsets unsortedhashsets self-requested a review January 15, 2025 08:42
Copy link
Member

@unsortedhashsets unsortedhashsets left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants