apache/pinot

Improve controller rest api test

Open

#5.688 aberto em 12 de jul. de 2020

Ver no GitHub
 (1 comment) (0 reactions) (1 assignee)Java (1.234 forks)batch import
good first issuehelp wanted

Métricas do repositório

Stars
 (4.937 stars)
Métricas de merge de PR
 (Mesclagem média 6d 7h) (186 fundiu PRs em 30d)

Description

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.

Guia do colaborador