-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
None
-
None
-
None
-
None
-
None
-
None
-
None
jstests/libs/write_concern_all_commands.js defines wcTimeseriesViewsCommandsTests, used by writes_wait_for_write_concern_timeseries.js and mongos_writes_wait_for_write_concern_timeseries.js.
Historically, a set of commands was skipped on timeseries because they were not supported on the view wrapper (viewful timeseries). With the viewless timeseries feature flag enabled (SERVER-92859), these commands are now supported on timeseries collections and their write-concern behavior should be covered.
SERVER-110187 re-enables these driver tests in viewless-timeseries suites but does not yet add test cases for the following commands, which remain skipped:
- abortTransaction
- cloneCollectionAsCapped
- commitTransaction
- convertToCapped
- moveChunk
- moveRange
- renameCollection
- setIndexCommitQuorum
This ticket tracks adding noop/success/failure test cases for these commands in wcTimeseriesViewsCommandsTests, mirroring the versions already present in wcCommandsTests with TS-appropriate setup/teardown.
- is related to
-
SERVER-114844 findAndModify throws InvalidOption for viewful TS in mongos_writes_wait_for_write_concern_timeseries.js
-
- Closed
-
-
SERVER-110187 Make writes_wait_for_write_concern compatible with viewless time-series operations
-
- In Code Review
-
-
SERVER-92859 Enable viewless timeseries related feature flags
-
- Closed
-