-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
Repl 2021-03-08
A few API Version 1 commands accept parameters that have validators defined in IDL. For example, "listCollections" accepts {cursor: {batchSize: x}}, where "x" is an integer with a validator that checks it is non-negative.
As part of our IDL compatibility checking, implement the simplest possible rules for validators.
- is duplicated by
-
SERVER-53208 Check parameter and reply field validators in IDL compatibility checker script
- Closed