GitNexus/gitnexus/test
abhigyantrumio 7126e67d1a fix(sync): retain ENTRY_POINT_OF/IMPORTS for streamed emit, adapt pool tests to aptos floor
Two cross-branch integrations the ubuntu CI shard caught on the sync PR:

- graph-emit-sink.ts: the merged tree adds two mid-pipeline relationship
  readers main's streamed emit (#2680) predates - process-processor's
  collectExplicitEntryPointIds (ENTRY_POINT_OF, written pre-parse by the
  Move standalone ingest) and move-linker's file-import linking (IMPORTS).
  Both types join RETAINED_REL_TYPES so armed streaming never diverts
  edges their readers need; the read-site audit test now passes.
- lbug-config-wal.test.ts: the #2631 page-size scaling tests encode
  main's 256 MiB ADAPTIVE_POOL_FLOOR. main-aptos deliberately floors at
  512 MiB (Move node tables OOM a 256 MiB pool during COPY), so the
  expectations move to the 512 MiB base and the estimate cases use 150k
  elements so the estimate still clears the larger floor.
- stream-graph-emit-config.test.ts: the read-site audit shelled out to
  grep with a URL.pathname path - broken twice over on Windows. Replaced
  with an in-process recursive scan; same literals, same exemptions.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-26 05:20:51 +05:30
..
fixtures Merge main into main-aptos (schema v16) 2026-07-26 04:59:44 +05:30
helpers refactor(move): simplify & harden the Move integration architecture (reduced scope) 2026-07-24 18:58:03 +02:00
integration Merge main into main-aptos (schema v16) 2026-07-26 04:59:44 +05:30
unit fix(sync): retain ENTRY_POINT_OF/IMPORTS for streamed emit, adapt pool tests to aptos floor 2026-07-26 05:20:51 +05:30
utils fix(hook): emit MCP query hint when server owns DB lock (#2396) (#2397) 2026-07-08 18:34:05 +01:00