Sha256: 0fcba052d07b19b39ed29dfec3585e303cd90334409f1b9c8390f1239e3881f6

Contents?: true

Size: 1.73 KB

Versions: 48

Compression:

Stored size: 1.73 KB

Contents

description: "setVersion is ignored if there is no electionId"

uri: "mongodb://a/?replicaSet=rs"

phases: [

    # Primary A is discovered and tells us about B.
    {
        responses: [
            ["a:27017", {
                ok: 1,
                ismaster: true,
                hosts: ["a:27017", "b:27017"],
                setName: "rs",
                setVersion: 2
            }]
        ],

        outcome: {
            servers: {
                "a:27017": {
                    type: "RSPrimary",
                    setName: "rs",
                    setVersion: 2 ,
                    electionId:
                },
                "b:27017": {
                    type: "Unknown",
                    setName: ,
                    electionId:
                }
            },
            topologyType: "ReplicaSetWithPrimary",
            setName: "rs",
        }
    },

    # B is elected, its setVersion is older but we believe it anyway, because
    # setVersion is only used in conjunction with electionId.
    {
        responses: [
            ["b:27017", {
                ok: 1,
                ismaster: true,
                hosts: ["a:27017", "b:27017"],
                setName: "rs",
                setVersion: 1
            }]
        ],

        outcome: {
            servers: {
                "a:27017": {
                    type: "Unknown",
                    setName: ,
                    electionId:
                },
                "b:27017": {
                    type: "RSPrimary",
                    setName: "rs",
                    setVersion: 1,
                    electionId:
                }
            },
            topologyType: "ReplicaSetWithPrimary",
            setName: "rs",
        }
    }
]

Version data entries

48 entries across 27 versions & 3 rubygems

Version Path
mongo-2.6.4 spec/support/sdam/rs/set_version_without_electionid.yml
mongo-2.6.2 spec/support/sdam/rs/set_version_without_electionid.yml
mongo-2.6.1 spec/support/sdam/rs/set_version_without_electionid.yml
mongo-2.6.0 spec/support/sdam/rs/set_version_without_electionid.yml
mongo-2.5.3 spec/support/sdam/rs/set_version_without_electionid.yml
mongo-2.5.2 spec/support/sdam/rs/set_version_without_electionid.yml
tdiary-5.0.8 vendor/bundle/gems/mongo-2.5.1/spec/support/sdam/rs/set_version_without_electionid.yml
mongo-2.5.1 spec/support/sdam/rs/set_version_without_electionid.yml
mongo-2.5.0 spec/support/sdam/rs/set_version_without_electionid.yml
mongo-2.5.0.beta spec/support/sdam/rs/set_version_without_electionid.yml
mongo-2.4.3 spec/support/sdam/rs/setversion_without_electionid.yml
mongo-2.4.3 spec/support/sdam/rs/set_version_without_electionid.yml
tdiary-5.0.5 vendor/bundle/gems/mongo-2.4.2/spec/support/sdam/rs/setversion_without_electionid.yml
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/mongo-2.4.1/spec/support/sdam/rs/setversion_without_electionid.yml
tdiary-5.0.5 vendor/bundle/gems/mongo-2.4.1/spec/support/sdam/rs/set_version_without_electionid.yml
tdiary-5.0.5 vendor/bundle/gems/mongo-2.4.1/spec/support/sdam/rs/setversion_without_electionid.yml
tdiary-5.0.5 vendor/bundle/gems/mongo-2.4.2/spec/support/sdam/rs/set_version_without_electionid.yml
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/mongo-2.4.1/spec/support/sdam/rs/set_version_without_electionid.yml
mongo-2.4.2 spec/support/sdam/rs/set_version_without_electionid.yml
mongo-2.4.2 spec/support/sdam/rs/setversion_without_electionid.yml