HomeClusterLabs Projects

Test: cts: Fix regression in ComponentFail test
dc936ab80ec4Unpublished

Unpublished Commit ยท Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.
This commit no longer exists in the repository. It may have been part of a branch which was deleted.This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

Test: cts: Fix regression in ComponentFail test

Commit a58a4000 caused a regression such that the ComponentFail test
always chooses to kill corosync. It never kills any of the other
Pacemaker daemons, which all get filtered out because they're in
valgrind-procs.

Prior to that commit, they got filtered out only if valgrind-tests was
set. It defaulted to False. The 'if self.env["valgrind-tests"]' check
was removed by that commit.

Signed-off-by: Reid Wahl <nrwahl@protonmail.com>

Details

Provenance
nrwahl2Authored on Sun, Aug 17, 9:08 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.