cleanupgood first issue
仓库指标
- Star
- (4,937 star)
- PR 合并指标
- (平均合并 6天 7小时) (30 天内合并 186 个 PR)
描述
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.