diff options
author | Mickey. J Winters <mickey.winters@mongodb.com> | 2021-07-08 22:56:54 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-07-08 23:25:14 +0000 |
commit | c3bcfbb842f4d620dfb881ec150b865b08306b61 (patch) | |
tree | 4f051f521eb071af46402cbbd76f31c27f339ce1 /src/mongo/base | |
parent | ad84ff45e2a7abbdcd782d9cde97d098711f99bf (diff) | |
download | mongo-c3bcfbb842f4d620dfb881ec150b865b08306b61.tar.gz |
SERVER-50524 Remove Document Validation FCV4.7 gating and remove related system tests
Diffstat (limited to 'src/mongo/base')
-rw-r--r-- | src/mongo/base/error_codes.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/base/error_codes.yml b/src/mongo/base/error_codes.yml index b6ca9ced7b7..90daeb98f1c 100644 --- a/src/mongo/base/error_codes.yml +++ b/src/mongo/base/error_codes.yml @@ -157,9 +157,7 @@ error_codes: - {code: 120,name: OplogStartMissing} # Error code 121 is only for the document validator on collections. - {code: 121,name: DocumentValidationFailure, - extra: 'doc_validation_error::DocumentValidationFailureInfo', - # TODO SERVER-50524: Make extra info mandatory when 5.0 becomes last-lts. - extraIsOptional: True} + extra: 'doc_validation_error::DocumentValidationFailureInfo'} - {code: 122,name: OBSOLETE_ReadAfterOptimeTimeout} - {code: 123,name: NotAReplicaSet} - {code: 124,name: IncompatibleElectionProtocol} |