apache/pinot

Reverse the stateless and stateful controller tests

Open

#9737 aperta il 5 nov 2022

Vedi su GitHub
 (0 commenti) (0 reazioni) (1 assegnatario)Java (1234 fork)batch import
cleanupgood first issue

Metriche repository

Star
 (4937 star)
Metriche merge PR
 (Merge medio 6g 7h) (186 PR mergiate in 30 g)

Descrizione

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.

Guida contributor