Improve controller rest api test
Open
good first issue
help wanted
- Dominant language
- Java
- Stars
- 6.1k
- Forks
- 1.5k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 189
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.
Contributor guide
Assessment
This issue has not been assessed yet.