1. 05 Sep, 2019 1 commit
  2. 14 May, 2019 1 commit
    • antirez's avatar
      Test: fix slowlog test false positive. · 7ac7ffd5
      antirez authored
      In fast systems "SLOWLOG RESET" is fast enough to don't be logged even
      when the time limit is "1" sometimes. Leading to false positives such
      as:
      
      [err]: SLOWLOG - can be disabled in tests/unit/slowlog.tcl
      Expected '1' to be equal to '0'
      7ac7ffd5
  3. 13 May, 2019 9 commits
  4. 18 Mar, 2019 2 commits
  5. 13 Mar, 2019 2 commits
  6. 21 Dec, 2018 1 commit
  7. 11 Dec, 2018 3 commits
  8. 20 Nov, 2018 2 commits
  9. 17 Oct, 2018 5 commits
  10. 15 Oct, 2018 3 commits
  11. 09 Oct, 2018 1 commit
  12. 03 Oct, 2018 1 commit
  13. 14 Sep, 2018 2 commits
  14. 05 Sep, 2018 1 commit
  15. 04 Sep, 2018 2 commits
  16. 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
  17. 03 Aug, 2018 2 commits