apache/pinot

Improve controller rest api test

开放

#5,688 创建于 2020年7月12日

 (1 条评论) (0 个反应) (1 位负责人)Java (1,234 个派生)batch import
good first issuehelp wanted

仓库指标

星标
 (4,937 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南