summaryrefslogtreecommitdiff
path: root/integrationtests-old
AgeCommit message (Collapse)Author
2025-07-02cleaning up old integration testsPaul Buetow
2025-07-01dont run old tests by defaultPaul Buetow
2025-06-24Fix fmt.Errorf non-constant format string errors in multiple packagesPaul Buetow
- Fixed fmt.Errorf calls in integrationtests/fileutils.go - Fixed fmt.Errorf calls in integrationtests-old/fileutils.go - Fixed fmt.Errorf calls in internal/color/color.go - Fixed t.Errorf call in internal/mapr/logformat/default_test.go All tests now pass with Go 1.24's stricter format string requirements. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-24Fix dcat tests for server mode and --plain flag handlingPaul Buetow
- 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>