Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-42711

PyMongo's retryable reads spec tests causes server 4.0 to segfault with MMAPv1

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: Major - P3 Major - P3
    • None
    • 4.0.11
    • None
    • None
    • ALL
    • Hide
      • Spin up a replica set with 2 replicas and 1 arbiter running MongoDB 4.0.11 on the MMAPv1 storage engine with test commands enabled. mlaunch command used was:

      $ mlaunch init --replicaset --name repl0 --nodes 2 --arbiter --binarypath $MONGODB_4011_BIN --port 27017 --hostname localhost --setParameter enableTestCommands=1 --storageEngine mmapv1
      

      • Clone the following PyMongo branch:

      $ git clone --branch PYTHON-1934/retryWrites-with-MMAPv1-raises-actionable-error https://github.com/prashantmital/mongo-python-driver.git
      

      • Run the retryable reads tests:

      $ python setup.py test -s test.test_retryable_reads
      

      Show
      Spin up a replica set with 2 replicas and 1 arbiter running MongoDB 4.0.11 on the MMAPv1 storage engine with test commands enabled. mlaunch command used was: $ mlaunch init --replicaset --name repl0 --nodes 2 --arbiter --binarypath $MONGODB_4011_BIN --port 27017 -- hostname localhost --setParameter enableTestCommands=1 --storageEngine mmapv1 Clone the following PyMongo branch: $ git clone --branch PYTHON-1934 /retryWrites-with-MMAPv1-raises-actionable-error https: //github .com /prashantmital/mongo-python-driver .git Run the retryable reads tests: $ python setup.py test -s test .test_retryable_reads
    • Execution Team 2019-08-26

    Description

      The issue can be observed when running PyMongo's test-suite on server version 4.0.11 with 2 replicas and 1 arbiter using the MMAPv1 storage engine. I have been able to reproduce this on OSX.

      Attachments

        Activity

          People

            daniel.gottlieb@mongodb.com Daniel Gottlieb (Inactive)
            prashant.mital Prashant Mital (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: