wvwwvwwv / scalable-concurrent-containers

High performance containers and utilities for concurrent and asynchronous programming
Apache License 2.0
306 stars 15 forks source link

TreeIndex test error #71

Closed wvwwvwwv closed 2 years ago

wvwwvwwv commented 2 years ago

---- tests::correctness::treeindex_test::complex stdout ---- thread '' panicked at 'assertion failed: (left == right) left: (61441, 61441), right: (63488, 63488)', src/tests/correctness.rs:776:29 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace thread 'tests::correctness::treeindex_test::complex' panicked at 'called Result::unwrap() on an Err value: Any { .. }', src/tests/correctness.rs:820:27

wvwwvwwv commented 2 years ago

More handling required.