FABRIC/src
jeda 320a6c2799 feat(bd-1a6): Add comprehensive unit tests for errorGrouping module
Added extensive test coverage for error grouping functionality:

- Error categorization edge cases (syntax priority, case insensitivity)
- Advanced normalization tests (timestamps, hex strings, large numbers, UUIDs)
- Category-specific normalizer tests (network, timeout, resource, validation)
- Error group manager edge cases (trimming, merging, severity boundaries)
- Group management edge cases (rapid concurrent errors, mixed types, unique IDs)
- Statistics edge cases (empty manager, all categories)
- Time-based behavior tests (active/inactive transitions, severity downgrades)

Total: 65 passing tests covering error clustering logic, similarity detection,
group merging, and edge cases with different error patterns.

Co-Authored-By: Claude Worker <noreply@anthropic.com>
2026-03-04 03:50:58 +00:00
..
tui feat(bd-20w): Add unit tests for CollisionAlert component 2026-03-04 03:37:09 +00:00
web feat(bd-qt4): Implement Focus Mode state management 2026-03-04 03:34:09 +00:00
cli.ts feat(bd-1c5): Implement AI session digest generation 2026-03-04 03:28:04 +00:00
crossReferenceManager.ts feat(bd-xig): Implement worker collision detection 2026-03-03 13:50:02 +00:00
dagUtils.ts feat(bd-3sj): P4-002: File Heatmap 2026-03-03 12:11:54 +00:00
errorGrouping.test.ts feat(bd-1a6): Add comprehensive unit tests for errorGrouping module 2026-03-04 03:50:58 +00:00
errorGrouping.ts feat(bd-4jn): P4-004: Smart Error Grouping 2026-03-03 11:53:27 +00:00
fileHeatmap.test.ts feat(bd-3sj): P4-002: File Heatmap 2026-03-03 12:11:54 +00:00
index.ts feat(bd-msa): Implement worker analytics aggregation 2026-03-04 03:46:28 +00:00
parser.test.ts feat(bd-3dz): Add comprehensive unit tests for parser.ts 2026-03-04 03:11:38 +00:00
parser.ts feat: implement Phase 1 core infrastructure for FABRIC 2026-03-03 04:58:42 +00:00
sessionDigest.test.ts feat(bd-1c5): Implement AI session digest generation 2026-03-04 03:28:04 +00:00
sessionDigest.ts feat(bd-1c5): Implement AI session digest generation 2026-03-04 03:28:04 +00:00
store.test.ts feat(bd-mza): P4-002: Implement cross-reference hyperlinking 2026-03-04 03:00:36 +00:00
store.ts feat(bd-msa): Implement worker analytics aggregation 2026-03-04 03:46:28 +00:00
tailer.test.ts feat(bd-2kf): Add comprehensive test coverage for parser and store 2026-03-03 10:43:24 +00:00
tailer.ts feat: implement Phase 1 core infrastructure for FABRIC 2026-03-03 04:58:42 +00:00
types.ts feat(bd-msa): Implement worker analytics aggregation 2026-03-04 03:46:28 +00:00
workerAnalytics.test.ts feat(bd-msa): Implement worker analytics aggregation 2026-03-04 03:46:28 +00:00
workerAnalytics.ts feat(bd-msa): Implement worker analytics aggregation 2026-03-04 03:46:28 +00:00