Description
The concurrent access tests use 8 threads with 50-100 operations each. No long-running stress tests exercise thousands of concurrent connections, sustained high throughput, or memory pressure.
Affected Files
tests/test_main.cpp
tests/test_hnsw.cpp
Recommended Fix
Add a stress test that runs 100+ threads with 1000+ operations each for an extended period. Include memory pressure scenarios.
Description
The concurrent access tests use 8 threads with 50-100 operations each. No long-running stress tests exercise thousands of concurrent connections, sustained high throughput, or memory pressure.
Affected Files
tests/test_main.cpptests/test_hnsw.cppRecommended Fix
Add a stress test that runs 100+ threads with 1000+ operations each for an extended period. Include memory pressure scenarios.