Fix Verify State in random_moveChunk_multi_update_delete_paused_migrations.js

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.1.0-rc0, 8.0.0-rc9
    • Affects Version/s: None
    • Component/s: None
    • None
    • Cluster Scalability
    • Fully Compatible
    • ALL
    • v8.0
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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.

              Assignee:
              Brett Nawrocki
              Reporter:
              Brett Nawrocki
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: