resharding_change_stream_internal_ops.js: enable reshardBlockingWrites change stream event assertions

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Cluster Scalability
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The reshardBlockingWrites assertions in jstests/sharding/resharding_change_stream_internal_ops.js were gated by an FCV check that was effectively dead code — it compared a command result object (i.e. { featureCompatibilityVersion: { version: "8.1" }, ok: 1, ... }) to a string (i.e. "8.1"), which always evaluated to false.

      The block is now commented out to avoid unintentionally enabling failing logic.

            Assignee:
            Unassigned
            Reporter:
            Pol Pinol
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: