summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/idempotency_test_fixture.cpp
diff options
context:
space:
mode:
authorAmirsaman Memaripour <amirsaman.memaripour@mongodb.com>2022-04-28 15:15:19 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-19 15:38:09 +0000
commit2599afe324597e6df8c1b1e0e8dcafd3c5a7ad9b (patch)
tree7fad419c910ada1716f0baae0bb9ba9b5f642120 /src/mongo/db/repl/idempotency_test_fixture.cpp
parent5b3b95125b1a51f35aaabe7c43cbd205fc4e7359 (diff)
downloadmongo-2599afe324597e6df8c1b1e0e8dcafd3c5a7ad9b.tar.gz
SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteConflictException
(cherry picked from commit 4fee73e53ecdbfff73d644dd743b66d5e16a1836)
Diffstat (limited to 'src/mongo/db/repl/idempotency_test_fixture.cpp')
-rw-r--r--src/mongo/db/repl/idempotency_test_fixture.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/repl/idempotency_test_fixture.cpp b/src/mongo/db/repl/idempotency_test_fixture.cpp
index 0043ff54e3e..d2106320e97 100644
--- a/src/mongo/db/repl/idempotency_test_fixture.cpp
+++ b/src/mongo/db/repl/idempotency_test_fixture.cpp
@@ -43,7 +43,6 @@
#include "mongo/db/catalog/index_catalog.h"
#include "mongo/db/client.h"
#include "mongo/db/concurrency/d_concurrency.h"
-#include "mongo/db/concurrency/write_conflict_exception.h"
#include "mongo/db/curop.h"
#include "mongo/db/db_raii.h"
#include "mongo/db/index_builds_coordinator.h"