summaryrefslogtreecommitdiff
path: root/src/mongo/db/error_labels_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-171-1/+1
* Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova2023-02-151-1/+1
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-151-1/+1
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+2
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-66479 Add NoWritesPerformed error labelBrett Nawrocki2022-06-071-30/+195
* SERVER-66849 Error labels should account for cluster abort and commit commandsJack Mulrow2022-05-271-0/+25
* SERVER-53624 Make mongos return RetryableWriteError label when retryable writ...Cheahuychou Mao2021-05-261-45/+199
* SERVER-56261 remove invariant that RetryableWriteError and TransientTransacti...Haley Connelly2021-05-201-0/+20
* SERVER-54020: ShardInvalidatedForTargeting thrown by resharding's getDestined...Jordi Serra Torrens2021-04-061-0/+6
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-3/+6
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-6/+8
* SERVER-52947: Tenant migration donor should attach TransientTransactionError ...Andrew Shuvalov2020-12-161-0/+39
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-9/+10
* SERVER-46103 Retain NonResumableChangeStreamError label for 4.4Bernard Gorman2020-02-211-0/+8
* SERVER-45505 Add ResumableChangeStreamError error labelBernard Gorman2020-02-071-33/+153
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-061-0/+209