valkey-io / valkey-bloom

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

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

Closed KarthikSubbarao closed 1 week ago

KarthikSubbarao commented 1 week 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.