Conversation
There was a problem hiding this comment.
Code Review
This pull request is a significant refactoring of the memcache tests, aiming to reduce code duplication by introducing helper functions and parametrizing tests. While this is a great improvement for maintainability, the new implementation introduces several critical and high-severity issues, including a syntax error, flawed test logic that would cause failures, and several inconsistencies between test names, docstrings, and their implementations. I've detailed these issues in the review comments.
88f67f3 to
4164a67
Compare
4164a67 to
92e2433
Compare
800149e to
79780ef
Compare
36e1b79 to
757722f
Compare
bc7b7a2 to
b484bad
Compare
|
@danlavu, can you please check, |
* parametrized test cases * added colliding hash test case * remove poor test scenarios
b484bad to
29ad9e3
Compare
|
@madhuriupadhye @andreboscatto I suggest reviewing this PR using the split diff view and not the unified diff. |
No description provided.