summaryrefslogtreecommitdiff
path: root/jstests/libs
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2019-02-26 14:52:27 -0500
committerGregory Wlodarek <gregory.wlodarek@mongodb.com>2019-02-26 20:38:37 -0500
commitd3260e1a6e194bc618fa204e20d013bff445fc50 (patch)
treed29491b9ffb219daa5c9ff7e43ae8a1d25fdef6c /jstests/libs
parent96fe4dc27794fb6eeae7dedc5af5ebe28b330550 (diff)
downloadmongo-d3260e1a6e194bc618fa204e20d013bff445fc50.tar.gz
SERVER-39849 Add cloneCollectionAsCapped to the retryable whitelist for in-progress background operations
Diffstat (limited to 'jstests/libs')
-rw-r--r--jstests/libs/override_methods/implicitly_retry_on_background_op_in_progress.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/libs/override_methods/implicitly_retry_on_background_op_in_progress.js b/jstests/libs/override_methods/implicitly_retry_on_background_op_in_progress.js
index 1f0e33a410a..7ec99e0fd14 100644
--- a/jstests/libs/override_methods/implicitly_retry_on_background_op_in_progress.js
+++ b/jstests/libs/override_methods/implicitly_retry_on_background_op_in_progress.js
@@ -9,6 +9,7 @@
// These are all commands that can return BackgroundOperationInProgress error codes.
const commandWhitelist = new Set([
+ "cloneCollectionAsCapped",
"collMod",
"compact",
"convertToCapped",