Commit Graph

1516 Commits (1b225d68fd439100b9b39365fe08b8aed823dd07)
 

Author SHA1 Message Date
Nikita ac3278d94b RemoteService timeout handling fixed. #434 9 years ago
jackygurui 255db08d83 change testManyConnections connection size to 2000 9 years ago
jackygurui 86fd036212 disable sudo 9 years ago
jackygurui 49ceb09b60 fixes and tweaks
fixed sudo value should been required instead of true

changed to use trusty distribution to see if inconsistent issue getting better
9 years ago
jackygurui 3ada401c04 Some tweaks to try
Trying to use vm instead of container to see if the problem with inconsistent result is getting better.

Switching back to use redis v3.0.7
9 years ago
jackygurui 516202c95f change the test redis version to 2.8.24. 9 years ago
Nikita 5e2cbe6a2f RemoteSerivce shutdown process optimization. #446 9 years ago
Nikita 7884c07b09 comment fixed 9 years ago
Nikita 7fc8116066 RemoteService.get method with timeout invocation added. #434 9 years ago
Nikita 58472c6cf9 RRemoteService.register method with custom executors amount added. #434 9 years ago
Nikita 43e632bfdf minor RemoteService improvements 9 years ago
Nikita f152c23d57 sysout removed 9 years ago
Nikita 73452d9974 RemoteService implemented. #434 9 years ago
Nikita 9c33b274f9 Ability to cancel BRPOP and BLPOP async command execution. #446 9 years ago
jackygurui 8fe49a0228 revert the change
both sysctl and ulimit command was unsuccessful
9 years ago
jackygurui 0b26f2160d add lines to change system settings
increase the operating system limit to the maximum number of file
descriptors per process
9 years ago
jackygurui a047be64f2 Merge remote-tracking branch 'mrniko/master' into feature/travis-ci 9 years ago
jackygurui 23e188895e fixed redisBinary issue
fixed redisBinary been set to the directory instead of the binary
9 years ago
jackygurui 9913a98f4f make redis binary executable by all 9 years ago
jackygurui e8a054708a added sudo false
We are going to the container
9 years ago
Nikita 950308956a small refactoring 9 years ago
Nikita dc9d1776a4 test enhansments 9 years ago
Nikita 3720a71c55 few fixes 9 years ago
Nikita bc55b700e6 ByteBuffer switched to netty ByteBuffer 9 years ago
Nikita a941a7f3a1 Config params validation added. #431 9 years ago
Nikita 3207687300 RuntimeExeception replaced with IllegalArgumentException 9 years ago
Nikita 419168951e RedissonListMultimapCache added. #428 9 years ago
Nikita f10fb06257 Few comments added 9 years ago
Nikita 021b826aff EvictionScheduler added to RedissonSetMultimapCache. #428 9 years ago
Nikita d2c441a0ad testCluster commented out 9 years ago
Nikita e9077dd9cc testRetainAll tuned 9 years ago
Nikita dbc0149da2 RSetMultimapCache added. #428 9 years ago
jackygurui 3fea33c763 fixed travis sytax issue 9 years ago
jackygurui 94bf560437 use the latest version of redis compiled from source 9 years ago
jackygurui e6892e96c9 added travis config 9 years ago
jackygurui 44ec1f7845 Merge remote-tracking branch 'mrniko/master' 9 years ago
Nikita Koksharov 7c53c1f730 Merge pull request #443 from jackygurui/feature/RedisRunner_with_params
Feature/RedisRunner with params
9 years ago
Rui Gu b22468172d Introducing the launchOptions with more elegant way
Thanks to @mrniko
9 years ago
Rui Gu 2552919e65 Merge branch 'mrniko/master' into feature/RedisRunner_with_params 9 years ago
Rui Gu dddad4d4d7 introducing launchOptions local var 9 years ago
Rui Gu c40168ed89 RedisRunner mods
* removed the need to do String aggregation on parameters.
* fixed ```invalid parameter``` error on windows environment.
9 years ago
Nikita Koksharov bd9a1ecfcf Merge pull request #442 from jackygurui/feature/RedisRunner_with_params
Feature/RedisRunner with params
9 years ago
jackygurui 83c459185a Merge remote-tracking branch 'mrniko/master' into feature/RedisRunner_with_params 9 years ago
jackygurui 4caa8f4829 Completed RedisRunner mods
* RedisRunner now able to launch redis-server using command line
options.
* Added RedisProcess class which wraps Process class and ensures
unified exit code value in both windows and Mac/Unix/Linux.
* Removed argLine configuration from surefire plugin in pom.xml because
it shadows the command line options.
* Changed test files to launch redis-server programmatically.
9 years ago
Nikita 2ca0f2d008 revRank and revRankAsync methods added. #433 9 years ago
Nikita Koksharov ecfd2502a1 Merge pull request #441 from mrniko/revert-439-crossplatform-tests
Revert "Untie tests from Windows absolute paths"
9 years ago
Nikita Koksharov 95f1a5d9ce Revert "Untie tests from Windows absolute paths" 9 years ago
jackygurui 6ef404b278 WIP update 9 years ago
jackygurui c1695e0ac8 WIP update 9 years ago
Nikita Koksharov 0eeedd19f0 Merge pull request #439 from ML-Works/crossplatform-tests
Untie tests from Windows absolute paths
9 years ago