| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-25 | Add comprehensive test logging infrastructure to integration tests | Paul Buetow | |
| - 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> | |||
| 2025-06-24 | Fix fmt.Errorf non-constant format string errors in multiple packages | Paul 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> | |||
| 2024-03-29 | lint warnings | Paul Buetow | |
| 2021-10-24 | Integration tests can run concurrently, so we now have unique TCP ports for each | Paul Buetow | |
| 2021-10-15 | refactor | Paul Buetow | |
| 2021-10-13 | backport docs from master | Paul Buetow | |
| 2021-10-11 | refactor | Paul Buetow | |
