mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 06:41:40 +00:00
Debugging test further
This commit is contained in:
parent
41fb26f49d
commit
cccbe9eb5e
1 changed files with 8 additions and 3 deletions
|
@ -581,14 +581,19 @@ 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,
|
||||
)
|
||||
del react_wrap.client_cache[f"{file_client}"]
|
||||
del react_wrap.client_cache[f"{file_client}"]
|
||||
print(
|
||||
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 del key, file_client '{file_client}', react_wrap.client_cache '{react_wrap.client_cache}'",
|
||||
f"DGM test_client_cache_missing_key post patch, file_client '{file_client}', react_wrap.client_cache '{react_wrap.client_cache}'",
|
||||
flush=True,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue