summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2023-08-22 14:31:52 +1000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-08-22 05:06:45 +0000
commit0de7da51f2e6def740962de22e24a2a2faf3f70e (patch)
treefdef33f140c0e0743bda44c9aa812f2e3578253c
parent62461f00ec8913e683fd4f512d557125b345cfec (diff)
Import wiredtiger: a07b4aa944fdb894b080a40e942ab39192270703 from branch mongodb-7.0
ref: 3bdc549a58..a07b4aa944 for: 7.0.1 WT-11359 Update spinlock tasks to limit disk usage
-rw-r--r--src/third_party/wiredtiger/import.data2
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen.yml6
2 files changed, 5 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data
index 8a513c04106..2e749782986 100644
--- a/src/third_party/wiredtiger/import.data
+++ b/src/third_party/wiredtiger/import.data
@@ -2,5 +2,5 @@
"vendor": "wiredtiger",
"github": "wiredtiger/wiredtiger.git",
"branch": "mongodb-7.0",
- "commit": "3bdc549a583a96f7081ba28925c76bba98a29627"
+ "commit": "a07b4aa944fdb894b080a40e942ab39192270703"
}
diff --git a/src/third_party/wiredtiger/test/evergreen.yml b/src/third_party/wiredtiger/test/evergreen.yml
index 12a6456ccdc..6095d4e01d3 100755
--- a/src/third_party/wiredtiger/test/evergreen.yml
+++ b/src/third_party/wiredtiger/test/evergreen.yml
@@ -3265,10 +3265,11 @@ tasks:
vars:
SPINLOCK_TYPE: -DSPINLOCK_TYPE=gcc
- func: "make check all"
+ - func: "unit test"
- func: "format test"
vars:
times: 3
- - func: "unit test"
+ extra_args: runs.rows=1000000:2500000
- name: spinlock-pthread-adaptive-test
commands:
@@ -3277,10 +3278,11 @@ tasks:
vars:
SPINLOCK_TYPE: -DSPINLOCK_TYPE=pthread_adaptive
- func: "make check all"
+ - func: "unit test"
- func: "format test"
vars:
times: 3
- - func: "unit test"
+ extra_args: runs.rows=1000000:2500000
- name: wtperf-test
depends_on: