Blame SOURCES/0007-Issue-50538-Fix-cherry-pick-error.patch

458e05
From 5fee4d79db94684d8093501fde3422ad34ac2716 Mon Sep 17 00:00:00 2001
458e05
From: Mark Reynolds <mreynolds@redhat.com>
458e05
Date: Tue, 3 Sep 2019 13:40:27 -0400
458e05
Subject: [PATCH] Issue 50538 - Fix cherry-pick error
458e05
458e05
Description:  Remove cherry-=pick error formating
458e05
458e05
relates: https://pagure.io/389-ds-base/issue/50538
458e05
---
458e05
 dirsrvtests/tests/suites/replication/cleanallruv_test.py | 1 -
458e05
 1 file changed, 1 deletion(-)
458e05
458e05
diff --git a/dirsrvtests/tests/suites/replication/cleanallruv_test.py b/dirsrvtests/tests/suites/replication/cleanallruv_test.py
458e05
index 43801dd52..caf214b19 100644
458e05
--- a/dirsrvtests/tests/suites/replication/cleanallruv_test.py
458e05
+++ b/dirsrvtests/tests/suites/replication/cleanallruv_test.py
458e05
@@ -899,7 +899,6 @@ def test_max_tasks(topology_m4):
458e05
 
458e05
     # Check the errors log for our error message in master 1
458e05
     assert m1.searchErrorsLog('Exceeded maximum number of active CLEANALLRUV tasks')
458e05
->>>>>>> ab24aa4cb... Issue 50538 - cleanAllRUV task limit is not enforced for replicated tasks
458e05
 
458e05
 
458e05
 if __name__ == '__main__':
458e05
-- 
458e05
2.21.0
458e05