From 61b2a90aefee82da19ea5b388fb6112760833d97 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 24 Jun 2025 18:29:13 +0300 Subject: Fix dcat tests for server mode and --plain flag handling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- integrationtests-old/dserver2.csv.expected | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 integrationtests-old/dserver2.csv.expected (limited to 'integrationtests-old/dserver2.csv.expected') diff --git a/integrationtests-old/dserver2.csv.expected b/integrationtests-old/dserver2.csv.expected new file mode 100644 index 0000000..9465e89 --- /dev/null +++ b/integrationtests-old/dserver2.csv.expected @@ -0,0 +1,2 @@ +last($line),max(foo),min(bar) +INFO|19801011-424242|1|dserver_test.go|1|1|1|1.0|1m|MAPREDUCE:INTEGRATIONTEST|foo=1|bar=42,1.000000,42.000000 -- cgit v1.2.3