Uploaded image for project: 'MongoDB Shell'
  1. MongoDB Shell
  2. MONGOSH-772

CTRL-C does not work as expected with --nodb

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Critical - P2 Critical - P2
    • 0.13.2
    • Affects Version/s: None
    • Component/s: CLI Module
    • Labels:
      None
    • Not Needed
    • Iteration Chicago

      Problem Description

      1. Start mongosh with the --nodb flag.
      2. Run
        for(i=0;i<1000;i++) {printjson(i);sleep(50)}

        and hit CTRL-C

      Expected: The execution is interrupted.
      Actual: The execution continues.

            Assignee:
            michael.rose@mongodb.com Michael Rose (Inactive)
            Reporter:
            michael.rose@mongodb.com Michael Rose (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: