Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stirling] Fix
netty_tls_trace_bpf_test.cc
mux protocol tracing opt…
…ion. (#1690) Summary: To prevent older kernels from complaining about eBPF instruction count, mux protocol tracing is only enabled for "newer" kernels. In our test case, we want to enable mux tracing. We fix test `netty_tls_trace_bpf_test.cc` by enabling mux protocol tracing using the test `SetUp` method (and we simultaneously disable a few other protocols to save on eBPF instruction count). Previously, we used an init function, but that was rendered ineffective after we switched our flags from command line args. to env. args. Type of change: /kind bug fix Test Plan: Existing tests. Signed-off-by: Pete Stevenson <[email protected]>
- Loading branch information