envoyproxy/envoy
Clean up tests that start an admin HTTP server just to get by
開放
#4,531 建立於 2018年9月25日
help wantedtech debt
倉庫指標
- 星標
- (27,997 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
After #4486 is submitted, it will be possible to create an instance of the Admin admin console class without automatically starting an HTTP listener. Tests that specify an admin address in a bootstrap config - and so start an HTTP listener - just to get through startup correctly can now have that listening address removed. At least one example (I think?) is in test/config/utility.cc, ConfigHelper constructor.