|
|
@@ -16,7 +16,7 @@ SELECT id,prom.time('2024-01-02 00:00:00', '2024-01-10 00:00:00').find(name='tes
|
|
|
/**
|
|
|
timeout(60m)
|
|
|
output()
|
|
|
-todomatch(id, 3, prom, null)
|
|
|
+todomatch(count, 3, prom, null)
|
|
|
match(count, 3)
|
|
|
match(count, 1, "prom.0.2", 2880, "prom.0.8", 23040, "prom.0.11", 8)
|
|
|
**/
|
|
|
@@ -29,9 +29,9 @@ SELECT id,prom.time('2024-01-02 00:00:00', '2024-01-10 00:00:00').find(name='tes
|
|
|
/**
|
|
|
timeout(60m)
|
|
|
output()
|
|
|
-todomatch(id, 3, prom, null)
|
|
|
-match(id, 3)
|
|
|
-match(id, 1, "prom.0.2", 2880, "prom.7.2", 2880)
|
|
|
+todomatch(count, 3, prom, null)
|
|
|
+match(count, 3)
|
|
|
+match(count, 1, "prom.0.2", 2880, "prom.7.2", 2880)
|
|
|
**/
|
|
|
;
|
|
|
|