Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-3183

Timeout in connection when running test in parallel

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major - P3 Major - P3
    • None
    • 2.11.0
    • Connectivity
    • None

    Description

      This error has the same effect of CSHARP-2067.

      To reproduce it just try to run mongo test for library https://github.com/ProximoSrl/NStore to make tests run I needed to disable parallelism with

      [assembly: CollectionBehavior(DisableTestParallelization = true)]

      If you execute tests in parallel, all tests failes due to timeout in connection, if you execute them sequentially or one by one everything is ok, so I suspect that there is some deadlock in how the driver connect to the server.

      Attachments

        Activity

          People

            dmitry.lukyanov@mongodb.com Dmitry Lukyanov (Inactive)
            alkampfer@nablasoft.com Gian Maria Ricci
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: