summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@mongodb.com>2021-02-09 12:14:17 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-09 17:45:49 +0000
commit4b8f3c1b9bb07dab930f56e37285416820a6e812 (patch)
tree8847e2605f8012d57c873984e6b5e55aebd8cb9c
parent097e3b429153e2b5a749c725dcf7623b63e41a02 (diff)
downloadmongo-4b8f3c1b9bb07dab930f56e37285416820a6e812.tar.gz
SERVER-54308 use exact match for the python process in the hang analyzer
-rw-r--r--etc/evergreen.yml2
1 files changed, 1 insertions, 1 deletions
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}