Commit Graph

1773 Commits (601befa6acb5caa39e004ee7a8245c27d1532664)
 

Author SHA1 Message Date
Rui Gu a7ab6078df Revert "try to see why RedisVersions fails on 3.2.0-rc3 but not other vers"
This reverts commit 9bf8428cde.
9 years ago
Rui Gu b0aa3bb320 fixed RedisVersion regex to use variable length matching 9 years ago
Rui Gu 9bf8428cde try to see why RedisVersions fails on 3.2.0-rc3 but not other vers 9 years ago
Nikita d03e0de847 Fixed probably thread blocking issues #455 9 years ago
Rui Gu 9005f25688 Fixed Multimap Cache test
After multi map expired, should test collection emptiness using
isEmpty() instead of using contains() with no params.
9 years ago
Rui Gu 83633b238f Enhancements to handle redis server version during test
Added RedisVersion class
Moved version related information from RedisRunner.RedisProcess to
RedisVersion
Added code that performs redis version check on commands that only
available to redis at or above given version number
Enabled RedissonGeoTest for all versions in travis (Should auto skip
the test class when version number mismatch)
9 years ago
Rui Gu cde9ba7b4a Fixed SpringCacheTest
Now SpringCacheTest starts its own redis instance
9 years ago
Rui Gu 43b74f5cf1 fixed instance field 'redisson' not initialised in travis env bug 9 years ago
Rui Gu 18c26fcf01 clean the project before build 9 years ago
Rui Gu fca888987d Enhancements
added a method to retrieve Redis server version.
renamed RedisRunner.startDefaultRedisTestInstance to
RedisRunner.startDefaultRedisServerInstance
renamed RedisRunner.shutDownDefaultRedisTestInstance to
RedisRunner.shutDownDefaultRedisServerInstance
removed redis version related code from RedissonRuntimeEnvironment
travis.yml no longer need to pass redisVersion environment to run tests
9 years ago
Rui Gu 103d0f6fd4 added server info command to RedisClient 9 years ago
Rui Gu 40930d0906 try another way to get environment vars 9 years ago
Rui Gu 0ceffd9527 added Redis version property 9 years ago
Rui Gu 2cc94e0f31 Tests are runtime environment aware 9 years ago
Rui Gu f9375f7cb7 fixed nosave option not working under windows env. 9 years ago
Rui Gu 4380ead23d Merge branch 'mrniko/master' into feature/travis-ci 9 years ago
Nikita 33748b8650 lib versions updated 9 years ago
Nikita b38927da6f Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita 43bde3e0c0 RGeo interface covered by comments. 9 years ago
Nikita Koksharov 51f4c88a26 Update README.md 9 years ago
Rui Gu 9c847004b6 Geo test disable for current and legacy redis instance 9 years ago
Rui Gu e80bf137e2 Fixed RedissonTwoLockedThread test
RedissonTwoLockedThread not had default redis instance started before
the test executes
9 years ago
Rui Gu dba8794283 Removed jobs that is not an unit test 9 years ago
jackygurui 712f231f54 changed to use test goal 9 years ago
jackygurui 838c5d5f3c fixex matrix section in .travis.yml 9 years ago
jackygurui 88b75381d6 Run each test class as an independent job 9 years ago
jackygurui 79adce3bb5 Too much logs for travis to handle. 9 years ago
jackygurui 06361b775d Merge remote-tracking branch 'origin/feature/travis-ci' into feature/travis-ci
# Conflicts:
#	.travis.yml
9 years ago
jackygurui 5f45f8a93a More logger options for the test 9 years ago
Nikita Koksharov e065c8c9c1 Update CHANGELOG.md 9 years ago
Nikita ed9dcfa0ac [maven-release-plugin] prepare for next development iteration 9 years ago
Nikita 641a722412 [maven-release-plugin] prepare release redisson-2.2.11 9 years ago
Nikita 5170ba8cc7 ReactiveSet iterator fixed. #463 9 years ago
Nikita 1b225d68fd Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita 7c4deafc74 SCAN commands result handling fixed. #463 9 years ago
Rui Gu b6dc4a0891 Improvement to RedisRunner
Reduced output produced on travis
changed wait time after runner the instance from 3 sec to 1.5 sec
9 years ago
Rui Gu cc9498994f Merge branch 'mrniko/master' into feature/travis-ci 9 years ago
Nikita Koksharov 07cdfb052b Merge pull request #461 from jackygurui/patch-1
Fixes a compilation issue.
9 years ago
Rui Gu 44acf47b00 tells the surefire to rerun failed test 5 times
try to get around the inconsistence in travis test
9 years ago
Rui Gu f7d205cebf Fixes a compilation issue 9 years ago
jackygurui 563fb79574 Fixes a compilation issue. 9 years ago
Rui Gu b67731acee Revert "Revert "Merge branch 'mrniko/master' into feature/travis-ci""
This reverts commit 1e27329ff1.
9 years ago
Rui Gu 1e27329ff1 Revert "Merge branch 'mrniko/master' into feature/travis-ci"
This reverts commit 290362246a, reversing
changes made to d8189a1338.
9 years ago
Rui Gu 290362246a Merge branch 'mrniko/master' into feature/travis-ci 9 years ago
Rui Gu d8189a1338 fix: added missing before and after methods 9 years ago
Rui Gu 724375b3a4 Enhancement on stopping redis instance
Redis server started with nosave and randomdir options is stopped with
destroy instead of sending shutdown.
9 years ago
Rui Gu 7671e59dea fix: Before and After method should not be static 9 years ago
Rui Gu 963c6d1217 ignored this file 9 years ago
Nikita 22a3dd2a09 RBuckets object added. #460, #430 9 years ago
Nikita a95a08330a some deprecated methods removed 9 years ago