Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some tests to verify Redis DB configuration #12877

Merged
merged 3 commits into from
May 30, 2024

Commits on May 16, 2024

  1. Add test to verify that the redis DB is not being saved to disk

    Add a test script to check that the redis config for the save setting is
    correct. This can be extended to check for other config options.
    
    Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
    saiarcot895 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    47fe22a View commit details
    Browse the repository at this point in the history
  2. Fix precommit errors

    Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
    saiarcot895 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c46f3e4 View commit details
    Browse the repository at this point in the history
  3. Add checks for database count and unixsocket

    Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
    saiarcot895 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ffe740c View commit details
    Browse the repository at this point in the history