I found some unit cost a lot time on setup and teardown jetty servlet server.
if we can reuse servlet server make it stateless. may be we can save a lot 
developer time.


eg. 
In UT `org.apache.pulsar.broker.admin.TopicPoliciesTest`


there are 80 test case. each set && tearDown will cost 6 seconds in my local pc.


need some advice on this topic. I'm still new to the whole code base : - ).

Reply via email to