brainy/tests/unit
David Snelling 8f82a7d966 fix: update remaining UUID validation tests for v5.1.0 stricter validation
Fixed 5 more UUID validation tests (96.6% → 97.0% pass rate):
- get.test.ts: Updated invalid UUID tests to expect errors
- get.test.ts: Fixed very long ID test expectations
- get.test.ts: Fixed special characters and unicode ID tests
- Replaced custom IDs with valid UUID format

Test Results:
- Before: 1015/1051 passing (96.6%), 15 failures
- After: 1020/1051 passing (97.0%), 10 failures

Remaining 10 failures are non-critical edge cases (augmentations, custom IDs).
All critical systems passing: VFS (✓), COW (✓), Core (✓), Batch Ops (✓).
2025-11-02 11:44:32 -08:00
..
augmentations feat: add distributed architecture with sharding and coordination 2025-09-22 15:45:35 -07:00
brainy fix: update remaining UUID validation tests for v5.1.0 stricter validation 2025-11-02 11:44:32 -08:00
import feat: implement progressive flush intervals for streaming imports 2025-10-22 17:36:27 -07:00
neural fix: resolve 13 neural test failures (C++ regex, location patterns, test assertions) 2025-10-30 15:46:22 -07:00
storage fix: critical bug fixes for v5.1.0 release 2025-11-02 11:26:13 -08:00
types feat(types): Phase 0 - Type System Foundation for billion-scale optimization 2025-10-15 12:26:25 -07:00
utils feat(metadata): Phase 1b - TypeFirstMetadataIndex with fixed-size type tracking 2025-10-15 13:52:21 -07:00
brainy-core.unit.test.ts fix: update tests for v5.1.0 API changes (VFS auto-init + property access) 2025-11-02 11:38:12 -08:00
create-entities-default.test.ts fix: createEntities defaults to true, enable AI features by default 2025-10-23 16:54:40 -07:00
fieldTypeInference.test.ts feat: production-ready value-based temporal field detection 2025-10-16 13:58:57 -07:00
type-filtering.unit.test.ts fix: update tests for v5.1.0 API changes (VFS auto-init + property access) 2025-11-02 11:38:12 -08:00
type-matching.unit.test.ts test: adjust type-matching tests for real embeddings (v3.33.0) 2025-10-09 18:32:14 -07:00
workshop-vfs-diagnostic.test.ts fix: update tests for v5.1.0 API changes (VFS auto-init + property access) 2025-11-02 11:38:12 -08:00