You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some("") and None need to be treated as equivalent.
The order of the labels is not stable. The labels coming from the deserialized pprof may not be in insertion order because they are ordered by LabelId. These are strongly correlated to insertion order, but it's not the same.
Describe the bug
This has triggered in CI and also for me locally:
To Reproduce
Steps to reproduce the behavior:
cargo +nightly bolero test -p datadog-profiling internal::profile::fuzz_tests::test_fuzz_add_sample
Expected behavior
Don't expect a fuzz test failure here.
Errors or warnings received
None, just a fuzz failure.
The text was updated successfully, but these errors were encountered: