From 534418b298341df1585018b59d576191ed35dd93 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 8 Dec 2021 10:30:42 +0000 Subject: add missing dmap test file --- integrationtests/dmap1c.csv.expected | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 integrationtests/dmap1c.csv.expected (limited to 'integrationtests/dmap1c.csv.expected') diff --git a/integrationtests/dmap1c.csv.expected b/integrationtests/dmap1c.csv.expected new file mode 100644 index 0000000..c51d408 --- /dev/null +++ b/integrationtests/dmap1c.csv.expected @@ -0,0 +1,2 @@ +count($line),last($time),avg($goroutines),min(concurrentconnections),max(lifetimeconnections) +1,20211002-071949,15.000000,0.000000,6.000000 -- cgit v1.2.3 From a44a29ffe558591b2f1e081fedaee2b88f40923f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 21 Dec 2021 15:14:02 +0000 Subject: adjust integration tests to reflect the last datetime string change --- integrationtests/dmap1c.csv.expected | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integrationtests/dmap1c.csv.expected') diff --git a/integrationtests/dmap1c.csv.expected b/integrationtests/dmap1c.csv.expected index c51d408..7e232ae 100644 --- a/integrationtests/dmap1c.csv.expected +++ b/integrationtests/dmap1c.csv.expected @@ -1,2 +1,2 @@ count($line),last($time),avg($goroutines),min(concurrentconnections),max(lifetimeconnections) -1,20211002-071949,15.000000,0.000000,6.000000 +1,1002-071949,15.000000,0.000000,6.000000 -- cgit v1.2.3