From e70adfe0d309d511ae7598683003c92795192fe1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 8 Dec 2021 09:52:21 +0000 Subject: refactor dmap1 unit test to be more modular --- integrationtests/dmap1a.csv.query.expected | 1 + 1 file changed, 1 insertion(+) create mode 100644 integrationtests/dmap1a.csv.query.expected (limited to 'integrationtests/dmap1a.csv.query.expected') diff --git a/integrationtests/dmap1a.csv.query.expected b/integrationtests/dmap1a.csv.query.expected new file mode 100644 index 0000000..dcc63ca --- /dev/null +++ b/integrationtests/dmap1a.csv.query.expected @@ -0,0 +1 @@ +from STATS select count($line),last($time),avg($goroutines),min(concurrentConnections),max(lifetimeConnections) group by $hostname outfile dmap1a.csv.tmp \ No newline at end of file -- cgit v1.2.3