Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flaky test TestServiceLegacy (envoyproxy#258)
User deferred barrier.signal() so panic definitely occurs before we continue on in test. Config reload uses recover() and increments config load counter, tests were failing to see config load error counter increment. Fixes: envoyproxy#256 Signed-off-by: Sunjay Bhatia <[email protected]> Signed-off-by: bstorozhuk <[email protected]>
- Loading branch information