Skip to content
Snippets Groups Projects
Commit b7abb6ba authored by Maaz Ahmed's avatar Maaz Ahmed
Browse files

test: integration tests for label_set and timestamp

parent 08c704e1
No related branches found
No related tags found
1 merge request!25Resolve "Add support for more features in query builder API"
Pipeline #14882 passed with stages
in 1 minute and 57 seconds
......@@ -83,7 +83,8 @@ rollup_tests!(
stddev_over_time,
stdvar_over_time,
present_over_time,
last_over_time
last_over_time,
timestamp
);
#[tokio::test]
......@@ -108,6 +109,7 @@ async fn mql_label_map() {
#[cfg(feature = "metricsql")]
label_tests!(
mql_label_set,
mql_sort_by_label,
mql_sort_by_label_desc,
mql_sort_by_label_numeric,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment