From e085a61ca70932a3670381e2d6b5919e9108441d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 14 Mar 2022 16:31:19 +0000 Subject: add integration test for "outfile append.." --- integrationtests/dmap4.csv.query.expected | 1 + 1 file changed, 1 insertion(+) create mode 100644 integrationtests/dmap4.csv.query.expected (limited to 'integrationtests/dmap4.csv.query.expected') diff --git a/integrationtests/dmap4.csv.query.expected b/integrationtests/dmap4.csv.query.expected new file mode 100644 index 0000000..84b37e3 --- /dev/null +++ b/integrationtests/dmap4.csv.query.expected @@ -0,0 +1 @@ +from STATS select count($time),$time,max($goroutines),avg($goroutines),min($goroutines) group by $time order by count($time) outfile append dmap4.csv.tmp \ No newline at end of file -- cgit v1.2.3