[Python-checkins] Use the new recommended number of repetitions in the refleak tests. (#18569)

Stefan Krah webhook-mailer at python.org
Thu Feb 20 13:08:57 EST 2020


https://github.com/python/cpython/commit/1246d892038a693304549f8574e6c2784b91589a
commit: 1246d892038a693304549f8574e6c2784b91589a
branch: master
author: Stefan Krah <skrah at bytereef.org>
committer: GitHub <noreply at github.com>
date: 2020-02-20T19:08:53+01:00
summary:

Use the new recommended number of repetitions in the refleak tests. (#18569)

files:
M Modules/_decimal/tests/runall-memorydebugger.sh

diff --git a/Modules/_decimal/tests/runall-memorydebugger.sh b/Modules/_decimal/tests/runall-memorydebugger.sh
index 1f1dc776c11e7..29b7723dd50c0 100755
--- a/Modules/_decimal/tests/runall-memorydebugger.sh
+++ b/Modules/_decimal/tests/runall-memorydebugger.sh
@@ -78,7 +78,7 @@ for config in $CONFIGS; do
         $GMAKE | grep _decimal
 
         printf "\n\n# ======================== refleak tests ===========================\n\n"
-        ./python -m test -uall -R 2:2 test_decimal
+        ./python -m test -uall -R 3:3 test_decimal
 
 
         ############ regular tests ###########



More information about the Python-checkins mailing list