Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-93124

Do not expect only one connection on aggregation_currentop.js test

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Query Execution
    • Query Execution

      aggregation_currentop.js verifies the number of connections active in the cluster at a certain point, however, some internal thread (like the one added by SERVER-74107) might be running at that point, causing failures in the test. If we add any feature in the future that does some similar work to the one in SERVER-74107, we'll start having failures in this test. We should change it in a way we don't expect a fixed number of connections, we could for example, find a way to filter out connections that comes from internal operations.

            Assignee:
            Unassigned Unassigned
            Reporter:
            marcos.grillo@mongodb.com Marcos José Grillo Ramirez
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: