Commit graph

118198 commits

Author SHA1 Message Date
Antonio Ramón Sánchez Morales
2e7b0ac875 fix(mac_brew_pkg): avoid using cmd.run on 'None' executable path
* Sindicate fetching os brew path for use also on __virtual__ method
without running an extra command at this moment

Signed-off-by: Antonio Ramón Sánchez Morales <antonioramonsm@gmail.com>
2023-08-09 20:17:22 +00:00
Antonio Ramón Sánchez Morales
8e7c528d17 chore(mac_brew_pkg): lint fixes and changelog add 2023-08-09 20:17:22 +00:00
Antonio Ramón Sánchez Morales
4fddd04ed2 fix(mac_brew_pkg): Use format instead of + operator
Fix for https://github.com/saltstack/salt/actions/runs/5298983857/jobs/9593610712?pr=57946

Signed-off-by: Antonio Ramón Sánchez Morales <antonioramonsm@gmail.com>
2023-08-09 20:17:22 +00:00
Antonio Ramón Sánchez Morales
b258510a6d chore(mac_brew_pkg): apply lint fixes
Applied lint patch suggested by this CI job: https://github.com/saltstack/salt/actions/runs/5298983857/jobs/9593574724?pr=57946

Signed-off-by: Antonio Ramón Sánchez Morales <antonioramonsm@gmail.com>
2023-08-09 20:17:22 +00:00
Antonio Ramón Sánchez Morales
2a522420ca fix(mac_brew_pkg): Use brew path from which
Signed-off-by: Antonio Ramón Sánchez Morales <antonioramonsm@gmail.com>
2023-08-09 20:17:22 +00:00
Daniel A. Wozniak
9a4da7d2e3 remove sleeps 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
cf4e901ba8 Fix resolver 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
85504a91a6 We only use msgpack > 1.0 now 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
d8d6bf1630 Do not override kwargs 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
43a3863532 Use async with for lock 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
3a84dadfd2 Revert changes to un-used deprecated class 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
528134ec18 We already have the path available 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
1d1ca7b6cb Revert changes to MessageClient other than deprecation 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
13190ff89a Use fixtures when already present 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
8a97ed53ef Clean up crufty commented out code 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
ca93da0d7d Fix up issues found in code review 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
2b90a91add Fix msgpack tests 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
a951a88576 Bump msgpack minimum version 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
dadacf2685 Honor timeouts when possible 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
a04fe85ffa Fix pr review nits 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
d23f40cce9 Remove crufty comment 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
f5d84f3bd1 Clean up aexit def 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
d273aef431 Gather all tasks at once 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
ccf6353126 Use async with on asyncio.Lock 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
8190791910 Clean up debugging cruft in test suite 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
3c788180ff Fix blackout tests afer refactor 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
ae1bec97b7 Add back debug logging 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
8a14947270 More cleanup and test fixes after refactor 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
16fad0baef Add changelog for #64488 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
3294e14752 Clean up cruft 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
9ef3a59698 Add transport factories for ipc comms 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
6320f769ea Revert windows test fix 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
0b7285b766 Send req returns None 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
9bede19920 Prevent test hangs on windows 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
d51f3b9cc5 Re-add missing skip for pam auth test on windows 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
56141835a6 Fix test_client.py test_pub_win32 unit test 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
156e75f345 Clean up 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
7d50c786e3 Increase sleep time to allow for master shutdown 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
7fc6945cba Add timeout to tcppubclient connect 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
de4ab5fbcf Fix deltaproxy tests 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
7b374707ac Adjust timeouts to get passing tests 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
52239d808c Fix windows unit tests 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
1a0f8dd81b Fix manage beaconds test on windows 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
fd8cf7875b Clean up logs and ensure callbacks are called 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
9765605d46 Shot in dark 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
c1cc4e23af Always run SyncWrapper.close on __exit__ 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
e79e3899e4 Fix wart in tcp transport 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
8890635449 More test fixes 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
0ede71eda5 Fix batch test 2023-08-08 14:47:15 -07:00
Daniel A. Wozniak
f556db26a9 Windows fix 2023-08-08 14:47:15 -07:00