summaryrefslogtreecommitdiff
path: root/src/mongo/db/error_labels_test.cpp
AgeCommit message (Expand)Author
2024-05-31SERVER-89440: Add StreamProcessingUserError and StreamProcessingRetryableErro...mongodb-matthew-normyle
2024-05-08SERVER-89855 Set CurOp nss and opDescription within same client lock (#21702)Sophia Tan
2024-04-02SERVER-88205 Remove redundant `$db` parses from aggregation parsing (#20565)Patrick Freed
2024-03-22SERVER-88063: Add RetryableWriteError label when write operation fails with S...Wenqin
2024-03-14SERVER-78495 Throw out vestiges of enableFinerGrainedCatalogCacheRefresh from...Tommaso Tocci
2023-07-06SERVER-78396 Avoid calling deprecated NamespaceString::db() in unit test codeDidier Nadeau
2023-07-04SERVER-77506 Require OperationSessionInfoFromClient to be constructed with mi...Kaloian Manassiev
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2023-02-17SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed
2023-02-15Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova
2023-02-15SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed
2023-02-08SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin
2022-08-17SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan
2022-06-07SERVER-66479 Add NoWritesPerformed error labelBrett Nawrocki
2022-05-27SERVER-66849 Error labels should account for cluster abort and commit commandsJack Mulrow
2021-05-26SERVER-53624 Make mongos return RetryableWriteError label when retryable writ...Cheahuychou Mao
2021-05-20SERVER-56261 remove invariant that RetryableWriteError and TransientTransacti...Haley Connelly
2021-04-06SERVER-54020: ShardInvalidatedForTargeting thrown by resharding's getDestined...Jordi Serra Torrens
2021-01-30SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu
2021-01-07SERVER-51649 Convert aggregate command input to IDLRuoxin Xu
2020-12-16SERVER-52947: Tenant migration donor should attach TransientTransactionError ...Andrew Shuvalov
2020-09-03SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan
2020-02-21SERVER-46103 Retain NonResumableChangeStreamError label for 4.4Bernard Gorman
2020-02-07SERVER-45505 Add ResumableChangeStreamError error labelBernard Gorman
2019-11-06SERVER-41245: Add RetryableWriteError error labelLingzhi Deng