This currently uses assert.eq to compare to maps, but this is currently broken (see SERVER-91500). However, even if this was fixed, there is no guarantee that the map ordering and document key ordering would be the same between the two maps being checked, so we should manually iterate the map and use assert.docEq instead.
Also, consider running this check after each write instead of as its own stage.
- is depended on by
-
SERVER-91580 Create Concurrency Test to Verify Changes from SERVER-91465
- Closed
- is related to
-
SERVER-91500 tojson Should Properly Handle Map Objects
- Closed