From: Arnaldo Carvalho de Melo Date: Fri, 13 Dec 2024 17:59:08 +0000 (-0300) Subject: perf tests switch-tracking: Set this test to run exclusively X-Git-Tag: ceph-for-6.15-rc4~382^2~128 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=dea654e34afe07ccad9d57c472c2e2ae19b861a7;p=ceph-client.git perf tests switch-tracking: Set this test to run exclusively This test was failing when run with the default 'perf test' mode, which is to run multiple regression tests in parallel. Since it checks system_wide mode, set it to run in exclusive mode. Reviewed-by: Ian Rogers Cc: Adrian Hunter Cc: James Clark Cc: Jiri Olsa Cc: Kan Liang Cc: Namhyung Kim Cc: Ravi Bangoria Link: https://lore.kernel.org/lkml/Z1yPYqYYs_isO1PJ@x1 Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/tests/switch-tracking.c b/tools/perf/tests/switch-tracking.c index 5cab17a1942e6..576f82a150153 100644 --- a/tools/perf/tests/switch-tracking.c +++ b/tools/perf/tests/switch-tracking.c @@ -583,4 +583,4 @@ out_err: goto out; } -DEFINE_SUITE("Track with sched_switch", switch_tracking); +DEFINE_SUITE_EXCLUSIVE("Track with sched_switch", switch_tracking);