apache/pinot

Improve controller rest api test

オープン

#5,688 opened on 2020/07/12

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

Repository metrics

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

説明

Every end point test does the following

  • start zk
  • start controller -- run some tests -- tear down zk -- stop controller

This is inefficient and we can definitely run all the tests using just one integration test.

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