This repository has been archived on 2026-09-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
open-brainy/tests/unit
David Snelling aac853d3e8 fix(release): wall-entry commits under an explicit git identity
git commit in the cache clone relied on ambient user.name/user.email,
which the box has neither globally nor per-repo — every push-side test
failed there with "unable to auto-detect email address" while passing
on a laptop with a global identity configured.

Resolve the identity from the repository the rail is actually running
in (process.cwd(), the developer's own checkout release.sh invokes
this from) and pass it explicitly via -c user.name/-c user.email on
the commit; refuse by name if neither is set. Give the test fixtures a
repo-local identity the same way seedRemote already does for the seed
clone, so the suite is deterministic on any host.
2026-09-03 10:57:03 -07:00
..
aggregation fix(aggregation): the lifecycle cluster — flush stamps, behind-stamp catches up incrementally, the native rebuild finally gets invoked, deletes are never silently skipped 2026-08-05 15:49:12 -07:00
brainy test(hygiene): close every brain the remaining suites create 2026-09-03 09:18:57 -07:00
db fix(generation-store): commitTransaction refuses while single-ops are pending — the order invariant is enforced, not assumed 2026-09-02 10:55:40 -07:00
graph test(hygiene): close every brain the unit suite creates 2026-09-03 09:06:10 -07:00
hnsw feat(index): watermark stamps on every TS projection — adopt/catchup/rescan verdicts at load, stamp-after-data 2026-08-10 10:55:11 -07:00
import refactor(8.0): remove dead, unreachable, and unwired modules 2026-06-24 15:18:40 -07:00
indexes/columnStore fix(index): a field holds every value kind it was written with, not the first one 2026-09-03 09:07:43 -07:00
neural test(hygiene): close every brain the unit suite creates 2026-09-03 09:06:10 -07:00
performance feat(8.0): zero-config finalize + cut JS quantization (config.vector = recall + persistMode) 2026-06-15 10:08:51 -07:00
plugin feat(plugin): every provider write surface carries the real committed generation 2026-08-10 09:29:06 -07:00
release fix(release): wall-entry commits under an explicit git identity 2026-09-03 10:57:03 -07:00
reprojection feat(reprojection): the one doors-open machinery — budget-capped, yielding, foreground-preempted, atomic-swap; poison records quarantine typed 2026-08-10 11:39:27 -07:00
storage test(hygiene): close every brain the unit suite creates 2026-09-03 09:06:10 -07:00
transaction fix: transaction timeouts are a typed no-hot-retry contract; engine-side non-retry pinned; dead transaction path removed 2026-07-24 16:01:41 -07:00
types feat(namespace): NO SPECIAL NAMES + storage fidelity — the ruled completion of the field-addressing law 2026-08-03 16:59:32 -07:00
universal feat(8.0): id-normalization (#18) + aggregation min/max delete-safety + RC-safe release 2026-06-20 14:46:40 -07:00
utils test(hygiene): close every brain the unit suite creates 2026-09-03 09:06:10 -07:00
vfs feat(8.0): API simplification — remove neural()/Db.search, one storage path key, integration→0 2026-06-20 13:31:11 -07:00
boundary-no-native.test.ts refactor(8.0): API-surface + quality polish from the readiness audit 2026-06-29 10:04:19 -07:00
brainy-core.unit.test.ts test(hygiene): close every brain the unit suite creates 2026-09-03 09:06:10 -07:00
brainy-get-optimization.test.ts feat(8.0)!: flip requireSubtype default to true (BRAINY-8.0-SUBTYPE-CONTRACT § C-1) 2026-06-09 14:58:25 -07:00
cold-open-rebuild-gate.test.ts fix: cold-open no longer re-derives durable indexes — complete the readiness contract for all three providers 2026-07-07 10:39:00 -07:00
create-entities-default.test.ts feat(8.0): API simplification — remove neural()/Db.search, one storage path key, integration→0 2026-06-20 13:31:11 -07:00
fieldTypeInference.test.ts feat: production-ready value-based temporal field detection 2025-10-16 13:58:57 -07:00
get-index-status-readiness.test.ts test(hygiene): close every brain the unit suite creates 2026-09-03 09:06:10 -07:00
metadata-cold-read-guard.test.ts test(hygiene): close every brain the unit suite creates 2026-09-03 09:06:10 -07:00
migration-lock.test.ts test(hygiene): close every brain the unit suite creates 2026-09-03 09:06:10 -07:00
plugin-activation-loudness.test.ts fix(plugins): the silent-degrade doors close — a broken accelerator install can never read as absent 2026-08-25 10:01:56 -07:00
plugin-autodetect.test.ts test(hygiene): close every brain the remaining suites create 2026-09-03 09:18:57 -07:00
plugin-version-coupling.test.ts test(hygiene): close two more brains found by a broadened rescan 2026-09-03 09:32:17 -07:00
plugin.test.ts test(hygiene): close every brain the remaining suites create 2026-09-03 09:18:57 -07:00
process-exit-sweep.test.ts fix: no script shape can hang on brainy's internals — unref every maintenance timer + one-shot beforeExit 2026-07-02 17:26:22 -07:00
shutdown-hooks-lifecycle.test.ts fix: a bare script now exits cleanly after close() — release every process keep-alive 2026-07-02 16:39:16 -07:00
test-suite-coverage-guard.test.ts test(gate): the coverage guard counts the perf lane's config as a gate 2026-09-02 11:47:05 -07:00
type-filtering.unit.test.ts test(hygiene): close every brain the unit suite creates 2026-09-03 09:06:10 -07:00
validate-invariants-delegation.test.ts test(hygiene): close every brain the unit suite creates 2026-09-03 09:06:10 -07:00
vector-cold-read-guard.test.ts test(hygiene): close every brain the unit suite creates 2026-09-03 09:06:10 -07:00
vfs-multi-instance-diagnostic.test.ts test(hygiene): close every brain the unit suite creates 2026-09-03 09:06:10 -07:00
vfs-readdir-recursive.test.ts feat(vfs): implement readdir's recursive option — typed since 7.30, never read 2026-08-25 10:10:01 -07:00
vfs-restart-fix.test.ts feat(8.0): API simplification — remove neural()/Db.search, one storage path key, integration→0 2026-06-20 13:31:11 -07:00
where-operator-validation.test.ts fix: validate where-operators and align the in-memory matcher to the documented set 2026-07-07 12:23:36 -07:00