28a5ddb Ticket 49463 After cleanALLruv, replication is looping on keep alive DEL

Authored and Committed by aadhikari 5 years ago
    Ticket 49463 After cleanALLruv, replication is looping on keep alive DEL
    
    Bug Description: When cleanAllRuv is launched, it spawn cleanAllRuv on all replicas.
    Each replica will clean its changelog and database RUV but in addition
    will DEL the keep alive entry of the target ReplicaID.
    
    Fix Description: Test case cover all the scenario to be tested for the fix.
    
    https://pagure.io/389-ds-base/issue/49463
    
    Review by: firstyear,tbordaz