Debugging test further

This commit is contained in:
David Murphy 2025-03-04 09:45:18 -07:00 committed by Daniel Wozniak
parent 41fb26f49d
commit cccbe9eb5e

View file

@ -581,7 +581,6 @@ def test_client_cache_missing_key(file_client, react_wrap):
flush=True,
)
with patch.object(react_wrap, "pool", thread_pool):
react_wrap.run(chunk)
print(
f"DGM test_client_cache_missing_key patch pool, file_client '{file_client}', react_wrap.client_cache '{react_wrap.client_cache}'",
flush=True,
@ -591,6 +590,12 @@ def test_client_cache_missing_key(file_client, react_wrap):
f"DGM test_client_cache_missing_key post del key, file_client '{file_client}', react_wrap.client_cache '{react_wrap.client_cache}'",
flush=True,
)
react_wrap.run(chunk)
print(
f"DGM test_client_cache_missing_key post patch, file_client '{file_client}', react_wrap.client_cache '{react_wrap.client_cache}'",
flush=True,
)
thread_pool.fire_async.assert_called_with(
react_wrap.client_cache[file_client].low,