Uploaded image for project: 'MongoDB Database Tools'
  1. MongoDB Database Tools
  2. TOOLS-1379

parseGrace (flaky) test failure on Z with RHEL 7.2

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • 3.3.12, 3.3.14
    • None
    • mongoimport
    • None
    • Platforms 2016-08-26
    • Not Needed

    Description

      Looks like the mongo shell calls drop until a check that db.coll.count() == 0, but that check is succeeding when in fact the count is 1. I have only been able to reproduce this bug on RHEL 7.2 on Z. It seems like the connection made by mongoimport is still active (and not all its ops are finished) after the mongo shell received its status code and and even after the database is dropped by the shell. The leftover insert op from mongoimport seems to be happening after the drop and the db.coll.count().

      Attachments

        1. log.txt
          124 kB

        Activity

          People

            lucas.morales Lucas Morales
            lucas.morales Lucas Morales
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: