summaryrefslogtreecommitdiff
path: root/jstests/sharding
diff options
context:
space:
mode:
authorPavithra Vetriselvan <pavithra.vetriselvan@mongodb.com>2018-02-20 09:31:34 -0500
committerPavithra Vetriselvan <pavithra.vetriselvan@mongodb.com>2018-02-20 09:35:09 -0500
commitf24369282c5aaeb2a7963ee405dadcf88505e55b (patch)
tree74662a224fa8e6908c6f483562913442bed5d56d /jstests/sharding
parent8821cdb5508f8a26c025b3e0124903e9ae64c479 (diff)
downloadmongo-f24369282c5aaeb2a7963ee405dadcf88505e55b.tar.gz
SERVER-32321 add commitTxn and abortTxn stub commands
Diffstat (limited to 'jstests/sharding')
-rw-r--r--jstests/sharding/safe_secondary_reads_drop_recreate.js2
-rw-r--r--jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js2
-rw-r--r--jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js2
3 files changed, 6 insertions, 0 deletions
diff --git a/jstests/sharding/safe_secondary_reads_drop_recreate.js b/jstests/sharding/safe_secondary_reads_drop_recreate.js
index b510fc00105..ed39354fb7c 100644
--- a/jstests/sharding/safe_secondary_reads_drop_recreate.js
+++ b/jstests/sharding/safe_secondary_reads_drop_recreate.js
@@ -83,6 +83,7 @@
_recvChunkStart: {skip: "primary only"},
_recvChunkStatus: {skip: "primary only"},
_transferMods: {skip: "primary only"},
+ abortTransaction: {skip: "primary only"},
addShard: {skip: "primary only"},
addShardToZone: {skip: "primary only"},
aggregate: {
@@ -113,6 +114,7 @@
cloneCollectionAsCapped: {skip: "primary only"},
collMod: {skip: "primary only"},
collStats: {skip: "does not return user data"},
+ commitTransaction: {skip: "primary only"},
compact: {skip: "does not return user data"},
configureFailPoint: {skip: "does not return user data"},
connPoolStats: {skip: "does not return user data"},
diff --git a/jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js b/jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js
index cfbc27ed7d7..a4ddc2b505a 100644
--- a/jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js
+++ b/jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js
@@ -90,6 +90,7 @@
_recvChunkStart: {skip: "primary only"},
_recvChunkStatus: {skip: "primary only"},
_transferMods: {skip: "primary only"},
+ abortTransaction: {skip: "primary only"},
addShard: {skip: "primary only"},
addShardToZone: {skip: "primary only"},
aggregate: {
@@ -124,6 +125,7 @@
clone: {skip: "primary only"},
cloneCollection: {skip: "primary only"},
cloneCollectionAsCapped: {skip: "primary only"},
+ commitTransaction: {skip: "primary only"},
collMod: {skip: "primary only"},
collStats: {skip: "does not return user data"},
compact: {skip: "does not return user data"},
diff --git a/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js b/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js
index e0c803ff3be..03c65bc9b03 100644
--- a/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js
+++ b/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js
@@ -83,6 +83,7 @@
_recvChunkStart: {skip: "primary only"},
_recvChunkStatus: {skip: "primary only"},
_transferMods: {skip: "primary only"},
+ abortTransaction: {skip: "primary only"},
addShard: {skip: "primary only"},
addShardToZone: {skip: "primary only"},
aggregate: {
@@ -114,6 +115,7 @@
cloneCollectionAsCapped: {skip: "primary only"},
collMod: {skip: "primary only"},
collStats: {skip: "does not return user data"},
+ commitTransaction: {skip: "primary only"},
compact: {skip: "does not return user data"},
configureFailPoint: {skip: "does not return user data"},
connPoolStats: {skip: "does not return user data"},