@@ -13,7 +13,7 @@ data: []
1313
1414tests :
1515 -
16- description : commitTransaction is retried after WriteConcernFailed timeout error
16+ description : commitTransaction is retried after WriteConcernTimeout timeout error
1717 failPoint :
1818 configureFailPoint : failCommand
1919 mode : { times: 2 }
2323 # with writeConcernError (see: SERVER-39292)
2424 writeConcernError :
2525 code : 64
26- codeName : WriteConcernFailed
2726 errmsg : " waiting for replication timed out"
2827 errInfo : { wtimeout: true }
2928 operations :
@@ -106,10 +105,10 @@ tests:
106105 - { _id: 1 }
107106 -
108107 # This test configures the fail point to return an error with the
109- # WriteConcernFailed code but without errInfo that would identify it as a
108+ # WriteConcernTimeout code but without errInfo that would identify it as a
110109 # wtimeout error. This tests that drivers do not assume that all
111- # WriteConcernFailed errors are due to a replication timeout.
112- description : commitTransaction is retried after WriteConcernFailed non-timeout error
110+ # WriteConcernTimeout errors are due to a replication timeout.
111+ description : commitTransaction is retried after WriteConcernTimeout non-timeout error
113112 failPoint :
114113 configureFailPoint : failCommand
115114 mode : { times: 2 }
@@ -119,7 +118,6 @@ tests:
119118 # with writeConcernError (see: SERVER-39292)
120119 writeConcernError :
121120 code : 64
122- codeName : WriteConcernFailed
123121 errmsg : " multiple errors reported"
124122 operations :
125123 - *operation
0 commit comments