Skip to content

Commit 6639626

Browse files
mtrussottoevergreen
authored andcommitted
SERVER-43004 Turn on archive for zbigMapReduce in sharding suite
1 parent b32cdfc commit 6639626

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

buildscripts/resmokeconfig/suites/sharding.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ selector:
55
- jstests/sharding/*.js
66

77
executor:
8+
archive:
9+
tests:
10+
- jstests/sharding/zbigMapReduce.js
811
config:
912
shell_options:
1013
nodb: ''

buildscripts/resmokeconfig/suites/sharding_auth.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ selector:
3434
- jstests/sharding/mongod_returns_no_cluster_time_without_keys.js
3535

3636
executor:
37+
archive:
38+
tests:
39+
- jstests/sharding/zbigMapReduce.js
3740
config:
3841
shell_options:
3942
global_vars:

buildscripts/resmokeconfig/suites/sharding_auth_audit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ selector:
3434
- jstests/sharding/mongod_returns_no_cluster_time_without_keys.js
3535

3636
executor:
37+
archive:
38+
tests:
39+
- jstests/sharding/zbigMapReduce.js
3740
config:
3841
shell_options:
3942
global_vars:

buildscripts/resmokeconfig/suites/sharding_ese.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ selector:
99
- jstests/sharding/*.js
1010

1111
executor:
12+
archive:
13+
tests:
14+
- jstests/sharding/zbigMapReduce.js
1215
config:
1316
shell_options:
1417
nodb: ''

buildscripts/resmokeconfig/suites/sharding_ese_gcm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ selector:
99
- jstests/sharding/*.js
1010

1111
executor:
12+
archive:
13+
tests:
14+
- jstests/sharding/zbigMapReduce.js
1215
config:
1316
shell_options:
1417
nodb: ''

0 commit comments

Comments
 (0)