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

C++ "death test" unit tests should fork before constructing the test fixture, not after.

    • Fully Compatible
    • ALL
    • v4.0

      The C++ death test implementation on posix systems uses fork to produce a child process in which to run the test that is expected to terminate the process. The current implementation constructs the test fixture and then forks the process. However, this behavior is incorrect, because the test fixture constructor may create threads. The fixture should be constructed in the child process after the call to fork().

            Assignee:
            schwerin@mongodb.com Andy Schwerin
            Reporter:
            schwerin@mongodb.com Andy Schwerin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: