prometheus / compliance

A set of tests to check compliance with various Prometheus interfaces
Apache License 2.0
127 stars 44 forks source link

Allow querying for negative offsets #82

Closed juliusv closed 2 years ago

juliusv commented 2 years ago

Prometheus 2.33 started to allow negative offsets, so we need to mark queries with negative offsets as valid now.

Signed-off-by: Julius Volz julius.volz@gmail.com

juliusv commented 2 years ago

Merging this as it's currently breaking people trying to compare against current Prometheus servers.