From 6f6fbe787022d6af6778f8c143e07d1b3042b22f Mon Sep 17 00:00:00 2001 From: Joao Eduardo Luis Date: Fri, 21 Jul 2017 15:29:21 +0100 Subject: [PATCH] qa: flush out monc's dropped msgs on msgr failure injection We have a few open tickets regarding the mgr being down during suites involving messenger failure injection. There are a few suspicions that this may be related with the monclient, but we'll need more logs to validate those suspicions and, more, to validate we're actually fixing the issue. Signed-off-by: Joao Eduardo Luis --- qa/suites/rados/monthrash/msgr-failures/mon-delay.yaml | 2 ++ qa/suites/rados/singleton/msgr-failures/many.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/qa/suites/rados/monthrash/msgr-failures/mon-delay.yaml b/qa/suites/rados/monthrash/msgr-failures/mon-delay.yaml index 03b7e37f842..da25b7a09eb 100644 --- a/qa/suites/rados/monthrash/msgr-failures/mon-delay.yaml +++ b/qa/suites/rados/monthrash/msgr-failures/mon-delay.yaml @@ -7,3 +7,5 @@ overrides: ms inject delay probability: .005 ms inject delay max: 1 ms inject internal delays: .002 + mgr: + debug monc: 10 diff --git a/qa/suites/rados/singleton/msgr-failures/many.yaml b/qa/suites/rados/singleton/msgr-failures/many.yaml index 86f8dde8a0e..3b495f9486d 100644 --- a/qa/suites/rados/singleton/msgr-failures/many.yaml +++ b/qa/suites/rados/singleton/msgr-failures/many.yaml @@ -3,3 +3,5 @@ overrides: conf: global: ms inject socket failures: 500 + mgr: + debug monc: 10 -- 2.39.5