diff options
author | Xiangyu Yao <xiangyu.yao@mongodb.com> | 2018-04-16 00:31:24 -0400 |
---|---|---|
committer | Xiangyu Yao <xiangyu.yao@mongodb.com> | 2018-04-25 20:39:55 -0400 |
commit | d62890ffeacd2e911ff4a36f01bdef498c101c07 (patch) | |
tree | cd77eead0e0454cf35dc64332bda07dc08df9f86 /etc | |
parent | 1f5410fdad8ee3c4c1d8b88d8a852d8bd1b43b7b (diff) | |
download | mongo-d62890ffeacd2e911ff4a36f01bdef498c101c07.tar.gz |
SERVER-34384 Add passthrough test for secondary reads
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 46c4a466850..bc58df9288e 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -4240,6 +4240,17 @@ tasks: run_multiple_jobs: true - <<: *task_template + name: secondary_reads_passthrough + depends_on: + - name: jsCore + commands: + - func: "do setup" + - func: "run tests" + vars: + resmoke_args: --suites=secondary_reads_passthrough --storageEngine=wiredTiger + run_multiple_jobs: true + +- <<: *task_template name: replica_sets commands: - func: "do setup" @@ -9588,6 +9599,9 @@ buildvariants: - name: write_concern_majority_passthrough distros: - rhel62-large + - name: secondary_reads_passthrough + distros: + - rhel62-large - name: package distros: - ubuntu1604-packer @@ -9717,6 +9731,7 @@ buildvariants: - name: update_fuzzer - name: update_fuzzer_replication - name: write_concern_majority_passthrough + - name: secondary_reads_passthrough - name: enterprise-rhel-70-64-bit display_name: "* Enterprise RHEL 7.0" @@ -10089,6 +10104,7 @@ buildvariants: - name: sslSpecial - name: tool - name: write_concern_majority_passthrough + - name: secondary_reads_passthrough - name: push distros: - rhel70-small @@ -10195,6 +10211,7 @@ buildvariants: - name: sslSpecial - name: tool - name: write_concern_majority_passthrough + - name: secondary_reads_passthrough - name: push distros: - rhel70-small @@ -10292,6 +10309,7 @@ buildvariants: - name: sslSpecial - name: tool - name: write_concern_majority_passthrough + - name: secondary_reads_passthrough - name: push distros: - rhel62-large @@ -10621,6 +10639,7 @@ buildvariants: - name: sslSpecial - name: tool - name: write_concern_majority_passthrough + - name: secondary_reads_passthrough - name: push distros: - suse12-test @@ -11273,6 +11292,7 @@ buildvariants: - name: update_fuzzer - name: update_fuzzer_replication - name: write_concern_majority_passthrough + - name: secondary_reads_passthrough - name: enterprise-rhel-62-64-bit-mobile display_name: Enterprise RHEL 6.2 (mobile) @@ -11653,6 +11673,7 @@ buildvariants: - name: sslSpecial - name: tool - name: write_concern_majority_passthrough + - name: secondary_reads_passthrough - name: enterprise-rhel-72-s390x-inmem display_name: Enterprise RHEL 7.2 s390x (inMemory) DEBUG @@ -11739,6 +11760,7 @@ buildvariants: - name: sslSpecial - name: tool - name: write_concern_majority_passthrough + - name: secondary_reads_passthrough - name: ubuntu1404-rocksdb display_name: Ubuntu 14.04 (RocksDB) @@ -11897,6 +11919,7 @@ buildvariants: - name: update_fuzzer - name: update_fuzzer_replication - name: write_concern_majority_passthrough + - name: secondary_reads_passthrough - name: ubuntu1604-asan display_name: ~ ASAN SSL Ubuntu 16.04 @@ -12067,6 +12090,7 @@ buildvariants: - name: update_fuzzer - name: update_fuzzer_replication - name: write_concern_majority_passthrough + - name: secondary_reads_passthrough - name: ubuntu1604-debug-aubsan-lite display_name: "! {A,UB}SAN Enterprise SSL Ubuntu 16.04 DEBUG" @@ -12195,6 +12219,7 @@ buildvariants: - name: sslSpecial - name: tool - name: write_concern_majority_passthrough + - name: secondary_reads_passthrough - name: enterprise-ubuntu-dynamic-1604-64-bit display_name: "* Shared Library Enterprise Ubuntu 16.04" |