summaryrefslogtreecommitdiff
path: root/jstests/core/views
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2018-08-09 10:09:35 -0400
committerEsha Maharishi <esha.maharishi@mongodb.com>2018-08-09 15:04:24 -0400
commit0faa26ed8b17295b071edb9c4debadada899aeb2 (patch)
tree4f72dea3d4fefbcab42082025aedc7438485b5e4 /jstests/core/views
parent2c752e43b73692c70157226e1e62ae16fb2491ec (diff)
downloadmongo-0faa26ed8b17295b071edb9c4debadada899aeb2.tar.gz
SERVER-36297 Add stubs for the transaction two-phase commit voting commands
Diffstat (limited to 'jstests/core/views')
-rw-r--r--jstests/core/views/views_all_commands.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/views/views_all_commands.js b/jstests/core/views/views_all_commands.js
index 184d99a5462..bd707811ce4 100644
--- a/jstests/core/views/views_all_commands.js
+++ b/jstests/core/views/views_all_commands.js
@@ -539,6 +539,8 @@
usersInfo: {skip: isUnrelated},
validate: {command: {validate: "view"}, expectFailure: true},
waitForOngoingChunkSplits: {skip: isUnrelated},
+ voteCommitTransaction: {skip: isUnrelated},
+ voteAbortTransaction: {skip: isUnrelated},
whatsmyuri: {skip: isUnrelated}
};