From 4b8f3c1b9bb07dab930f56e37285416820a6e812 Mon Sep 17 00:00:00 2001 From: Robert Guo Date: Tue, 9 Feb 2021 12:14:17 -0500 Subject: SERVER-54308 use exact match for the python process in the hang analyzer --- etc/evergreen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/evergreen.yml b/etc/evergreen.yml index b16b0e6f079..4910a467051 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -3091,7 +3091,7 @@ functions: if [[ ${task_name} == *"jepsen"* ]]; then hang_analyzer_option="-o file -o stdout -p dbtest,java,mongo,mongod,mongos,python,_test"; else - hang_analyzer_option="-o file -o stdout -m contains -p python" + hang_analyzer_option="-o file -o stdout -m exact -p python" fi ${activate_virtualenv} -- cgit v1.2.1