From 923bc4efcbb02a2c8965ee72f3d09f256cb17030 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 13 Aug 2025 16:43:40 -0400 Subject: [PATCH] Run regression tests verbosely. cts-fencing is failing with a timeout error, but there's no logging available to see what could possibly be timing out. I haven't been able to reproduce this problem locally, and it didn't happen with the previous RHEL 10 build (though, it does happen when running tests for just this patch too), so if we can't see what is happening in CI, we won't be able to figure it out. Related: RHEL-106594 --- tests/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.yml b/tests/tests.yml index bb4c63b..1892f0c 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -8,7 +8,7 @@ tests: - cts-regression: dir: . - run: /usr/share/pacemaker/tests/cts-regression cli scheduler fencing + run: /usr/share/pacemaker/tests/cts-regression -V cli scheduler fencing required_packages: - pacemaker - pacemaker-cts