periodic_runner_impl_test should manually call tearDown

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 3.6.8, 4.0.3, 4.1.3
    • Affects Version/s: None
    • Component/s: Internal Code
    • None
    • Fully Compatible
    • ALL
    • v4.0, v3.6
    • Platforms 2018-08-27, Platforms 2018-09-10
    • 22
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      The periodic_runner_impl_test holds references to stack allocated condvars in every one of its tests. All of them have a chance to data race (destruction and job invocation, or the end of job invocation).

      Manually calling tearDown in all cases fixes those races

            Assignee:
            Mira Carey
            Reporter:
            Mira Carey
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: