envoyproxy/envoy

filter_fuzz_test fails for ext_proc filter

开放

#20,737 创建于 2022年4月8日

 (2 条评论) (0 个反应) (0 位负责人)C++ (5,373 个派生)batch import
bughelp wanted

仓库指标

星标
 (27,997 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Description: filter_fuzz_test picks http filters by random to fuzz. The test fails when it picks the ext_proc filter, as the filter is instantiated with a mock Grpc::AsyncClientManager, which returns a null grpc client. The test seg faults when invoking a method on the null grpc client.

Repro steps: Replace seed % filter_names.size() with 5 here to force the test to pick ext_proc and reproduce the failure.

贡献者指南