1. 21 Jul, 2021 1 commit
    • YaacovHazan's avatar
      stabilize tests that involved with load handlers (#8967) · ff272176
      YaacovHazan authored
      When test stop 'load handler' by killing the process that generating the load,
      some commands that already in the input buffer, still might be processed by the server.
      This may cause some instability in tests, that count on that no more commands
      processed after we stop the `load handler'
      
      In this commit, new proc 'wait_load_handlers_disconnected' added, to verify that no more
      cammands from any 'load handler' prossesed, by checking that the clients who
      genreate the load is disconnceted.
      
      Also, replacing check of dbsize with wait_for_ofs_sync before comparing debug digest, as
      it would fail in case the last key the workload wrote was an overridden key (not a new one).
      
      Affected tests
      Race fix:
      - failover command to specific replica works
      - Connect multiple replicas at the same time (issue #141), master diskless=$mdl, replica diskless=$sdl
      - AOF rewrite during write load: RDB preamble=$rdbpre
      
      Cleanup and speedup:
      - Test replication with blocking lists and sorted sets operations
      - Test replication with parallel clients writing in different DBs
      - Test replication partial resync: $descr (diskless: $mdl, $sdl, reconnect: $reconnect
      
      (cherry picked from commit 32a2584e)
      ff272176
  2. 25 Mar, 2018 1 commit
  3. 22 Feb, 2017 1 commit
    • antirez's avatar
      Solaris fixes about tail usage and atomic vars. · 95883313
      antirez authored
      Testing with Solaris C compiler (SunOS 5.11 11.2 sun4v sparc sun4v)
      there were issues compiling due to atomicvar.h and running the
      tests also failed because of "tail" usage not conform with Solaris
      tail implementation. This commit fixes both the issues.
      95883313
  4. 24 Aug, 2016 1 commit
  5. 02 Jan, 2015 1 commit
  6. 10 Jul, 2014 2 commits
  7. 25 May, 2012 1 commit
  8. 02 May, 2012 1 commit
  9. 17 Apr, 2012 1 commit
  10. 07 Apr, 2012 1 commit
  11. 06 Apr, 2012 1 commit
    • antirez's avatar
      Two new tests for BGREWRTIEAOF. · 0daf7a2d
      antirez authored
      Check for scheduled rewrite if a BGSAVAE is in progress.
      Check for error if a rewrite is already in progress.
      0daf7a2d
  12. 03 Jan, 2012 1 commit
  13. 13 Dec, 2011 1 commit