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

parseGrace (flaky) test failure on Z with RHEL 7.2

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.3.12, 3.3.14
    • Affects Version/s: None
    • Component/s: mongoimport
    • Labels:
      None
    • Platforms 2016-08-26
    • Not Needed

      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().

        1. log.txt
          124 kB

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

              Created:
              Updated:
              Resolved: