summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2022-03-07 13:25:46 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-07 02:57:10 +0000
commitefe51d84777d8979ae3162bae2e2f1a8cbf32499 (patch)
tree7fe8b6b398f232e2128f5ccc8d8a753a35be5015 /src/third_party/wiredtiger/test
parent5825b36839ee3aea16999a57ee7e339d0d2d3847 (diff)
downloadmongo-efe51d84777d8979ae3162bae2e2f1a8cbf32499.tar.gz
Import wiredtiger: cd93503276fdf0695d556112afd371419ad164f6 from branch mongodb-master
ref: c93b58eb49..cd93503276 for: 6.0.0 WT-8802 Remove duplicate -j argument in linux-directio evergreen task
Diffstat (limited to 'src/third_party/wiredtiger/test')
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/test/evergreen.yml b/src/third_party/wiredtiger/test/evergreen.yml
index a21356f08a8..2fa7a3154bd 100755
--- a/src/third_party/wiredtiger/test/evergreen.yml
+++ b/src/third_party/wiredtiger/test/evergreen.yml
@@ -1902,17 +1902,19 @@ tasks:
- func: "make wiredtiger"
- func: "make check all"
- # Use format.sh to run tests in parallel (x4) for just under two hours (the
+ # Use format.sh to run tests in parallel for just under two hours (the
# default Evergreen timeout) on the higher spec build distros. This allows
# us to perform multiple test runs while ensuring a long-running config does
- # not result in an Evergreen test timeout failure.
+ # not result in an Evergreen test timeout failure. This test is run on a
+ # higher spec distro due to historical issues with timeout failures. Consider
+ # reducing the parallelism if frequent timeouts occur.
- name: linux-directio
commands:
- func: "get project"
- func: "compile wiredtiger"
- func: "format test script"
vars:
- format_test_script_args: -t 110 -j 4 direct_io=1
+ format_test_script_args: -t 110 direct_io=1
- name: format-linux-no-ftruncate
commands: