apache/pinot

Improve controller rest api test

Open

#5 688 ouverte le 12 juil. 2020

Voir sur GitHub
 (1 commentaire) (0 réactions) (1 assigné)Java (1 234 forks)batch import
good first issuehelp wanted

Métriques du dépôt

Stars
 (4 937 stars)
Métriques de merge PR
 (Merge moyen 6j 7h) (186 PRs mergées en 30 j)

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.

Guide contributeur