diff options
Diffstat (limited to 'src/third_party/wiredtiger/test/evergreen.yml')
-rwxr-xr-x | src/third_party/wiredtiger/test/evergreen.yml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/evergreen.yml b/src/third_party/wiredtiger/test/evergreen.yml index 07c2d2653b7..af976979d8e 100755 --- a/src/third_party/wiredtiger/test/evergreen.yml +++ b/src/third_party/wiredtiger/test/evergreen.yml @@ -1333,6 +1333,18 @@ tasks: test_config_filename: configs/bounded_cursor_prefix_indices_default.txt test_name: bounded_cursor_prefix_indices + - name: cppsuite-reverse-split-default + tags: ["pull_request"] + depends_on: + - name: compile + commands: + - func: "fetch artifacts" + - func: "cppsuite test" + vars: + test_config: debug_mode=(cursor_copy=true) + test_config_filename: configs/reverse_split_default.txt + test_name: reverse_split + - name: cppsuite-operations-test-stress depends_on: - name: compile @@ -1454,6 +1466,7 @@ tasks: test_config_filename: configs/search_near_03_stress.txt test_name: search_near_03 + # This is a perf test and as such doesn't run under the stress test tag. - name: cppsuite-bounded-cursor-perf-stress depends_on: - name: compile @@ -1464,6 +1477,17 @@ tasks: test_config_filename: configs/bounded_cursor_perf_stress.txt test_name: bounded_cursor_perf + - name: cppsuite-reverse-split-stress + tags: ["cppsuite-stress-test"] + depends_on: + - name: compile + commands: + - func: "fetch artifacts" + - func: "cppsuite test" + vars: + test_config_filename: configs/reverse_split_stress.txt + test_name: reverse_split + - name: cppsuite-operations-test-stress-nonstandalone depends_on: - name: compile-nonstandalone @@ -1607,6 +1631,19 @@ tasks: test_config_filename: configs/search_near_03_stress.txt test_name: search_near_03 + - name: cppsuite-reverse-split-stress-nonstandalone + tags: ["cppsuite-stress-test-nonstandalone"] + depends_on: + - name: compile-nonstandalone + commands: + - func: "fetch artifacts" + vars: + dependent_task: compile-nonstandalone + - func: "cppsuite test" + vars: + test_config_filename: configs/reverse_split_stress.txt + test_name: reverse_split + # End of cppsuite test tasks. # Start of csuite test tasks |