You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The class RedisDelLuaScriptTests.java contains unit tests for the delete lua script. This class has a helper method to create the delete command:
evalScriptDel(final String resourceName, final long maxscore)
This helper method has a parameter "maxscore" which is not used. Clearly this is a bug. Fixing this bug causes the test deleteNotExpiredResourceOfTwo() to fail. It has to be analyzed whether this test is not correct or there's a bug in the implementation of the delete lua script.
The text was updated successfully, but these errors were encountered:
The class RedisDelLuaScriptTests.java contains unit tests for the delete lua script. This class has a helper method to create the delete command:
evalScriptDel(final String resourceName, final long maxscore)
This helper method has a parameter "maxscore" which is not used. Clearly this is a bug. Fixing this bug causes the test deleteNotExpiredResourceOfTwo() to fail. It has to be analyzed whether this test is not correct or there's a bug in the implementation of the delete lua script.
The text was updated successfully, but these errors were encountered: