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, |
b484bad to
29ad9e3
Compare
|
@madhuriupadhye @andreboscatto I suggest reviewing this PR using the split diff view and not the unified diff. |
Indeed, I started reviewing the old document, understanding each case and looking at yours. Doing that side by side is helpful. |
fixed. |
|
please check, 289: 2: Group membership is correct -> 2. Group membership is correct |
f45a3e2 to
3ab0a1e
Compare
3ab0a1e to
c3b49a7
Compare
c3b49a7 to
926a6b0
Compare
|
Please make sure it will be green in IDM-CI also. |
926a6b0 to
7ac872e
Compare
* parametrized test cases * added colliding hash test case * remove poor test scenarios
7ac872e to
008ec15
Compare
No description provided.