summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorMaria van Keulen <maria@mongodb.com>2019-06-25 14:17:17 -0400
committerMaria van Keulen <maria@mongodb.com>2019-06-28 14:38:04 -0400
commit47ee8f8cde1d1e116caf223458c15b4af10943d6 (patch)
treef7a89e5fa98ac325cb73788004df05d43d10eef1 /buildscripts
parent3ac05eb3fbfaacc1219054e5e765cba4926e7223 (diff)
downloadmongo-47ee8f8cde1d1e116caf223458c15b4af10943d6.tar.gz
SERVER-16917 Add totalSize field to dbStats and collStats
This commit also removes the now obsolete numExtents field.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
index f11105ead3d..973aef02f2f 100644
--- a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
@@ -41,6 +41,7 @@ selector:
- jstests/sharding/upsert_sharded.js
- jstests/sharding/write_transactions_during_migration.js
- jstests/sharding/change_stream_show_migration_events.js
+ - jstests/sharding/features3.js
- jstests/sharding/prepare_transaction_then_migrate.js
# Enable after SERVER-40258 gets backported and available in the official 4.2 binaries.
- jstests/sharding/prepared_txn_metadata_refresh.js