GitNexus/gitnexus/test
Copilot 16067f882f
fix: prevent premature pool resolution in worker split-and-retry path (#1321)
* Initial plan

* fix: prevent premature pool resolution in worker split-and-retry path

Move `activeWorkers--` from before `await replaceWorker()` to after it.
This prevents `maybeDone()` from seeing `activeWorkers === 0` during the
async gap when another worker finishes and picks up the split jobs.

Agent-Logs-Url: https://github.com/abhigyanpatwari/GitNexus/sessions/b65de19d-44ad-4e43-aeb8-4464c8995524

Co-authored-by: magyargergo <11230420+magyargergo@users.noreply.github.com>

* fix: revert unrelated package-lock change and improve test comment

Agent-Logs-Url: https://github.com/abhigyanpatwari/GitNexus/sessions/b65de19d-44ad-4e43-aeb8-4464c8995524

Co-authored-by: magyargergo <11230420+magyargergo@users.noreply.github.com>

* fix: guard replaceWorker() failure path to prevent pool hang

Wrap `await replaceWorker()` in try/catch so that if worker thread
creation fails, activeWorkers is decremented and fail() is called
rather than leaving the count inflated and the pool hanging.

Agent-Logs-Url: https://github.com/abhigyanpatwari/GitNexus/sessions/6bbcf4f4-106d-4120-9a29-e90b9b34640b

Co-authored-by: magyargergo <11230420+magyargergo@users.noreply.github.com>

* fix: address review findings - prettier format, test timer stability, ASCII comments

- Run prettier to fix CI quality/format failure (the try/catch block formatting)
- Increase regression test idle timeout from 150ms to 300ms for CI stability
- Add explicit 15s per-test timeout to prevent hanging on slow runners
- Replace box-drawing U+2500 comment separators with ASCII hyphens

Agent-Logs-Url: https://github.com/abhigyanpatwari/GitNexus/sessions/66404b55-f6a6-4b0e-9f07-34f0ceaba4be

Co-authored-by: magyargergo <11230420+magyargergo@users.noreply.github.com>

* Apply suggestion from @magyargergo

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: magyargergo <11230420+magyargergo@users.noreply.github.com>
Co-authored-by: Gergő Magyar <gergomagyar@icloud.com>
2026-05-04 12:59:35 +01:00
..
fixtures feat(go): implement scope resolution hooks for Go language support (#1302) 2026-05-04 07:29:11 +01:00
helpers fix(deps): upgrade @ladybugdb/core to 0.16.0 to resolve native segfaults (#1235) 2026-04-30 17:40:39 +01:00
integration fix: prevent premature pool resolution in worker split-and-retry path (#1321) 2026-05-04 12:59:35 +01:00
unit fix(server): close js/path-injection cluster — /api/file + docker-server.mjs (U2) (#1322) 2026-05-04 12:28:02 +01:00
utils ci: add macOS to cross-platform test matrix (#208) 2026-03-07 10:38:32 +00:00