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

Add a non-deterministic variant for `ThreadPoolTaskExecutor` tests

    • Service Arch

      Add a new variant to ThreadPoolTaskExecutor tests, similar to ThreadPoolExecutorCommonTests, that uses a non-synchronized mocked NetworkInterface to allow races to occur in our testing environment.

      Existing tests use NetworkInterfaceMockinterface, which synchronizes with the executor threads for deterministic execution of tests:

      The thread acting as the "network" and the executor run thread are highly synchronized by this code, allowing for deterministic control of operation interleaving.

      This synchronization does not allow data-races to show up in our testing environment, in particular under TSAN variants.

            Assignee:
            backlog-server-servicearch [DO NOT USE] Backlog - Service Architecture
            Reporter:
            amirsaman.memaripour@mongodb.com Amirsaman Memaripour
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: