1. 13 May, 2019 8 commits
  2. 18 Mar, 2019 2 commits
  3. 13 Mar, 2019 2 commits
  4. 21 Dec, 2018 1 commit
  5. 11 Dec, 2018 3 commits
  6. 20 Nov, 2018 2 commits
  7. 17 Oct, 2018 5 commits
  8. 15 Oct, 2018 3 commits
  9. 09 Oct, 2018 1 commit
  10. 03 Oct, 2018 1 commit
  11. 14 Sep, 2018 2 commits
  12. 05 Sep, 2018 1 commit
  13. 04 Sep, 2018 2 commits
  14. 29 Aug, 2018 2 commits
    • Oran Agra's avatar
      Fix unstable tests on slow machines. · af675f0a
      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
      af675f0a
    • zhaozhao.zz's avatar
      1203a04f
  15. 03 Aug, 2018 2 commits
  16. 02 Aug, 2018 3 commits
    • antirez's avatar
      Test: new sorted set skiplist order consistency. · 70c4bcb7
      antirez authored
      This should be able to find new bugs and regressions about the new
      sorted set update function when ZADD is used to update an element
      already existing.
      
      The test is able to find the bug fixed at 2f282aee immediately.
      70c4bcb7
    • antirez's avatar
      Minor improvements to PR #5187. · ab237a8e
      antirez authored
      ab237a8e
    • Oran Agra's avatar
      test suite conveniency improvements · 1ce3cf7a
      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
      1ce3cf7a