prometheus/promql/promqltest/testdata
Jan Fajerski b4152309a4 Merge branch 'main' into 3.0-main-sync
Conflicts:
  promql/engine_test.go
    Resolved by picking main changes but adjusting total_samples for
    query "max_over_time(metricWith1HistogramEvery10Seconds[60s])[20s:5s]"
    to 312. Via https://github.com/prometheus/prometheus/pull/13662 this
    histogram now stores 13 values per timestamp, but via
    https://github.com/prometheus/prometheus/pull/13904 the range query
    is now left-open.
  promql/promqltest/testdata/functions.test
    Resolved by picking changes in main. See also
    https://github.com/prometheus/prometheus/pull/13662, but adjust some
    range selectors (`s/1m/2m/`) to account for
    https://github.com/prometheus/prometheus/pull/13904.
  promql/promqltest/testdata/histograms.test
    Resolved by picking changes in main. See also
    https://github.com/prometheus/prometheus/pull/13662, but adjust some
    range selectors (`s/5m/10m/`) to account for
    https://github.com/prometheus/prometheus/pull/13904.

Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
2024-07-03 09:45:25 +02:00
..
aggregators.test Merge branch 'main' into 3.0-main-sync 2024-07-03 09:45:25 +02:00
at_modifier.test make matrix selection and lookback left-open and right-closed 2024-06-20 22:05:40 +08:00
collision.test test: move test files into new promqltest package 2024-05-08 13:42:55 +01:00
functions.test Merge branch 'main' into 3.0-main-sync 2024-07-03 09:45:25 +02:00
histograms.test Merge branch 'main' into 3.0-main-sync 2024-07-03 09:45:25 +02:00
literals.test test: move test files into new promqltest package 2024-05-08 13:42:55 +01:00
native_histograms.test Merge branch 'main' into 3.0-main-sync 2024-07-03 09:45:25 +02:00
operators.test make matrix selection and lookback left-open and right-closed 2024-06-20 22:05:40 +08:00
range_queries.test make matrix selection and lookback left-open and right-closed 2024-06-20 22:05:40 +08:00
selectors.test test: move test files into new promqltest package 2024-05-08 13:42:55 +01:00
staleness.test make matrix selection and lookback left-open and right-closed 2024-06-20 22:05:40 +08:00
subquery.test make matrix selection and lookback left-open and right-closed 2024-06-20 22:05:40 +08:00
trig_functions.test make matrix selection and lookback left-open and right-closed 2024-06-20 22:05:40 +08:00