summaryrefslogtreecommitdiff
path: root/integrationtests-old/dmap1d.csv.query.expected
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-24 18:29:13 +0300
committerPaul Buetow <paul@buetow.org>2025-06-24 18:29:13 +0300
commit61b2a90aefee82da19ea5b388fb6112760833d97 (patch)
treeb53b04f296434afc9a71d5702363b6532d73f85c /integrationtests-old/dmap1d.csv.query.expected
parentd32f586ad7340db2b108702b69201733c2ce099f (diff)
Fix dcat tests for server mode and --plain flag handling
- Update dcat tests to use comma-separated file lists in server mode - Fix basehandler.go to properly respect --plain flag for server messages - Skip empty server messages when in plain mode - Add separate expected output file for TestDCatColors server mode - All dcat integration tests now pass in both serverless and server modes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'integrationtests-old/dmap1d.csv.query.expected')
-rw-r--r--integrationtests-old/dmap1d.csv.query.expected1
1 files changed, 1 insertions, 0 deletions
diff --git a/integrationtests-old/dmap1d.csv.query.expected b/integrationtests-old/dmap1d.csv.query.expected
new file mode 100644
index 0000000..67773b2
--- /dev/null
+++ b/integrationtests-old/dmap1d.csv.query.expected
@@ -0,0 +1 @@
+from STATS select $mask,$md5,$foo,$bar,$baz,last($time), set $mask = maskdigits($time), $md5 = md5sum($time), $foo = 42, $bar = "baz", $baz = $time group by $hostname outfile dmap1d.csv.tmp \ No newline at end of file