apache/pinot

Improve controller rest api test

Offen

#5.688 geöffnet am 12.07.2020

 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)Java (1.234 Forks)batch import
good first issuehelp wanted

Repository-Metriken

Stars
 (4.937 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide