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

Ensure gRPC unit test subclasses are properly invoking parents setUp/tearDown

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Networking & Observability

      clang-tidy recently flagged that some subclasses were calling their grandparents setup/teardown methods rather than their parents, so these calls were removed. We should also ensure that the direct parents implementations are called, or if they shouldn't be, consider not using a class hierarchy for those fixtures.

      context: https://github.com/10gen/mongo/pull/31428#discussion_r1930997561

            Assignee:
            Unassigned Unassigned
            Reporter:
            patrick.freed@mongodb.com Patrick Freed
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: