apache/pinot

Improve controller rest api test

Open

#5688 aperta il 12 lug 2020

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)Java (1234 fork)batch import
good first issuehelp wanted

Metriche repository

Star
 (4937 star)
Metriche merge PR
 (Merge medio 6g 7h) (186 PR mergiate in 30 g)

Descrizione

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.

Guida contributor