-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(tests): new e2e tests [7/N] #1814
Commits on May 20, 2024
-
fix(bpf): better timespec support for ia32
Signed-off-by: therealbobo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6714ab9 - Browse repository at this point
Copy the full SHA 6714ab9View commit details -
new(libsinsp_e2e): new misc tests
Signed-off-by: Roberto Scolaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9318654 - Browse repository at this point
Copy the full SHA 9318654View commit details -
fix(bpf,modern_bpf): better 32bit support preadv/pwritev family
Signed-off-by: Roberto Scolaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4da9e9 - Browse repository at this point
Copy the full SHA b4da9e9View commit details -
Signed-off-by: Roberto Scolaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9e025b - Browse repository at this point
Copy the full SHA c9e025bView commit details -
fix(libsinsp_e2e): dump only necessary events
Signed-off-by: Roberto Scolaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1169541 - Browse repository at this point
Copy the full SHA 1169541View commit details -
fix(modern_bpf): avoid overflow reading sockaddr_storage
Signed-off-by: Roberto Scolaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 958c2f0 - Browse repository at this point
Copy the full SHA 958c2f0View commit details -
fix(libsinsp_e2e): add retry to subprocess class
Signed-off-by: Roberto Scolaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8fb9c41 - Browse repository at this point
Copy the full SHA 8fb9c41View commit details -
fix(ci): workaround to avoid random failures of asan
Signed-off-by: Roberto Scolaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 640d3b7 - Browse repository at this point
Copy the full SHA 640d3b7View commit details -
fix(bpf): cast incompatibile pointer
Signed-off-by: Roberto Scolaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 159a3e3 - Browse repository at this point
Copy the full SHA 159a3e3View commit details -
cleanup(bpf): remove useless ifdefs
Signed-off-by: Roberto Scolaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ed4779 - Browse repository at this point
Copy the full SHA 1ed4779View commit details -
cleanup(bpf): hide ia32 login in helper function
Signed-off-by: Roberto Scolaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85f1c74 - Browse repository at this point
Copy the full SHA 85f1c74View commit details -
Signed-off-by: Roberto Scolaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ffc0cf9 - Browse repository at this point
Copy the full SHA ffc0cf9View commit details -
refactor(bpf): split ia32 bpf_parse_readv_writev_bufs helper
Signed-off-by: therealbobo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d67928 - Browse repository at this point
Copy the full SHA 6d67928View commit details -
refactor(bpf): split bpf_parse_readv_writev_bufs even more
Signed-off-by: therealbobo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9990067 - Browse repository at this point
Copy the full SHA 9990067View commit details -
fix(modern_bpf): read MAX_UNIX_SOCKET_PATH from sockaddr
Signed-off-by: therealbobo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c01c519 - Browse repository at this point
Copy the full SHA c01c519View commit details -
fix(libsinsp_e2e): remove flaky test
Signed-off-by: therealbobo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad811d1 - Browse repository at this point
Copy the full SHA ad811d1View commit details -
cleanup(bpf): rename 32/64bit bpf helpers
Signed-off-by: therealbobo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3316ca9 - Browse repository at this point
Copy the full SHA 3316ca9View commit details -
cleanup(modern_bpf,bpf): use already defined struct
Signed-off-by: therealbobo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b2edcf - Browse repository at this point
Copy the full SHA 5b2edcfView commit details -
refactor(modern_bpf): split iovec helper in 32/64 bit variants
Signed-off-by: therealbobo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e31a35 - Browse repository at this point
Copy the full SHA 6e31a35View commit details -
fix(bpf): use CONFIG_COMPAT to exclude ia32 calls
Signed-off-by: therealbobo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a3de12 - Browse repository at this point
Copy the full SHA 3a3de12View commit details -
fix(modern_bpf): define the compat timespec in struct flavors
Signed-off-by: therealbobo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0596b3 - Browse repository at this point
Copy the full SHA f0596b3View commit details -
fix(bpf): fix missing definitions
Signed-off-by: therealbobo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d09814 - Browse repository at this point
Copy the full SHA 7d09814View commit details -
fix(libsinsp_e2e): increase tcp_client_server test stability
Signed-off-by: therealbobo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46324e7 - Browse repository at this point
Copy the full SHA 46324e7View commit details -
fix(bpf): address review comments
Signed-off-by: Roberto Scolaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d35a96f - Browse repository at this point
Copy the full SHA d35a96fView commit details -
fix(modern_bpf): address review comments
Signed-off-by: Roberto Scolaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ccf016 - Browse repository at this point
Copy the full SHA 3ccf016View commit details
Commits on May 21, 2024
-
fix(libsinsp_e2e): increase tcp_client_server* tests stability
Signed-off-by: Roberto Scolaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f47b808 - Browse repository at this point
Copy the full SHA f47b808View commit details -
fix(test/e2e): pin python requests version
Signed-off-by: Roberto Scolaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7101943 - Browse repository at this point
Copy the full SHA 7101943View commit details