-
Notifications
You must be signed in to change notification settings - Fork 544
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MQE: Add tests for various mixed data and edge cases (#9281)
* Move RequireEqualResults and export for other tests to use * Expand RequireEqualResults to check histogram floats * Add test to check various edge cases * Return nil values where promql does * Add some extra time combinations * Add test for combinations * Fix comment after reordering * Test different size buckets * Simplify span matching * Return nil when query has no results * Simplify combinations helper * Move MetricsNames to types package * Also check range vectors and rate function * Temporarily work around different annotations * Update CHANGELOG * Fix linting * Add a few extra combinations * stash * Address review feedback * Create testutils package * Actually add files * Move metric names back * Add comment
- Loading branch information
Showing
6 changed files
with
390 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.