summaryrefslogtreecommitdiff
path: root/integrationtests/dserver2.csv.query.expected
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-25 22:08:34 +0300
committerPaul Buetow <paul@buetow.org>2025-06-25 22:08:34 +0300
commit146ec97a51c1ab7ca96795310de80a0045db2699 (patch)
tree67675b8f4975844744dc24bbcaaebc1c4c1caa9b /integrationtests/dserver2.csv.query.expected
parent07a1147a7291938d2433efda5ecb2855cd1e3f18 (diff)
Add comprehensive test logging infrastructure to integration tests
- Add test logging infrastructure to track command execution and file comparisons - Generate .log files for each test with command history and manual verification commands - Ensure all temporary test files use .tmp suffix for consistency - Clean up .tmp files before each test run (not after) for clean test starts - Update .gitignore to exclude generated test artifacts (.log, .query files) - Fix dserver test configurations to use .tmp suffix for output files - Fix expected test outputs for dgrep context tests This change improves test debugging and verification by providing detailed logs of what each test does and allows manual verification of test results. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'integrationtests/dserver2.csv.query.expected')
-rw-r--r--integrationtests/dserver2.csv.query.expected2
1 files changed, 1 insertions, 1 deletions
diff --git a/integrationtests/dserver2.csv.query.expected b/integrationtests/dserver2.csv.query.expected
index b869e5e..0495aab 100644
--- a/integrationtests/dserver2.csv.query.expected
+++ b/integrationtests/dserver2.csv.query.expected
@@ -1 +1 @@
-from INTEGRATIONTEST select last($line),max(foo),min(bar) group by $hostname interval 1 outfile ./dserver2.csv \ No newline at end of file
+from INTEGRATIONTEST select last($line),max(foo),min(bar) group by $hostname interval 1 outfile ./dserver2.csv.tmp \ No newline at end of file