lllin000_PaperForge/tests/integration
LLLin000 0bc054e7b0 fix: cooperative stop with state settlement and build-loop cancellation
embed stop now sets status=stopping, waits for the build PID to exit
(8s timeout), force-kills as last resort, then settles to idle.

Build loop checks the cancellation flag (read_vector_build_state)
between papers in the main loop and drains in-flight work before
cleanly exiting without marking 'completed'.

Fixes pre-existing UnboundLocalError from a local import shadowing
the global mark_vector_build_state symbol in the run() function.
2026-07-10 23:55:21 +08:00
..
__init__.py test(memory): add integration test for memory build/status workflow 2026-05-12 17:59:37 +08:00
test_health_probe.py fix: add vec0 k-NN health probe to embed status 2026-07-10 23:55:16 +08:00
test_memory_workflow.py test(memory): add integration test for memory build/status workflow 2026-05-12 17:59:37 +08:00
test_stop_idle_resume.py fix: cooperative stop with state settlement and build-loop cancellation 2026-07-10 23:55:21 +08:00