envoyproxy/envoy

filter_fuzz_test fails for ext_proc filter

オープン

#20,737 opened on 2022/04/08

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (5,373 件のフォーク)batch import
bughelp wanted

Repository metrics

Stars
 (27,997 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド