Steve Yegge
fa727c7d73
refactor: Delete 7 redundant tests from main_test.go (3x speedup)
Problem: main_test.go was testing deprecated legacy path after FlushManager
refactoring (bd-52), duplicating coverage from flush_manager_test.go.
Solution: Delete redundant tests, keep only unique integration tests.
Changes:
- Deleted 7 tests (407 lines) covered by flush_manager_test.go:
* TestAutoFlushDirtyMarking → TestFlushManagerMarkDirtyTriggersFlush
* TestAutoFlushDisabled → TestFlushManagerDisabledDoesNotFlush
* TestAutoFlushDebounce (already skipped, obsolete)
* TestAutoFlushClearState (tested implicitly in export/sync)
* TestAutoFlushConcurrency → TestFlushManagerConcurrentMarkDirty
* TestAutoFlushStoreInactive → TestPerformFlushStoreInactive
* TestAutoFlushErrorHandling → TestPerformFlushErrorHandling
- Kept 2 unique integration tests:
* TestAutoFlushOnExit (tests PersistentPostRun)
* TestAutoFlushJSONLContent (tests actual JSONL output)
- Updated clearAutoFlushState() to no-op when FlushManager exists
Results:
- Before: 18 tests, 1079 lines, ~15-20s
- After: 11 tests, 672 lines, ~5-7s
- Speedup: ~3x faster
- All tests passing ✅
Files:
- cmd/bd/main_test.go: Deleted 7 tests, removed unused imports
- cmd/bd/autoflush.go: Updated clearAutoFlushState()
- docs/MAIN_TEST_REFACTOR_NOTES.md: Documented solution
- docs/MAIN_TEST_CLEANUP_PLAN.md: Created detailed plan
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-21 21:29:43 -05:00
..
2025-11-21 20:40:23 -05:00
2025-11-12 10:48:36 -08:00
2025-11-20 22:15:04 -05:00
2025-11-04 00:23:25 -08:00
2025-11-21 21:29:43 -05:00
2025-11-20 21:57:23 -05:00
2025-11-02 10:38:24 -08:00
2025-10-27 20:08:50 -07:00
2025-11-21 19:30:48 -05:00
2025-11-21 19:30:48 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 14:40:22 -05:00
2025-11-21 15:51:07 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 16:13:18 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 19:21:05 -05:00
2025-11-21 15:51:07 -05:00
2025-11-21 20:08:55 -05:00
2025-11-05 20:39:47 -08:00
2025-11-06 20:14:34 -08:00
2025-11-05 21:04:00 -08:00
2025-11-07 21:17:24 -08:00
2025-11-05 10:26:58 -08:00
2025-10-29 22:55:13 -07:00
2025-11-21 19:32:45 -05:00
2025-11-07 21:29:22 -08:00
2025-11-05 20:39:47 -08:00
2025-10-22 13:59:58 -07:00
2025-11-02 22:17:08 -08:00
2025-10-22 13:59:58 -07:00
2025-11-07 18:57:43 -08:00
2025-11-01 19:20:01 -07:00
2025-11-21 14:40:22 -05:00
2025-10-20 21:08:49 -07:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 19:00:36 -05:00
2025-11-21 14:57:01 -05:00
2025-11-21 11:40:37 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 19:32:45 -05:00
2025-11-21 19:32:45 -05:00
2025-11-02 22:17:08 -08:00
2025-11-05 20:39:47 -08:00
2025-11-05 20:39:47 -08:00
2025-11-20 08:13:06 -08:00
2025-10-20 21:08:49 -07:00
2025-11-20 21:57:23 -05:00
2025-10-31 18:40:32 -07:00
2025-11-20 08:13:06 -08:00
2025-11-21 14:40:22 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-15 12:52:34 -08:00
2025-11-21 15:51:07 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-10-26 22:31:24 -07:00
2025-11-20 21:57:23 -05:00
2025-11-18 05:20:11 -05:00
2025-11-21 20:40:18 -05:00
2025-11-21 18:53:34 -05:00
2025-11-21 19:01:42 -05:00
2025-11-21 16:14:30 -05:00
2025-11-20 21:57:23 -05:00
2025-11-05 10:26:58 -08:00
2025-11-20 21:57:23 -05:00
2025-11-21 14:40:22 -05:00
2025-11-07 20:07:59 -08:00
2025-11-20 21:54:11 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 20:08:55 -05:00
2025-11-21 19:30:48 -05:00
2025-11-20 21:38:31 -05:00
2025-11-05 20:39:47 -08:00
2025-11-09 14:53:59 -08:00
2025-11-17 10:06:35 -07:00
2025-11-17 10:12:46 -07:00
2025-10-31 01:07:42 -07:00
2025-11-20 21:57:23 -05:00
2025-10-27 20:00:49 -07:00
2025-11-19 05:06:12 -05:00
2025-11-09 14:53:59 -08:00
2025-11-21 14:40:22 -05:00
2025-11-06 13:01:44 -08:00
2025-11-21 14:40:22 -05:00
2025-11-21 18:53:34 -05:00
2025-11-08 02:28:54 -08:00
2025-11-20 21:57:23 -05:00
2025-11-17 10:12:46 -07:00
2025-11-17 10:06:35 -07:00
2025-11-05 19:04:14 -08:00
2025-11-21 20:40:18 -05:00
2025-11-21 20:40:18 -05:00
2025-11-21 14:40:22 -05:00
2025-11-21 16:11:56 -05:00
2025-11-21 11:40:37 -05:00
2025-11-20 21:57:23 -05:00
2025-10-26 22:31:24 -07:00
2025-11-20 21:57:23 -05:00
2025-11-21 15:51:07 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 21:29:43 -05:00
2025-11-21 19:32:45 -05:00
2025-10-20 21:08:49 -07:00
2025-11-20 21:57:23 -05:00
2025-11-21 19:30:48 -05:00
2025-11-21 20:40:18 -05:00
2025-11-15 12:52:34 -08:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-09 14:53:59 -08:00
2025-11-20 21:57:23 -05:00
2025-11-17 11:32:37 -07:00
2025-11-21 20:52:18 -05:00
2025-10-18 18:21:17 -07:00
2025-11-17 10:12:46 -07:00
2025-11-21 15:51:07 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-10-26 22:31:24 -07:00
2025-11-21 19:01:42 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-10-31 19:44:43 -07:00
2025-11-20 21:57:23 -05:00
2025-11-21 19:32:45 -05:00
2025-11-21 19:32:45 -05:00
2025-11-21 19:32:45 -05:00
2025-11-04 11:25:36 -08:00
2025-11-21 19:30:48 -05:00
2025-11-21 19:30:48 -05:00
2025-11-12 10:48:36 -08:00
2025-11-21 20:08:55 -05:00
2025-10-27 20:38:13 -07:00
2025-11-17 10:12:46 -07:00
2025-11-21 15:51:07 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 18:53:34 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 14:40:22 -05:00
2025-11-20 21:57:23 -05:00
2025-11-02 17:09:39 -08:00
2025-11-21 20:40:18 -05:00
2025-11-03 20:31:11 -08:00
2025-11-03 20:31:11 -08:00
2025-11-03 22:01:37 -08:00
2025-11-20 21:57:23 -05:00
2025-11-04 01:10:18 -08:00
2025-11-21 16:14:30 -05:00
2025-11-20 21:57:23 -05:00
2025-11-05 17:37:53 -08:00
2025-11-20 22:15:04 -05:00
2025-11-08 18:22:28 -08:00
2025-11-05 21:04:00 -08:00