summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--integrationtests/dmap_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/integrationtests/dmap_test.go b/integrationtests/dmap_test.go
index e408b74..4321f70 100644
--- a/integrationtests/dmap_test.go
+++ b/integrationtests/dmap_test.go
@@ -22,6 +22,9 @@ func TestDMap1(t *testing.T) {
"b": "from STATS select count($line),last($time)," +
"avg($goroutines),min(concurrentConnections),max(lifetimeConnections) " +
"group by $hostname where lifetimeConnections >= 3",
+ "c": "from STATS select count($line),last($time)," +
+ "avg($goroutines),min(concurrentConnections),max(lifetimeConnections) " +
+ "group by $hostname where $time eq \"20211002-071949\"",
}
for subtestName, query := range testTable {