From f44792c9102488774c9993b080f35c65287a64b1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 10 Oct 2021 14:02:12 +0300 Subject: add another dmap test - reading 100 source files at once fix a data race when reading multiple files on one server from the same session at once --- integrationtests/dmap3.csv.query.expected | 1 + 1 file changed, 1 insertion(+) create mode 100644 integrationtests/dmap3.csv.query.expected (limited to 'integrationtests/dmap3.csv.query.expected') diff --git a/integrationtests/dmap3.csv.query.expected b/integrationtests/dmap3.csv.query.expected new file mode 100644 index 0000000..c0031af --- /dev/null +++ b/integrationtests/dmap3.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 dmap3.csv.tmp \ No newline at end of file -- cgit v1.2.3