Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Storage Execution
-
Fully Compatible
-
Execution Team 2023-05-01
Description
In SERVER-60064, logic was added to a few tests such that the tests return early or make a different assertion if the DB version is < 7.0. This was necessary to allow the tests to run in multiversion suites where create is only idempotent on the newer server version. Once we branch 7.0, multiversion testing will only include server versions where create is idempotent, so we can remove this special-casing.
Affected tests:
- jstests/replsets/noop_writes_wait_for_write_concern.js
- jstests/core/views/views_creation.js
- jstests/core/ddl/create_collection.js
Attachments
Issue Links
- related to
-
SERVER-60064 Make create command idempotent on mongod
-
- Closed
-