valkey-io / valkey-bloom

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

Adding replication ability to valkey test case, changing waiter functionality for more flexibility in the future #6

Closed zackcam closed 1 month ago

zackcam commented 2 months ago

Added a class for replication in valkey_test_case.py as well as a simple test that checks it works as intended. In addition to this changed how waiters worked to allow more cases to be added in the future with different operators.

Due to the change in waiters the timing test in test_save_and_restore was now quicker causing it to fail so changed the position of the wait in order for the test to work again.