Commit Graph

1765 Commits (9211d8f66ca97aeee093f50c6df72fd3e24ed13e)
 

Author SHA1 Message Date
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
Nikita 818a305567 RLexSortedSet methods renamed. #459 9 years ago
jackygurui d1c90f1ee2 Merge remote-tracking branch 'origin/feature/travis-ci' into feature/travis-ci 9 years ago
jackygurui 20218d5670 Merge remote-tracking branch 'mrniko/master' into feature/travis-ci 9 years ago
Rui Gu e98f7680f2 Merge branch 'mrniko/master' into feature/travis-ci 9 years ago
Rui Gu 9d7e416090 Test enhancement
added the option to start RedisRunner with random dir and no save option

changed all tests to start redis with random dir config and no save
option.

change all the base tests to restart redis after every test
9 years ago
Nikita d854ce0f3a RGeo implemented. #295 9 years ago
Rui Gu d6e8d009bd Trying to improve concurrent tests 9 years ago
Rui Gu 5e4267d5b6 Refactor and bug fix
Refactored the starting and stopping of the default redis instance to
RedisRunner

Fixed the bug in BaseReactiveTest where required default redis instance
is not running

added nbactions-unit-test.xml to gitignore
9 years ago