Commit Graph

1804 Commits (e2d2b47452f677ba896a5b79d46ee678b22be7e6)
 

Author SHA1 Message Date
jackygurui 80b11e6ebd Timeouts added to topic related tests 9 years ago
jackygurui f5ff53f036 Merge branch 'master' of https://github.com/mrniko/redisson into feature/travis-ci 9 years ago
Nikita 7167b1d056 RObject.expireAt fixed. #490 9 years ago
jackygurui 79cac80c8d Merge branch 'master' of https://github.com/mrniko/redisson into feature/travis-ci 9 years ago
jackygurui 128dd665dc Tidy up
1. Rename TestNameToConsoleRunListener to RedissonTestRunListener
2. Moved Test stats processing code to RedissonTestRunListener from RedissonRuntimeEnvironment.
9 years ago
Nikita 62712c656d Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita 8dc10d3e5e CommandEncoder minor optimization 9 years ago
Nikita Koksharov 6dc2f14843 Merge pull request #488 from jackygurui/fix_issue_#487
Fix issue #487
9 years ago
Nikita Koksharov 91e44ddf9b Merge pull request #489 from jackygurui/patch-3
Looks like the Redis spec has changed
9 years ago
jackygurui eaa64c879c test case and fix added to fix issue #487
The ArrayOutOfBoundsException is thrown and returned null when polling
from a RedissonBlockingQueue with key size is exactly 1.
9 years ago
jackygurui 6a30f67d6b Looks like the Redis spec has changed
Since 3.2.0, the GEODIST command seems always rounding up the result to 4 digits decimal places.
9 years ago
jackygurui 1190af0349 test case and fix added to fix issue #487
The ArrayOutOfBoundsException is thrown and returned null when polling from a RedissonBlockingQueue with key size is exactly 1.
9 years ago
Rui Gu 902425f927 Redis version updated 9 years ago
jackygurui 855a39f263 Merge branch 'master' of https://github.com/mrniko/redisson 9 years ago
jackygurui b1a1869551 Merge branch 'mrniko/master' 9 years ago
jackygurui 62d3113ed8 Merge branch 'master' of https://github.com/mrniko/redisson into feature/travis-ci 9 years ago
jackygurui 08dfeadc31 Added RunListener to print test names 9 years ago
Nikita 3e95416f34 comment fixed 9 years ago
Nikita 9b8d21ee47 Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita 6f6f0ffde4 Script issue fixed in RScoredSortedSet.retainAll 9 years ago
Nikita Koksharov 5f80bd3ac6 Merge pull request #485 from ZizhengTai/master
Bump up version number in README.md
9 years ago
Zizheng Tai 0490d1be91 Bump up version number in README.md 9 years ago
Nikita 1d123af02b few comments added 9 years ago
Nikita 62d4e85d2a RLexSortedSet.readAll, pollFirst, pollLast, first, last and revRank methods added 9 years ago
Nikita 0cc9c73e1d RScoredSortedSet.readAll methods added 9 years ago
Nikita Koksharov 5173d2d0e5 Merge pull request #484 from weiqiyiji/entryValueReversed
Add entryValueReversed && entryValueReversedAsync to RedissonScoredSo…
9 years ago
Ji Luo a4dc7153f3 Add entryValueReversed && entryValueReversedAsync to RedissonScoredSortedSet 9 years ago
Nikita Koksharov e2fda29b82 Update CHANGELOG.md 9 years ago
Nikita 701d4cee7b [maven-release-plugin] prepare for next development iteration 9 years ago
Nikita e6ce9776eb [maven-release-plugin] prepare release redisson-2.2.13 9 years ago
Nikita 0453ede0da RScoredSortedSet.containsAll, removeAll, retainAll methods optimization 9 years ago
Nikita a249586ef8 RSet.diff and RSet.intersection methods were added 9 years ago
jackygurui 1db212f2b3 restore to full test 9 years ago
jackygurui cb1e0e667a revert back iteration to 100 9 years ago
jackygurui 982865e220 Tell travis ignore testConcurrency_MultiInstance_10_permits test 9 years ago
jackygurui a79abf9e45 increase iterations to 105 9 years ago
jackygurui 02f30093ca Revert back to use CyclicBarrier instead of CountDownLatch 9 years ago
jackygurui 799de99837 trying to replace cyclic barrier with count down latch 9 years ago
Rui Gu 9eeb4c05e4 Revert "ConcurrentTest optimisation"
This reverts commit d9610a2f29.
9 years ago
Rui Gu 4cbae15a28 Fixed RedissonConcurrentMapTest
removed two unnecessary lines that's causing the problem.
9 years ago
Rui Gu d9610a2f29 ConcurrentTest optimisation
Reverting back BaseConcurrentTest to use ExecutorService instead of
ForkJoinPool.
9 years ago
Rui Gu 945426f360 Fixed spring cache test starting too many redis instances 9 years ago
Rui Gu e0bf407124 Removed duplicated method 9 years ago
Rui Gu 4a2e7af460 Merge branch 'mrniko/master' into feature/travis-ci 9 years ago
Nikita 3302870c57 Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita 7b7e02110e RSet.removeAll test added 9 years ago
Nikita 0b5ffa6370 comment fixed 9 years ago
Nikita Koksharov 222f45bd19 Merge pull request #482 from jackygurui/more-shutdown-options
More shutdown options
9 years ago
Nikita Koksharov 863454b0c7 Merge pull request #483 from jackygurui/patch-2
Fixed removeAll bug in RedissonSet
9 years ago
jackygurui 16d44c7a1f Switch on detailed output in maven 9 years ago