From b7abb6baff169878ac744022a7190c072e17a641 Mon Sep 17 00:00:00 2001 From: Maaz Ahmed <maaz.a@subcom.tech> Date: Mon, 8 Jan 2024 14:40:21 +0530 Subject: [PATCH] test: integration tests for label_set and timestamp --- tests/fns.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/fns.rs b/tests/fns.rs index f63681a..c81ceb0 100644 --- a/tests/fns.rs +++ b/tests/fns.rs @@ -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, -- GitLab