Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration tests for commands behavior, deletion, expiry, compatibility #7

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

YueTang-Vanessa
Copy link
Contributor

@YueTang-Vanessa YueTang-Vanessa commented Oct 3, 2024

This commit includes following changes:

  • Add test for bloom command arity, behavior and basic error
  • Set up a base case for valkey bloom filter module
  • Set info of expansion to Null for NONSCALING mode
  • Optimize bf.insert error handling
  • Add test for basic valkey command
  • Add test for compatibility

@YueTang-Vanessa YueTang-Vanessa marked this pull request as draft October 3, 2024 01:32
src/bloom/utils.rs Outdated Show resolved Hide resolved
tests/test_basic.py Outdated Show resolved Hide resolved
tests/valkey_bloom_test_case.py Outdated Show resolved Hide resolved
tests/test_bloom_command.py Outdated Show resolved Hide resolved
tests/test_bloom_command.py Show resolved Hide resolved
tests/test_bloom_command.py Outdated Show resolved Hide resolved
tests/test_bloom_command.py Outdated Show resolved Hide resolved
tests/test_basic.py Outdated Show resolved Hide resolved
tests/test_bloom_command.py Outdated Show resolved Hide resolved
tests/test_basic.py Outdated Show resolved Hide resolved
tests/test_basic.py Show resolved Hide resolved
tests/test_basic.py Outdated Show resolved Hide resolved
tests/valkey_bloom_test_case.py Outdated Show resolved Hide resolved
tests/test_bloom_command.py Outdated Show resolved Hide resolved
@YueTang-Vanessa YueTang-Vanessa changed the title Integration tests for commands, delete operations, expiry Integration tests for commands, delete operations, expiry, compatibility Oct 9, 2024
tests/test_redis_bloom_compatibility.py Outdated Show resolved Hide resolved
tests/test_redis_bloom_compatibility.py Outdated Show resolved Hide resolved
tests/test_bloom_command.py Outdated Show resolved Hide resolved
tests/test_bloom_command.py Outdated Show resolved Hide resolved
tests/test_bloom_command.py Show resolved Hide resolved
tests/test_bloom_command.py Show resolved Hide resolved
tests/test_bloom_command.py Show resolved Hide resolved
tests/test_redis_bloom_compatibility.py Outdated Show resolved Hide resolved
tests/test_bloom_command.py Show resolved Hide resolved
tests/test_bloom_command.py Outdated Show resolved Hide resolved
tests/test_bloom_command.py Show resolved Hide resolved
@YueTang-Vanessa YueTang-Vanessa force-pushed the unstable branch 2 times, most recently from b66fec3 to add94cf Compare October 9, 2024 21:34
@YueTang-Vanessa YueTang-Vanessa changed the title Integration tests for commands, delete operations, expiry, compatibility Integration tests for commands behavior, deletion, expiry, compatibility Oct 9, 2024
@YueTang-Vanessa YueTang-Vanessa marked this pull request as ready for review October 9, 2024 21:58
Add test for bloom command arity, behavior and basic error

Set up a base case for valkey bloom filter module

Signed-off-by: Vanessa Tang <yuetan@amazon.com>

Optimize BF.INSERT arguments handling and BF.INFO response when NONSCALING set

Signed-off-by: Vanessa Tang <yuetan@amazon.com>

Add test for basic valkey command

Signed-off-by: Vanessa Tang <yuetan@amazon.com>
@KarthikSubbarao KarthikSubbarao merged commit d9e8f1b into valkey-io:unstable Oct 9, 2024
6 checks passed
KarthikSubbarao pushed a commit that referenced this pull request Oct 9, 2024
…ity (#7)

Add test for bloom command arity, behavior and basic error

Set up a base case for valkey bloom filter module

Optimize BF.INSERT arguments handling and BF.INFO response when NONSCALING set

Add test for basic valkey command

Signed-off-by: Vanessa Tang <yuetan@amazon.com>
KarthikSubbarao pushed a commit to KarthikSubbarao/valkey-bloom that referenced this pull request Oct 14, 2024
…ity (valkey-io#7)

Add test for bloom command arity, behavior and basic error

Set up a base case for valkey bloom filter module

Optimize BF.INSERT arguments handling and BF.INFO response when NONSCALING set

Add test for basic valkey command

Signed-off-by: Vanessa Tang <yuetan@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants