File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
src/third_party/wiredtiger Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 2
2
"vendor": "wiredtiger",
3
3
"github": "wiredtiger/wiredtiger.git",
4
4
"branch": "mongodb-master",
5
- "commit": "524dd280f76dd1a3ea8b8e6ee7731c8e3c79cede "
5
+ "commit": "3d54dd43fb29870da49300bf1777f98e83791619 "
6
6
}
Original file line number Diff line number Diff line change @@ -4698,6 +4698,20 @@ tasks:
4698
4698
NONSTANDALONE : -DWT_STANDALONE_BUILD=0
4699
4699
- func : " split stress test"
4700
4700
4701
+ - name : model-test
4702
+ commands :
4703
+ - func : " get project"
4704
+ - func : " compile wiredtiger"
4705
+ - command : shell.exec
4706
+ params :
4707
+ working_dir : " wiredtiger/cmake_build/test/model/test"
4708
+ shell : bash
4709
+ script : |
4710
+ set -o errexit
4711
+ set -o verbose
4712
+ ${PREPARE_TEST_ENV}
4713
+ ./test_model_basic
4714
+
4701
4715
- name : format-stress-zseries-test
4702
4716
tags : ["stress-test-zseries-1"]
4703
4717
# Set 2.5 hours timeout (60 * 60 * 2.5)
@@ -6320,6 +6334,7 @@ buildvariants:
6320
6334
- name : chunkcache-test
6321
6335
- name : " .workgen-test"
6322
6336
batchtime : 1440 # 24 hours
6337
+ - name : model-test
6323
6338
6324
6339
- name : ubuntu2004-asan
6325
6340
display_name : " ! Ubuntu 20.04 ASAN"
@@ -6695,6 +6710,7 @@ buildvariants:
6695
6710
batchtime : 40320 # 28 days
6696
6711
- name : " .workgen-test"
6697
6712
batchtime : 1440 # 24 hours
6713
+ - name : model-test
6698
6714
6699
6715
- name : amazon2-arm64
6700
6716
display_name : " Amazon Linux 2 ARM64"
You can’t perform that action at this time.
0 commit comments