Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-5122

Cache clients in unified test runner

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: None
    • Component/s: None
    • Python Drivers
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

      Context

      Our unified tests each create a client and close it during execution, even when they do not need any unique configuration. With thousands of these tests, we create thousands of clients that could likely be consolidated by caching the last used client and re-using it if no configuration changes are needed.

      Definition of done

      Unified tests should use an existing client if they do not need different configuration.

      Pitfalls

      N/A.

            Assignee:
            noah.stapp@mongodb.com Noah Stapp
            Reporter:
            noah.stapp@mongodb.com Noah Stapp
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: