|
@@ -52,5 +52,20 @@ match(count, 1, "prom.0.2", 2880, "prom.0.8", 23040, "prom.0.11", 8)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+select count(*),count(prom) as promcount,prom.time('2024-01-03 00:00:00', '2024-01-08 00:00:00').find(name='test1').unit('sum','1d')
|
|
|
|
|
+FROM (
|
|
|
|
|
+SELECT id,prom.time('2024-01-02 00:00:00', '2024-01-10 00:00:00') FROM /test/bucketpromdb
|
|
|
|
|
+)
|
|
|
|
|
+group by prom
|
|
|
|
|
+/**
|
|
|
|
|
+timeout(60m)
|
|
|
|
|
+output()
|
|
|
|
|
+match(count,1,promcount,1,"prom.len",5)
|
|
|
|
|
+match(count,3,promcount,3,"prom.len",0)
|
|
|
|
|
+**/
|
|
|
|
|
+;
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|