0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00

SERVER-38546 Blacklist upsert_duplicate_key_retry under ephemeralForTest

This commit is contained in:
Charlie Swanson 2018-12-14 08:15:12 -05:00
parent 221c9016b7
commit 94bc09cabe

View File

@ -3,7 +3,10 @@
* the query values, it is possible that they will both attempt to perform an insert with one of * the query values, it is possible that they will both attempt to perform an insert with one of
* the two failing on the unique index constraint. This test confirms that the failed insert will be * the two failing on the unique index constraint. This test confirms that the failed insert will be
* retried, resulting in an update. * retried, resulting in an update.
* @tags: [requires_replication] *
* In order for one of the two conflicting upserts to make progress we require a storage engine
* which supports document level locking.
* @tags: [requires_replication, requires_document_locking]
*/ */
(function() { (function() {