Frontmatter
| id | 9992 |
| title | Refactor Test Gap Detection Logic in DreamService |
| state | Closed |
| labels | bugaineeds-re-triage |
| assignees | [] |
| createdAt | Apr 14, 2026, 10:19 AM |
| updatedAt | 3:19 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9992 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| contentTrust | |
| projected | |
| quarantined | 0 |
| signals | [] |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 6, 2026, 11:37 PM |
Description
The current test gap detection in
DreamService.mjsattempts to map files/classes to tests via simple string path scanning (testFilePaths.some(p => ...)). This approach is utterly flawed and generates inaccurate test constraint alerts.Objective