apache/pinot

Reverse the stateless and stateful controller tests

Ouverte

#9 737 ouverte le 5 nov. 2022

 (0 commentaire) (0 réaction) (1 personne assignée)Java (1 234 forks)batch import
cleanupgood first issue

Métriques du dépôt

Stars
 (4 937 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur