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

Pipelined tests for lists and sets, and API typo fix #3772

Merged
merged 4 commits into from
Mar 19, 2024

Conversation

gerzse
Copy link
Contributor

@gerzse gerzse commented Mar 14, 2024

Add pipelined tests for lists and sets. Along the way a typo in an interface
name surfaced, so deprecate that method and add the better named one.

Also detected a typo in one of the method names, mark that method as
deprecated and add a new one that respects the naming convention.
Sometimes the slow log operation in the binary test actually takes 0
time, so adapt the assert to cover that case too.
@gerzse gerzse requested a review from sazzad16 March 14, 2024 15:51
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.08%. Comparing base (24653e0) to head (5cdc590).

❗ Current head 5cdc590 differs from pull request most recent head e8fa8cb. Consider uploading reports for the commit e8fa8cb to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3772      +/-   ##
============================================
+ Coverage     76.67%   77.08%   +0.40%     
- Complexity     5127     5189      +62     
============================================
  Files           301      301              
  Lines         15085    15086       +1     
  Branches       1134     1134              
============================================
+ Hits          11567    11629      +62     
+ Misses         3016     2954      -62     
- Partials        502      503       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sazzad16 sazzad16 merged commit 8b4f421 into redis:master Mar 19, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants