- 17 Feb, 2014 1 commit
-
-
antirez authored
Some inline test moved into server_is_up procedure. Also find_available_port was moved into util since it is going to be used for the Sentinel test as well.
-
- 13 Feb, 2014 1 commit
-
-
antirez authored
It was verified that reverting the commit that fixes the bug, the test no longer passes.
-
- 31 Jan, 2014 1 commit
-
-
antirez authored
The Redis test uses a server-clients model in order to parallelize the execution of different tests. However in recent versions of osx not setting the channel to a binary encoding caused issues even if AFAIK no binary data is really sent via this channel. However now the channels are deliberately set to a binary encoding and this solves the issue. The exact issue was the test not terminating and giving the impression of running forever, since test clients or servers were unable to exchange the messages to continue.
-
- 09 Jan, 2014 1 commit
-
-
antirez authored
-
- 08 Jan, 2014 1 commit
-
-
antirez authored
-
- 13 Dec, 2013 1 commit
-
- 08 Dec, 2013 1 commit
-
-
Yossi Gottlieb authored
-
- 25 Nov, 2013 1 commit
-
-
antirez authored
Fixes issue #1298.
-
- 05 Nov, 2013 1 commit
-
-
antirez authored
-
- 31 Oct, 2013 2 commits
- 30 Oct, 2013 6 commits
- 25 Oct, 2013 2 commits
-
-
antirez authored
-
Pieter Noordhuis authored
-
- 30 Aug, 2013 1 commit
-
-
antirez authored
-
- 29 Aug, 2013 1 commit
-
-
antirez authored
-
- 07 Aug, 2013 1 commit
-
-
Jan-Erik Rediger authored
-
- 29 Jul, 2013 1 commit
-
-
antirez authored
-
- 22 Jul, 2013 1 commit
-
-
antirez authored
-
- 25 Jun, 2013 4 commits
- 19 Jun, 2013 2 commits
- 12 Jun, 2013 1 commit
-
-
Marc-Antoine Perennou authored
Signed-off-by:
Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
-
- 31 May, 2013 1 commit
-
-
antirez authored
-
- 30 May, 2013 2 commits
- 15 May, 2013 1 commit
-
-
antirez authored
Required because of recent changes in the way logfile is set to standard output.
-
- 09 May, 2013 1 commit
-
-
antirez authored
-
- 08 May, 2013 2 commits
- 23 Apr, 2013 1 commit
-
-
antirez authored
When the test is executed using the root account, setting the permission to 222 does not work as expected, as root can read files with 222 permission. Now we skip the test if root is detected. This fixes issue #1034 and the duplicated #1040 issue. Thanks to Jan-Erik Rediger (@badboy on Github) for finding a way to reproduce the issue.
-
- 22 Apr, 2013 1 commit
-
-
antirez authored
-