-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: Backlog
-
Component/s: None
-
None
-
Fully Compatible
-
Security 2022-05-30, Security 2022-06-13, Security 2022-06-27
The following JSTests include references to setChangeStreamOptions and getChangeStreamOptions:
- view_all_commands.js
- db_reads_while_recovering_all_commands.js
- database_versioning_all_commands.js
- read_write_concern_defaults_application.js
- safe_secondary_reads_drop_recreate.js
- safe_secondary_reads_single_migration_suspend_range_deletion.js
- safe_secondary_reads_single_migration_waitForDelete.js
These references should be removed once the last LTS is 6.0. The commands were introduced in 5.3 but were hidden behind a disabled feature flag. They were removed for 6.0 when the feature flag was enabled, so they were never publicly accessible but still appear in listCommands on multiversion tests. Therefore, they can only be removed after 6.0 is released and we are in 6.1 development.