Frontmatter
| id | 9724 |
| title | Stabilize GraphService Initialization Race conditions and Memory bounds |
| state | Closed |
| labels | bugai |
| assignees | tobiu |
| createdAt | Apr 5, 2026, 11:03 PM |
| updatedAt | Apr 6, 2026, 8:11 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9724 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 6, 2026, 8:11 PM |
Stabilize GraphService Initialization Race conditions and Memory bounds
Closedbugai
Resolves Foreign Key errors hitting
GraphService.initAsyncdue to parallel NodeGraphServicescript evaluations competing forstorageresources inside unit test runners.Also fixes LRU matrix count assertion bugs inside
GraphService.spec.mjstest by establishing safe.db.clear()runtime isolations to guarantee that the RAM footprint bounds remain accurately tested without data leakage.