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

fix(query engine): Include lines with ts equal to end timestamp of the query range when executing range aggregations #13448

Merged
merged 3 commits into from
Jul 11, 2024

Commits on Jul 9, 2024

  1. fix: Include start timestamp in overlap check

    So that the range is start inclusive and end is exclusive.
    
    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8b7847b View commit details
    Browse the repository at this point in the history
  2. Remove logs instant query tests

    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    56fe6bc View commit details
    Browse the repository at this point in the history
  3. Fix engine test by using query hash instead of serialized params

    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6cb62f2 View commit details
    Browse the repository at this point in the history