Cache clients in unified test runner

XMLWordPrintableJSON

    • 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?
    • None
    • None
    • None
    • None
    • None
    • None

      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:
              Unassigned
              Reporter:
              Noah Stapp
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: