Skip to content

Commit

Permalink
Test: cts-lab: ignore attrd connection drop after killing attrd
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaillot committed Dec 18, 2024
1 parent e65d7d9 commit 1c890d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/pacemaker/_cts/patterns.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,9 @@ def __init__(self):

self._components["pacemaker-controld-ignore"] = []
self._components["pacemaker-attrd"] = []
self._components["pacemaker-attrd-ignore"] = []
self._components["pacemaker-attrd-ignore"] = [
r"pacemaker-controld.*Connection to attrd (IPC failed|closed)",
]

self._components["pacemaker-schedulerd"] = [
r"State transition .* S_RECOVERY",
Expand Down

0 comments on commit 1c890d4

Please sign in to comment.