Luca Guerra

Results 118 comments of Luca Guerra

I was eager to try these tests, but alas my dev environment toolchain is "too new" and so I'm unable to run `make e2e-tests`. The error is sadly not clear...

And of course, just wanted to repeat in writing as well that I really love this effort! ❤️ 🚀 I also support the language choice, it's great to use a...

> same binary with different drivers on different systems Hmm, that could speed up testing several distributions. So, if I _really_ want to run e2e test on any system I...

This is great :rocket: I was able to run them by modifying the sinsp dockerfile for my machine: ``` FROM debian:bookworm RUN apt-get update && \ apt-get install -y \...

I took another look at this, I have some remarks that could be useful when you refactor/rewrite/rebase this PR: I'm fine with FDs but keep in mind that if we...

Great discussion! I'd like to add some thoughts on this since, as some of you know, I'm happy to help improving Falco testing in all directions. I essentially agree with...

Updated the PR according to the comment above.

Addressed comment, plus another small thing that surfaced from myself getting confused by my own refactoring: added an explicit `const` when using a `std::vector` in a read only way so...

Would this case fit along the others in the `creates_fd_generic` test you recently added?

Interesting, this fails with a minimal build, will investigate.