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
After merging #991, I realized that I didn't see that the block_search test isn't actually executed during integration testing, and it actually fails when it's enabled.
Steps to reproduce
Add #[tokio::test] before the block_search method in the kvstore integration test.