mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Debugging test further
This commit is contained in:
parent
41fb26f49d
commit
cccbe9eb5e
1 changed files with 8 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue