apache/pinot

Improve controller rest api test

Aperta

#5688 aperta il 12 lug 2020

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

Metriche repository

Star
 (4937 stelle)
Metriche merge PR
 (Metriche PR in attesa)

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