-
Notifications
You must be signed in to change notification settings - Fork 136
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
JRedisClient-tests error #61
Comments
You are not using the correct version of Redis. Read On Mon, 5 Mar 2012 22:51:13 -0800, SamPeng87 wrote:
|
FYI for anyone else with this issue: Tests for INFO are strictly looking for a few named values that were deprecated in later Redis versions. The test fails but it does not indicate error in the client (e.g. you can use it with that version of Redis) but to perfectly correct about matching client to Redis, refer to the top level redis_compliance.txt file. |
JRedisClient-tests 94 1 0
testInfo Test class: org.jredis.ri.alphazero.JRedisClientTest
java.lang.AssertionError: expected object to not be null
at org.jredis.ri.alphazero.JRedisProviderTestsBase.testInfo(JRedisProviderTestsBase.java:3046)
at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:70)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:160)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:100)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:115)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:188)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:166)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:86)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:101)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)
... Removed 29 stack frames
what happen?
The text was updated successfully, but these errors were encountered: