You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/test/integration-test
Andrew Werner e888291ea6 aya: use montonic SinceBoot for loaded_at
This commit was written to deflake test_loaded_at can. The flakiness is
due to the lack of monotonicity in SystemTime clock calculations. See
https://github.com/aya-rs/aya/actions/runs/6340369670/job/17221591723.

This PR addresses that problem by introducing a wrapper type to
encapsulate the monotonically increasing duration since boot,
`SinceBoot`. This type has a method `into_system_time()` to convert it
into a `SystemTime`.
2 years ago
..
bpf integration-test: remove all sleeps 2 years ago
src aya: use montonic SinceBoot for loaded_at 2 years ago
Cargo.toml Cargo.toml: Remove default-features settings 2 years ago
build.rs integration-test: build eBPF for the proper arch 2 years ago