summaryrefslogtreecommitdiff
path: root/integrationtests/dmap4_query1.csv.expected
AgeCommit message (Collapse)Author
2025-06-25fix: Add 2-minute timeout to dmap tests and fix TestDMap5CSV hanging issuePaul Buetow
- Added createTestContextWithTimeout() helper function with 2-minute timeout - Updated all dmap tests to use timeout context instead of context.TODO() - Fixed TestDMap5CSV hanging issue: - Changed input file from non-existent csv_testdata.log to dmap5.csv.in - Removed "from CSVDATA" clause that caused dmap to hang on CSV input - Updated query to match expected transformed query format - Re-added third query to TestDMap4Append as requested - Split TestDMap4Append expected files for each subtest - All dmap tests now pass with proper timeout handling 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>