Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-1480

'Should handle Error thrown during operation' in error_tests.js should handle exception

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Trivial - P5 Trivial - P5
    • 3.3.0
    • Affects Version/s: Not Applicable
    • Component/s: Native
    • Labels:
      None

      This test listens for an uncaughtException:

      process.once('uncaughtException', function() {
        client.close();
        done();
      });

      This is probably incorrect so we should figure out what this test is doing.

            Assignee:
            sam.pal@mongodb.com Samiksha Pal (Inactive)
            Reporter:
            katherine.walker@mongodb.com Katherine Walker (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: