summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Rassi <rassi@10gen.com>2014-12-24 02:02:12 -0500
committerJason Rassi <rassi@10gen.com>2014-12-24 02:03:50 -0500
commit3ad571742911f04b307f0071979425511c4f2570 (patch)
treea17522e3d470a1ae451107a43c58f6f55c644c6f
parent1a3f9d1b0dae6c456f45aa094af972c9272787b7 (diff)
downloadmongo-r2.8.0-rc4.tar.gz
SERVER-16498 Disable sharding/sharding_system_namespaces.jsr2.8.0-rc4
-rw-r--r--jstests/sharding/sharding_system_namespaces.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/sharding/sharding_system_namespaces.js b/jstests/sharding/sharding_system_namespaces.js
index e87e4b85195..fccc97442a4 100644
--- a/jstests/sharding/sharding_system_namespaces.js
+++ b/jstests/sharding/sharding_system_namespaces.js
@@ -1,3 +1,6 @@
+// TODO: This test incorrectly assumes that wiredTiger is compiled into the server. SERVER-16660.
+
+/*
// SERVER-16498 d_migrate.cpp should not rely on system.namespaces
//
// This test create a sharded collection with wiredtiger options.
@@ -55,3 +58,4 @@ assert.commandWorked(db.adminCommand({
printShardingStatus();
checkCollectionOptions(anotherShard.getDB("test"));
+*/