envoyproxy/envoy
GitHub で見るReduce boilerplate and enforce InSequence in RouterTest
Open
#4,916 opened on 2018年10月30日
help wantedtech debt
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (平均マージ 8d) (30d で 378 merged PRs)
説明
The tests in RouterTest (test/common/router/router_test.cc) are very verbose and hard to work with. We should 1) reduce the amount of boilerplate necessary and 2) use InSequence in every test.