apache/pinot

Reverse the stateless and stateful controller tests

オープン

#9,737 opened on 2022/11/05

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)Java (1,234 件のフォーク)batch import
cleanupgood first issue

Repository metrics

Stars
 (4,937 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド