diff options
author | A. Jesse Jiryu Davis <jesse@mongodb.com> | 2022-02-07 15:54:14 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-02-07 19:37:24 +0000 |
commit | 1b130329e1b4cc243fc809ae5e852a2eb8878e7a (patch) | |
tree | e28cc1466ae6ad0a1821874e63d1ad8d09d8dcfb /buildscripts | |
parent | cebfa751cb5db526fcba92dc2c1a69ed507a075b (diff) | |
download | mongo-1b130329e1b4cc243fc809ae5e852a2eb8878e7a.tar.gz |
SERVER-63108 Rename Versioned API to Stable API
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/idl/check_stable_api_commands_have_idl_definitions.py (renamed from buildscripts/idl/check_versioned_api_commands_have_idl_definitions.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/idl/check_versioned_api_commands_have_idl_definitions.py b/buildscripts/idl/check_stable_api_commands_have_idl_definitions.py index ed12163fa4c..1c18d37595f 100644 --- a/buildscripts/idl/check_versioned_api_commands_have_idl_definitions.py +++ b/buildscripts/idl/check_stable_api_commands_have_idl_definitions.py @@ -24,7 +24,7 @@ # delete this exception statement from your version. If you delete this # exception statement from all source files in the program, then also delete # it in the license file. -"""Check that mongod's and mongos's Versioned API commands are defined in IDL. +"""Check that mongod's and mongos's Stable API commands are defined in IDL. Call listCommands on mongod and mongos to assert they have the same set of commands in the given API version, and assert all these commands are defined in IDL. |