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
---- storage::btree::tests::test_fuzz_drop_defragment_insert stdout ----
thread 'storage::btree::tests::test_fuzz_drop_defragment_insert' panicked at core/storage/btree.rs:2454:8:
range end index 31488 out of range for slice of length 4096
The text was updated successfully, but these errors were encountered:
SEED = 15579468246411287112
ERROR = thread 'storage::btree::tests::test_fuzz_drop_defragment_insert' panicked at core/storage/btree.rs:2454:8:
range end index 48128 out of range for slice of length 4096
----------------------------------------------------------
SEED = 8627205560001768239
ERROR = thread 'storage::btree::tests::test_fuzz_drop_defragment_insert' panicked at core/storage/btree.rs:3641:13:
assertion `left == right` failed
left: 3892
right: 3896
Found two seeds resulting in different types of error behavior.
The text was updated successfully, but these errors were encountered: