We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc6e38 commit f277efcCopy full SHA for f277efc
jstests/replsets/prepare_transaction_index_build.js
@@ -5,11 +5,9 @@
5
* writes if the prepared transaction commits after a hybrid index build commits. The long term
6
* solution to this problem is to synchronize index build commits.
7
*
8
- * TODO(SERVER-44041): Remove two_phase_index_builds_unsupported tag.
9
* @tags: [
10
* uses_transactions,
11
* uses_prepare_transaction,
12
- * two_phase_index_builds_unsupported,
13
* ]
14
*/
15
(function() {
@@ -44,7 +42,6 @@ jsTestLog("Starting a background index build.");
44
42
assert.commandWorked(testDB.runCommand({
45
43
createIndexes: collName,
46
indexes: [{key: {x: 1}, name: 'x_1'}],
47
- writeConcern: {w: 2},
48
}));
49
50
const session = primary.startSession({causalConsistency: false});
0 commit comments