Skip to content
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

TreeIndex test sporadic failure #65

Closed
wvwwvwwv opened this issue Jan 10, 2022 · 3 comments
Closed

TreeIndex test sporadic failure #65

wvwwvwwv opened this issue Jan 10, 2022 · 3 comments
Milestone

Comments

@wvwwvwwv
Copy link
Owner

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

@wvwwvwwv
Copy link
Owner Author

another occurrence.

thread '' panicked at 'assertion failed: (left == right)
left: 17,
right: 16: 17 16 16', src/tests/correctness.rs:511:21
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

@wvwwvwwv wvwwvwwv added this to the SCC 0.6.0 milestone Mar 28, 2022
@wvwwvwwv wvwwvwwv closed this as completed Apr 1, 2022
@wvwwvwwv wvwwvwwv reopened this Apr 12, 2022
@wvwwvwwv
Copy link
Owner Author

wvwwvwwv commented Apr 12, 2022

The latest change causes the issue to resurface: now it's always on remove_if.

thread '' panicked at 'assertion failed: (left == right)
left: 18,
right: 17: 18 18 17', src/tests/correctness.rs:816:21
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
thread 'tests::correctness::treeindex_test::remove' panicked at 'called Result::unwrap() on an Err value: Any { .. }', src/tests/correctness.rs:822:27

thread '' panicked at 'assertion failed: (left == right)
left: 16,
right: 15: 16 16 15', src/tests/correctness.rs:816:21
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
thread 'tests::correctness::treeindex_test::remove' panicked at 'called Result::unwrap() on an Err value: Any { .. }', src/tests/correctness.rs:822:27

---- tests::correctness::treeindex_test::remove stdout ----
thread '' panicked at 'assertion failed: (left == right)
left: 11,
right: 10: 11 11 10', src/tests/correctness.rs:816:21
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
thread 'tests::correctness::treeindex_test::remove' panicked at 'called Result::unwrap() on an Err value: Any { .. }', src/tests/correctness.rs:822:27

c939735

=> If the effect of the change is minuscule, I'll just revert it.

@wvwwvwwv
Copy link
Owner Author

reverted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant