============================= test session starts ==============================
platform linux -- Python 3.14.4, pytest-9.1.1, pluggy-1.6.0 -- /home/murat/.local/venv/bin/python3
cachedir: .pytest_cache
hypothesis profile 'default'
rootdir: /home/murat/Projects/repos/mcp-ariel-memory
configfile: pyproject.toml
plugins: asyncio-1.4.0, anyio-4.14.1, timeout-2.4.0, hypothesis-6.165.2
asyncio: mode=Mode.AUTO, debug=False, asyncio_default_fixture_loop_scope=function, asyncio_default_test_loop_scope=function
timeout: 60.0s
timeout method: signal
timeout func_only: False
collecting ... collected 6 items

tests/test_mcp/test_primitives_chaos.py::test_think_logic_verification PASSED
tests/test_mcp/test_primitives_chaos.py::test_dream_hybrid_and_budget PASSED
tests/test_mcp/test_primitives_chaos.py::test_forget_scopes PASSED
tests/test_mcp/test_primitives_chaos.py::test_chaos_database_locks PASSED
tests/test_mcp/test_primitives_chaos.py::test_chaos_rag_failure PASSED
tests/test_mcp/test_primitives_chaos.py::test_evolve_and_project_lifecycle DEBUG: res_p={'status': 'ok', 'title': 'TestProject', 'path': 'projects/test_p.md'}
DEBUG: res_e={'status': 'ok', 'summary': 'Shifted to aggressive'}
DEBUG: res_a={'status': 'archived', 'title': 'TestProject', 'path': 'archived'}
PASSED