Commit d9e86ff
test(e2e): add long-text and provider-limit tests; isolate curl configure
Add four e2e tests covering long-text behaviour and provider boundaries:
- memory_add_long_text_chunking + memory_search_long_text_sections:
structural and retrieval coverage for multi-chunk inputs.
- memory_search_under_token_limit (~5KB, single chunk; passes) and
memory_search_truncation_signature / _near_model_context (~10KB /
~19.5KB, rejected by provider): document vectors.space's 1024-token
batch ceiling.
Also: RUN_TEST no longer prints PASSED after a test fails, and Makefile
strips LDFLAGS/CPPFLAGS/CFLAGS/LIBS from curl's ./configure so rebuilds
work in shells with Homebrew-style env exports.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 24c7454 commit d9e86ff
2 files changed
Lines changed: 759 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
564 | | - | |
| 564 | + | |
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
| |||
0 commit comments