summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/evergreen.yml
diff options
context:
space:
mode:
authorClarisse Cheah <clarisse.cheah@mongodb.com>2023-04-03 00:59:16 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-03 01:35:55 +0000
commitb06da0f1a7be47e08ebcdf3c2acdda66a29b4a17 (patch)
tree677e6e980b467dddecbb6c12a1286dba7c8b0699 /src/third_party/wiredtiger/test/evergreen.yml
parent0e77934c5c8c642376964b97c53b09591095faff (diff)
downloadmongo-b06da0f1a7be47e08ebcdf3c2acdda66a29b4a17.tar.gz
Import wiredtiger: ff984a57abf6976ce699304b301a3cef9b119bad from branch mongodb-master
ref: 26c7b513bb..ff984a57ab for: 7.0.0-rc0 WT-10620 Reducing default test format ops tracing in evergreen
Diffstat (limited to 'src/third_party/wiredtiger/test/evergreen.yml')
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/evergreen.yml b/src/third_party/wiredtiger/test/evergreen.yml
index 971ae72443e..037479b484c 100755
--- a/src/third_party/wiredtiger/test/evergreen.yml
+++ b/src/third_party/wiredtiger/test/evergreen.yml
@@ -496,7 +496,7 @@ functions:
set -o errexit
set -o verbose
for i in $(seq ${times|1}); do
- ./t -c ${config|../../../test/format/CONFIG.stress} ${trace_args|-T bulk,txn,retain=100} ${extra_args|} || ( [ -f RUNDIR/CONFIG ] && cat RUNDIR/CONFIG ) 2>&1
+ ./t -c ${config|../../../test/format/CONFIG.stress} ${trace_args|-T bulk,txn,retain=50} ${extra_args|} || ( [ -f RUNDIR/CONFIG ] && cat RUNDIR/CONFIG ) 2>&1
done
"format test predictable":
command: shell.exec