Fix signal_handlers_asynchronous_test ServiceContext data race

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Server Programmability
    • Fully Compatible
    • ALL
    • Programmability 2024-10-14, Programmability 2024-10-28
    • 200
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The signal handling thread calls into the global service context getters. On test destruction, we also destruct the global service context, and therefore there's a race. To fix this, we could do something like run the test in a DEATH_TEST and terminate when the test is done.

            Assignee:
            Ryan Berryhill
            Reporter:
            Alex Li
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: