valkey-io / valkey-bloom

Rust based Valkey Module which provides a BloomFilter data type / APIs
11 stars 9 forks source link

Add integration tests for maxmemory scenarios and replication validation. Also, fixes other tests. #16

Closed KarthikSubbarao closed 1 month ago

KarthikSubbarao commented 1 month ago

Add integration tests for maxmemory scenarios and replication validation.

Also, fixes other tests by updating the test utility functions and correcting asserts.

Updated the build.sh script to provide TEST_PATTERN env var to specify a single integration test that a user wants to run.