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

Reverse the stateless and stateful controller tests #9737

Open
Jackie-Jiang opened this issue Nov 5, 2022 · 0 comments
Open

Reverse the stateless and stateful controller tests #9737

Jackie-Jiang opened this issue Nov 5, 2022 · 0 comments
Assignees
Labels

Comments

@Jackie-Jiang
Copy link
Contributor

Stateless test should represent that the cluster doesn't change the state of the cluster, so it can use a shared cluster setup. Currently we use stateless test group for tests that require standalone cluster setup, which is very confusing.

Also, we should annotate the stateless (shared cluster setup) tests instead of the stateful ones because without annotation it should work the same way as regular tests.

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

No branches or pull requests

2 participants