apache/pinot

Reverse the stateless and stateful controller tests

Open

#9,737 建立於 2022年11月5日

在 GitHub 查看
 (0 留言) (0 反應) (1 負責人)Java (1,234 fork)batch import
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.

貢獻者指南