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

Timeout in connection when running test in parallel

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 2.11.0
    • Component/s: Connectivity
    • Labels:
      None

      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.

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

              Created:
              Updated:
              Resolved: