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

Fixed cluster-specific tests #779

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Commits on Jul 29, 2022

  1. fix(test): Fixed test TestCleanupOutdatedMetrics.

    There was double adding data to DB, because nested Convey run twice (example in docs https://github.com/smartystreets/goconvey/blob/master/convey/isolated_execution_test.go#L51). Fixed it by moving code block outside.
    Dimedrolity committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    779d5b9 View commit details
    Browse the repository at this point in the history
  2. fix(test): Fixed cluster-specific test TestRemoveAllMetrics.

    In case of Redis cluster, keys are distributed by nodes, so need to count keys from all masters. Added keys counting for all master nodes of cluster.
    Dimedrolity committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    7f1b48d View commit details
    Browse the repository at this point in the history
  3. fix(test): Fixed cluster-specific test TestRemoveMetricsByPrefix.

    In case of Redis cluster, keys are distributed by nodes, so need to count keys from all masters. Added keys counting for all master nodes of cluster.
    Dimedrolity committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    18f1c59 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    59349a8 View commit details
    Browse the repository at this point in the history