summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/evergreen.yml
diff options
context:
space:
mode:
authorMonica Ng <monica.ng@mongodb.com>2023-02-19 23:24:26 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-02-20 00:05:35 +0000
commitddff84309d85c5c4031675cc3afcf0f6e1dedb5c (patch)
tree2c67ccc9dacc83d1255112de16905f6ccb4ff573 /src/third_party/wiredtiger/test/evergreen.yml
parent60ed36a576da4c989cbc7079858c54f83aec8fff (diff)
downloadmongo-ddff84309d85c5c4031675cc3afcf0f6e1dedb5c.tar.gz
Import wiredtiger: 13d6a243747eae6006d5c0aae618f6a1ed1c59e2 from branch mongodb-master
ref: 9b8bc17652..13d6a24374 for: 7.0.0-rc0 WT-10561 - Add standalone test for WT-10461
Diffstat (limited to 'src/third_party/wiredtiger/test/evergreen.yml')
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/evergreen.yml b/src/third_party/wiredtiger/test/evergreen.yml
index 0eb4b6e919d..6dc487cd533 100755
--- a/src/third_party/wiredtiger/test/evergreen.yml
+++ b/src/third_party/wiredtiger/test/evergreen.yml
@@ -2153,6 +2153,26 @@ tasks:
vars:
test_name: wt9937_parse_opts
+ - name: csuite-wt10461-skip-list-stress-test
+ tags: ["stress-test-1"]
+ commands:
+ - func: "get project"
+ - func: "compile wiredtiger"
+ - func: "csuite test"
+ vars:
+ test_name: wt10461_skip_list_stress
+
+ - name: csuite-wt10461-skip-list-stress-test-nonstandalone
+ tags: ["stress-test-1"]
+ commands:
+ - func: "get project"
+ - func: "compile wiredtiger"
+ vars:
+ NONSTANDALONE: -DWT_STANDALONE_BUILD=0
+ - func: "csuite test"
+ vars:
+ test_name: wt10461_skip_list_stress
+
# End of csuite test tasks
# Start of Python unit test tasks