Marcos Nils
a8987ed865
Add first test to thorw MovedDataException when receiving MOVED from a cluster node
2013-12-07 17:55:17 -03:00
Jonathan Leibiusky
46734e646a
add WAIT command
2013-12-05 09:35:13 -05:00
Jonathan Leibiusky
0c00108f96
Merge pull request #490 from xetorthio/speedup_tests
...
Speedup tests
2013-12-03 16:51:04 -08:00
Jonathan Leibiusky
8624d1695d
make JedisSentinelPool fast
2013-12-03 19:47:15 -05:00
Jonathan Leibiusky
3b7127c811
make JedisTest fast
2013-12-03 19:06:53 -05:00
Jonathan Leibiusky
4a4768b1d2
speed up JedisSentinelTest
2013-12-03 19:03:19 -05:00
Jonathan Leibiusky
20d686ec94
make list command tests even faster
2013-12-03 18:43:34 -05:00
Jonathan Leibiusky
ce3497e341
make object command tests fast
2013-12-03 18:28:31 -05:00
Jonathan Leibiusky
e17d24c710
make list command tests fast
2013-12-03 18:20:49 -05:00
Jonathan Leibiusky
ceac8123d6
make control command tests fast
2013-12-03 17:54:35 -05:00
Jonathan Leibiusky
58123034f5
make pubsub test fast
2013-12-03 17:43:15 -05:00
Jonathan Leibiusky
1c8e222655
Merge pull request #489 from xetorthio/scan_commands
...
add SCAN, HSCAN, SSCAN and ZSCAN
2013-12-03 13:58:41 -08:00
Jonathan Leibiusky
a27c67de66
add SCAN, HSCAN, SSCAN and ZSCAN
2013-12-03 16:55:52 -05:00
Jonathan Leibiusky
efbb710343
Change string size to make test fail faster
2013-12-03 08:31:24 -05:00
Jonathan Leibiusky
fa614bd2b8
Merge branch 'handles-client-output-buffer-limit' of github.com:HeartSaVioR/jedis into HeartSaVioR-handles-client-output-buffer-limit
2013-12-03 07:41:07 -05:00
Jonathan Leibiusky
46966fb89f
Prepare redis cluster for testing. The cluster will always be in a deterministic state to be able to reproduce -MOVED and -ASK
2013-12-02 19:27:12 -05:00
Jonathan Leibiusky
5b15d48803
Refactor to have interfaces.
...
Add cluster pipeline commands.
2013-12-02 14:34:05 -05:00
Jonathan Leibiusky
77d244b96a
Add CLUSTER INFO, CLUSTER SETSLOT and CLUSTER GETKEYSINSLOT commands
2013-12-02 14:05:35 -05:00
Jonathan Leibiusky
dde278152f
Add CLUSTER ADDSLOTS and CLUSTER DELSLOTS commands
2013-12-02 11:36:55 -05:00
Jonathan Leibiusky
403f2b292c
Add CLUSTER MEET command
2013-12-02 10:01:19 -05:00
Jonathan Leibiusky
e7e2bfaedf
Launch 3 nodes on ports 7379 to 7381 with cluster enabled.
...
Add command CLUSTER NODES
2013-12-02 09:53:40 -05:00
Jungtaek Lim
15891c4117
make jedis unit tests pass to Redis 2.8.1
...
* increase sentinel instance to test JedisSentinelTest
** clear() called, slave promoted to master (slave of no one), New
Sentinel force to restore it (demote) -> slave is not reusable
* ipv6 applied at Redis 2.8 -> localhost / 127.0.0.1 / ::1 is now all same
* Makefile: sleep some time for launch each sentinel (workaround to sentinel's issue)
** issue to sentinel leader vote: https://github.com/antirez/redis/issues/1419
*** sentinel may confused to vote with sentinels launched approximately same time
2013-12-02 22:11:52 +09:00
Jonathan Leibiusky
e10cdda5c7
Merge pull request #485 from tague/479_gradle_build_file_fix
...
Update Gradle build to use Apache Commons Pool 2.0.
2013-12-02 03:34:42 -08:00
Tague Griffith
3876bb04e3
Update Gradle build to use Apache Commons Pool 2.0.
2013-12-01 14:56:23 -08:00
Jonathan Leibiusky
fb02c2e3e2
Merge pull request #484 from mathieuboniface/patch-1
...
Updated maven dependency template Jedis version to 2.2.1 (latest)
2013-11-30 13:24:17 -08:00
Mathieu Boniface
7cd4dd4395
Updated maven dependency template Jedis version to 2.2.1 (latest)
2013-11-30 19:02:40 +01:00
Jonathan Leibiusky
6b5f080c7b
Merge branch 'master' of github.com:xetorthio/jedis
2013-11-29 12:13:17 -05:00
Jonathan Leibiusky
18652b906b
Merge branch 'speed-up-unit-test' of github.com:HeartSaVioR/jedis into upgrade_libs
...
Conflicts:
src/test/java/redis/clients/jedis/tests/JedisPoolTest.java
src/test/java/redis/clients/jedis/tests/JedisSentinelPoolTest.java
src/test/java/redis/clients/jedis/tests/JedisSentinelTest.java
src/test/java/redis/clients/jedis/tests/ShardedJedisPipelineTest.java
src/test/java/redis/clients/jedis/tests/ShardedJedisPoolTest.java
src/test/java/redis/clients/jedis/tests/benchmark/PoolBenchmark.java
src/test/java/redis/clients/jedis/tests/commands/TransactionCommandsTest.java
2013-11-29 12:12:30 -05:00
Jonathan Leibiusky
bbb867781d
upgrade to commons-pool 2
2013-11-28 08:13:57 -05:00
Jonathan Leibiusky
4543daf761
Merge pull request #474 from 50onRed/upgrade-dependencies
...
update gradle build file
2013-11-28 04:39:35 -08:00
Daniel Josefsson
4fb85d0d60
Fixed the ordering of arguments in assertions for a couple of older tests.
2013-11-08 22:54:27 +00:00
Daniel Josefsson
17f6ee63dc
Added support for nested lists, and longs in lists.
2013-11-08 22:25:37 +00:00
Ivan Dyedov
c5a5e1419b
upgrade dependencies in gradle build file (to match the ones in pom.xml) and update version of gradle wrapper
2013-11-04 18:16:15 -05:00
임정택
52bb245203
* fix bug: test expects JedisConnectionException
...
** I have mistaken while verifying seeing Exception's message
* remove huge print messages
2013-10-16 19:42:29 +09:00
임정택
e9506298f8
fix bug in Protocol.processBulkReply()
...
* if RedisInputStream().read() at Protocol.processBulkReply() returns
-1, it runs with unexpected behavior
* fix: check and if return value is -1, it throws
JedisConnectionException with message "server has closed the connection"
** prevent unexpected behavior, specially ArrayIndexOutOfBoundException
*** calls System.arraycopy() with length = -1 (cause limit = -1) at
RedisInputStream.read()
add pubsub unit test scenario : client-output-buffer-limit exceed
* Redis warns event(disconnect client) to their log, and suddenly
disconnected connection
** http://redis.io/topics/clients -> Output buffers limits
** so test expects JedisConnectionException with proper message
2013-10-16 18:22:04 +09:00
Jungtaek Lim
7e1a1a70b2
Speed up Sentinel related tests
...
* remove FIXME sleep codes for Sentinel related tests
** add functions for Sentinel tests (JedisSentinelTestUtil)
*** waitForSentinelRecognizeRedisReplication
*** waitForNewPromotedMaster
*** waitForSentinelsRecognizeEachOthers
**** TODO: there're no command for sentinel to list recognized sentinel
**** sleep 5.5 sec (sentinel pings to master every 5 sec)
* set HostAndPort class to public(no longer inner) class
** reason: We cannot know pool's current master if HostAndPort class is
private inner class / HostAndPort classes are duplicated (main/test)
** make getter method and parameterized constructor
*** set fields once, get anytime
2013-10-07 11:03:32 +09:00
Hisham Mardam-Bey
597366343d
Fixed up eval(sha) tests to better check that the lua script ran properly.
2013-10-05 18:13:30 -04:00
Hisham Mardam-Bey
2ee7430518
Fixed issue #456 (evalsha loses args).
2013-10-05 17:33:25 -04:00
Eoin Coffey
796f80d9c0
Allow JedisPool to set a custom client name
2013-10-05 16:44:52 -04:00
Hisham Mardam-Bey
bc4d0ed0b6
Added test from pull request #429 .
2013-10-05 16:43:00 -04:00
Jungtaek Lim
35a2dfd4c0
JedisSentinelPool now takes care of multi failover
...
* Now Pool.initPool() call closeInternalPool(), instead of destroy()
** calling destroy() in Pool.initPool() may have side effect, and JedisSentinelPool did
* modify unit test to test failover twice (needs +1 slave)
** modify configurations for additional slave
2013-09-26 10:48:17 +09:00
Jonathan Leibiusky
08e9b0c7e7
[maven-release-plugin] prepare for next development iteration
2013-09-15 15:47:05 -03:00
Jonathan Leibiusky
0defe548c9
[maven-release-plugin] prepare release jedis-2.2.1
2013-09-15 15:46:58 -03:00
Jonathan Leibiusky
1aee3b396d
ooppsss... forgot password for sentinel
2013-09-15 15:41:44 -03:00
Jonathan Leibiusky
6c8d23fadf
rollback sentinel1 configuration, since I broke a test
2013-09-15 15:37:01 -03:00
Jonathan Leibiusky
ad58f816b6
make sure that JedisSentinelPool use timeout, password and db
2013-09-15 15:33:22 -03:00
Jonathan Leibiusky
4d9090827f
don't push binaries to github
2013-09-15 15:32:31 -03:00
Hisham Mardam-Bey
ebf1380eea
Fixed bug where timeout, password, and database were not set in the
...
JedisSentinelPool overloaded contructor and hence not passed to JedisFactory.
2013-09-12 21:52:29 -04:00
Jonathan Leibiusky
d7d9f06bd1
[maven-release-plugin] prepare for next development iteration
2013-09-06 16:09:18 -03:00
Jonathan Leibiusky
2f26176e35
[maven-release-plugin] prepare release jedis-2.2.0
2013-09-06 16:09:11 -03:00