From 4f9f023c740f86b48a82c53ccfb187c12506492a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 14 Aug 2014 17:41:05 -0700 Subject: [PATCH] rest-api tests: enable debugging Hoping to catch #9058 Signed-off-by: Sage Weil --- suites/rados/singleton/all/rest-api.yaml | 5 +++++ suites/rest/basic/tasks/rest_test.yaml | 12 +++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/suites/rados/singleton/all/rest-api.yaml b/suites/rados/singleton/all/rest-api.yaml index c964b3bcbfb25..133840a5dc158 100644 --- a/suites/rados/singleton/all/rest-api.yaml +++ b/suites/rados/singleton/all/rest-api.yaml @@ -13,6 +13,11 @@ tasks: log-whitelist: - wrongly marked me down - had wrong client addr + conf: + client.rest0: + debug ms: 1 + debug objecter: 20 + debug rados: 20 - rest-api: [client.0] - workunit: clients: diff --git a/suites/rest/basic/tasks/rest_test.yaml b/suites/rest/basic/tasks/rest_test.yaml index 8ed1918ce7afe..a5ef6a6e5971b 100644 --- a/suites/rest/basic/tasks/rest_test.yaml +++ b/suites/rest/basic/tasks/rest_test.yaml @@ -1,8 +1,3 @@ -overrides: - ceph: - log-whitelist: - - wrongly marked me down - roles: - - mon.a - mds.a @@ -17,6 +12,13 @@ roles: tasks: - install: - ceph: + log-whitelist: + - wrongly marked me down + conf: + client.rest0: + debug ms: 1 + debug objecter: 20 + debug rados: 20 - rest-api: [client.0] - workunit: clients: -- 2.39.5