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
Yeah slightly embarrassing but I went too aggressive on trying to simplify the test case, updated the issue with the new test case that actually fails due to this issue.
Bug
heed
'sget_range
function returns incorrect results when a different ordering is used with the DB/table.Steps to reproduce
Add this:
After this:
cuprate/storage/database/src/backend/tests.rs
Lines 377 to 386 in f3c1a5c
I think this is because heed's range cursor compares raw bytes here: https://docs.rs/heed/latest/src/heed/iterator/range.rs.html#416
The text was updated successfully, but these errors were encountered: