apache/pinot

Reverse the stateless and stateful controller tests

Offen

#9.737 geöffnet am 05.11.2022

 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Java (1.234 Forks)batch import
cleanupgood first issue

Repository-Metriken

Stars
 (4.937 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide