- 13 May, 2019 8 commits
-
-
Oran Agra authored
solving few replication related tests race conditions which fail on slow machines bugfix in slave buffers test: since the test is executed twice, each time with a different commands count, the threshold for the delta can't be a constant.
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
antirez authored
-
Yossi Gottlieb authored
Add a flag to automatically protect filters from being called recursively by their own module.
-
Yossi Gottlieb authored
A filter handle is returned and can be used to unregister a filter. In the future it can also be used to further configure or manipulate the filter. Filters are now automatically unregistered when a module unloads.
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
- 18 Mar, 2019 2 commits
- 13 Mar, 2019 2 commits
-
-
Steve Webster authored
-
Steve Webster authored
The XCLAIM docs state the XCLAIM increments the delivery counter for messages. This PR makes the code match the documentation - which seems like the desired behaviour - whilst still allowing RETRYCOUNT to be specified manually. My understanding of the way streamPropagateXCLAIM() works is that this change will safely propagate to replicas since retry count is pulled directly from the streamNACK struct. Fixes #5194
-
- 21 Dec, 2018 1 commit
-
-
antirez authored
-
- 11 Dec, 2018 3 commits
-
-
Oran Agra authored
-
Guy Benoish authored
-
Qu Chen authored
-
- 20 Nov, 2018 2 commits
- 17 Oct, 2018 5 commits
-
-
antirez authored
-
zhaozhao.zz authored
-
antirez authored
See #5426.
-
zhaozhao.zz authored
-
zhaozhao.zz authored
-
- 15 Oct, 2018 3 commits
- 09 Oct, 2018 1 commit
-
-
zhaozhao.zz authored
-
- 03 Oct, 2018 1 commit
-
- 14 Sep, 2018 2 commits
- 05 Sep, 2018 1 commit
-
-
antirez authored
-
- 04 Sep, 2018 2 commits
-
-
antirez authored
See #5297.
-
Chris Lamb authored
-
- 29 Aug, 2018 2 commits
-
-
Oran Agra authored
Few tests had borderline thresholds that were adjusted. The slave buffers test had two issues, preventing the slave buffer from growing: 1) the slave didn't necessarily go to sleep on time, or woke up too early, now using SIGSTOP to make sure it goes to sleep exactly when we want. 2) the master disconnected the slave on timeout
-
zhaozhao.zz authored
-
- 03 Aug, 2018 2 commits
- 02 Aug, 2018 3 commits
-
-
antirez authored
-
Oran Agra authored
* allowing --single to be repeated * adding --only so that only a specific test inside a unit can be run * adding --skiptill useful to resume a test that crashed passed the problematic unit. useful together with --clients 1 * adding --skipfile to use a file containing list of tests names to skip * printing the names of the tests that are skiped by skipfile or denytags * adding --config to add config file options from command line