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

streaming store-gateway: add tests for index cache with query sharding #3728

Merged
merged 6 commits into from
Dec 15, 2022

Commits on Dec 14, 2022

  1. streaming store-gateway: add tests for index cache with query sharding

    Adds tests for when running the streaming implementation wth query
    sharding and index cache. This is a followup of PR 3687
    
    Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
    dimitarvdimitrov committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    a73a5f1 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary short circuit

    Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
    dimitarvdimitrov committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    c92d53d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Remove unnecessary seriesHashCache interface

    Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
    dimitarvdimitrov committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    fd30b11 View commit details
    Browse the repository at this point in the history
  2. Make a note for scope of TestOpenBlockSeriesChunkRefsSetsIterator_Ser…

    …iesCaching
    
    Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
    dimitarvdimitrov committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    af6747a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4497d3e View commit details
    Browse the repository at this point in the history
  4. Pass a single struct to calculate and cache hashes of series

    Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
    dimitarvdimitrov committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    7453753 View commit details
    Browse the repository at this point in the history