Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ProxyLookupThrottlingTest (apache#5639)
*Motivation* ProxyLookupThrottlingTest relies on the number of permits for testing the behavior of current lookup. We should reset the proxyService for each run. *Modifications* Change the setup and cleanup methods from `BeforeClass/AfterClass` to `BeforeMethod/AfterMethod`.
- Loading branch information