From 9b3d345d502b73e4c25e440b09dc00d731a016c8 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Wed, 8 Oct 2014 16:27:47 +0200 Subject: [PATCH] qa: move mon_mds tests last Assuming they are more likely than others to leave OSD/MON in an unstable state that could have undefined side effects on the tests following it. A cleaner solution would be to run them in a separate script that is run on an independent cluster. http://tracker.ceph.com/issues/9700 Fixes: #9700 Signed-off-by: Loic Dachary --- qa/workunits/cephtool/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 9f01d7f469a..35985631883 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -1254,7 +1254,6 @@ TESTS=( auth auth_profiles mon_misc - mon_mds mon_mon mon_osd mon_osd_pool @@ -1267,6 +1266,7 @@ TESTS=( mon_heap_profiler osd_bench mds_tell + mon_mds ) # -- 2.47.3