summaryrefslogtreecommitdiff
path: root/jstests/views
diff options
context:
space:
mode:
authorJames Wahlin <james.wahlin@10gen.com>2016-08-30 16:57:35 -0400
committerJames Wahlin <james.wahlin@10gen.com>2016-08-31 19:00:59 -0400
commitbbc9748b355ae0ac07d6ac37db757712bc35af43 (patch)
tree770c7d6f0c71d2c515e4f0a1c2e7ca371776c803 /jstests/views
parentf5c9d27ca6f0f4e1e2673c64b84b628ac29493ec (diff)
downloadmongo-bbc9748b355ae0ac07d6ac37db757712bc35af43.tar.gz
SERVER-25796 copydb support for views + additional cloner tests
Diffstat (limited to 'jstests/views')
-rw-r--r--jstests/views/views_all_commands.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/jstests/views/views_all_commands.js b/jstests/views/views_all_commands.js
index a35fa1830c5..2c4908a7b5b 100644
--- a/jstests/views/views_all_commands.js
+++ b/jstests/views/views_all_commands.js
@@ -104,8 +104,8 @@
cleanupOrphaned: {
skip: "Tested in views/views_sharded.js",
},
- clone: {skip: "TODO(SERVER-24506)"},
- cloneCollection: {skip: "TODO(SERVER-24506)"},
+ clone: {skip: "Tested in replsets/cloneDb.js"},
+ cloneCollection: {skip: "Tested in noPassthroughWithMongod/clonecollection.js"},
cloneCollectionAsCapped: {
command: {cloneCollectionAsCapped: "view", toCollection: "testcapped", size: 10240},
expectFailure: true,
@@ -118,7 +118,7 @@
connPoolSync: {skip: isUnrelated},
connectionStatus: {skip: isUnrelated},
convertToCapped: {command: {convertToCapped: "view", size: 12345}, expectFailure: true},
- copydb: {skip: "TODO(SERVER-24506)"},
+ copydb: {skip: "Tested in replsets/copydb.js"},
copydbgetnonce: {skip: isUnrelated},
copydbsaslstart: {skip: isUnrelated},
count: {command: {count: "view"}},