Commit Graph

2 Commits

Author SHA1 Message Date
HAL9000 c38ff6bbc4 test(acms): add BDD coverage for 10,000+ file project indexing without timeout 2026-05-01 09:10:48 +00:00
HAL9000 739f7a17ad test(acms): add BDD coverage for 10,000+ file project indexing without timeout
Added a Behave feature file and complete step definitions that validate the
context tier hydrator can index projects with 10,000+ files without timing
out. Covers both the git ls-files (30-second timeout) path and the os.walk
fallback path, as well as binary file filtering and oversized file skipping.

Satisfies the v3.4.0 milestone acceptance criterion: "Projects with 10,000+
files index without timeout."

ISSUES CLOSED: #8726
2026-05-01 09:10:48 +00:00