summaryrefslogtreecommitdiff
path: root/jstests/sharding/shard_kill_and_pooling.js
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2015-11-23 15:00:03 -0500
committerCharlie Swanson <charlie.swanson@mongodb.com>2015-11-30 10:34:20 -0500
commit909b13f0ac6ed6d0de5a37ae3b833494f9a12218 (patch)
tree74f9cc03632dcb823b7d81dfb782d5a2d6a8a54f /jstests/sharding/shard_kill_and_pooling.js
parente7181b542b25981db42f74cdaee4e7fc323d3e9d (diff)
downloadmongo-909b13f0ac6ed6d0de5a37ae3b833494f9a12218.tar.gz
SERVER-21384 Enable sharding suites on ephemeral storage engines
Diffstat (limited to 'jstests/sharding/shard_kill_and_pooling.js')
-rw-r--r--jstests/sharding/shard_kill_and_pooling.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/sharding/shard_kill_and_pooling.js b/jstests/sharding/shard_kill_and_pooling.js
index 6bfaf70a6af..13ae6e41e2c 100644
--- a/jstests/sharding/shard_kill_and_pooling.js
+++ b/jstests/sharding/shard_kill_and_pooling.js
@@ -1,6 +1,10 @@
//
// Tests what happens when a shard goes down with pooled connections.
//
+// This test involves restarting a standalone shard, so cannot be run on ephemeral storage engines.
+// A restarted standalone will lose all data when using an ephemeral storage engine.
+// @tags: [requires_persistence]
+//
// Run through the same test twice, once with a hard -9 kill, once with a regular shutdown