cilium / tetragon

eBPF-based Security Observability and Runtime Enforcement
https://tetragon.io
Apache License 2.0
3.66k stars 369 forks source link

tetragon: Unflake the TestGeneratedExecEvents test #3141

Closed olsajiri closed 2 days ago

olsajiri commented 2 days ago

On slow server the test might fails to start exporter fast enough making the test fail, because events did not get stored.

Moving the tetragonExecuteCtx into separate process and adding extra 5 tries on checking up on the exported file.