1. 22 Feb, 2021 1 commit
    • 杨博东's avatar
      Fix flock cluster config may cause failure to restart after kill -9 (#7674) · e4ab38a3
      杨博东 authored
      
      
      After fork, the child process(redis-aof-rewrite) will get the fd opened
      by the parent process(redis), when redis killed by kill -9, it will not
      graceful exit(call prepareForShutdown()), so redis-aof-rewrite thread may still
      alive, the fd(lock) will still be held by redis-aof-rewrite thread, and
      redis restart will fail to get lock, means fail to start.
      
      This issue was causing failures in the cluster tests in github actions.
      Co-authored-by: default avatarOran Agra <oran@redislabs.com>
      (cherry picked from commit cbaf3c5b)
      e4ab38a3
  2. 27 Oct, 2020 1 commit
    • Oran Agra's avatar
      Allow blocked XREAD on a cluster replica (#7881) · 89c68ba3
      Oran Agra authored
      I suppose that it was overlooked, since till recently none of the blocked commands were readonly.
      
      other changes:
      - add test for the above.
      - add better support for additional (and deferring) clients for
        cluster tests
      - improve a test which left the client in MULTI state.
      
      (cherry picked from commit 216c1106)
      89c68ba3
  3. 13 Aug, 2017 1 commit
  4. 15 Jan, 2016 2 commits
  5. 02 Jan, 2016 1 commit
  6. 29 Dec, 2015 1 commit
  7. 30 Mar, 2015 1 commit
  8. 22 Jan, 2015 1 commit
  9. 21 Jan, 2015 4 commits
  10. 29 Sep, 2014 1 commit
  11. 30 Jun, 2014 1 commit
  12. 18 Jun, 2014 1 commit
  13. 10 Jun, 2014 1 commit
  14. 19 May, 2014 1 commit
  15. 29 Apr, 2014 1 commit
  16. 24 Apr, 2014 2 commits
  17. 18 Mar, 2014 2 commits
  18. 04 Mar, 2014 4 commits
  19. 03 Mar, 2014 1 commit
  20. 25 Feb, 2014 2 commits
  21. 23 Feb, 2014 2 commits
  22. 22 Feb, 2014 1 commit
    • antirez's avatar
      Sentinel test: framework improved and conf-update unit added. · 8c254415
      antirez authored
      It is now possible to kill and restart sentinel or redis instances for
      more real-world testing.
      
      The 01 unit tests the capability of Sentinel to update the configuration
      of Sentinels rejoining the cluster, however the test is pretty trivial
      and more tests should be added.
      8c254415
  23. 20 Feb, 2014 2 commits
  24. 18 Feb, 2014 3 commits
  25. 17 Feb, 2014 1 commit
    • antirez's avatar
      Sentinel: initial testing framework. · af788b58
      antirez authored
      Nothing tested at all so far... Just the infrastructure spawning N
      Sentinels and N Redis instances that the test will use again and again.
      af788b58