Skip to content

Support customization of replica set configuration #244

@jyemin

Description

@jyemin

I'd like to be able to set writeConcernMajorityJournalDefault so that I can run a replica set with members that use the inMemory storage engine and still execute tests that use "majority" write concern. Currently there is no way to set this option.

Shane suggested a hack of adding

config['writeConcernMajorityJournalDefault'] = False

to https://github.com/10gen/mongo-orchestration/blob/master/mongo_orchestration/replica_sets.py#L174, which is my current workaround.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions