-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Test failures on master #30
Comments
This is not expected at all. The master branch in Jedis is always stable. |
okay, makes sense. Running Tests against Redis Master: Tests in error: Tests run: 151, Failures: 0, Errors: 2, Skipped: 0 |
Are you running the tests against two instances of Redis? You should run 2 instances, one with the redis.conf and the other one with redis2.conf |
Mhh okay, this makes sense. How about separating unit tests (run automatically, against a redis mock) and optional (profile based) integration tests (where you need certain dbs set up)..Just a suggestion because "mvn clean install" is usually not expected to need manual software set up. I agree you have the tests, just don't mix them up. Just my idea. At least document that somewhere ;) |
Yes... documentation is missing and I feel bad about that, so I will do it ASAP (which means later this week). |
ok, tests - if you know what to set up before - work. |
Sorry about that. Just added that info to a new "I want to contribute!" section on the main page. Feel free to add any missing information. Thanks again! |
Is that expected (due to some refactoring) ??
Running "mvn clean test" with a off-the-shelve Redis 2.0.2 installation:
Results :
Failed tests:
bgsave(redis.clients.jedis.tests.commands.ControlCommandsTest)
Tests in error:
persist(redis.clients.jedis.tests.commands.AllKindOfValuesCommandsTest)
lpushx(redis.clients.jedis.tests.commands.ListCommandsTest)
rpushx(redis.clients.jedis.tests.commands.ListCommandsTest)
linsert(redis.clients.jedis.tests.commands.ListCommandsTest)
trySharding(redis.clients.jedis.tests.ShardedJedisTest)
tryShardingWithMurmure(redis.clients.jedis.tests.ShardedJedisTest)
watch(redis.clients.jedis.tests.commands.TransactionCommandsTest)
unwatch(redis.clients.jedis.tests.commands.TransactionCommandsTest)
strlen(redis.clients.jedis.tests.commands.StringValuesCommandsTest)
Tests run: 151, Failures: 1, Errors: 9, Skipped: 0
The text was updated successfully, but these errors were encountered: