Commit graph

122268 commits

Author SHA1 Message Date
Sam Cole
4c1b4236b3 Fix incorrect formatting for code block 2025-02-21 02:32:27 -07:00
Daniel A. Wozniak
9a3d947760 Try different syntax for workflow and branches 2025-02-21 00:01:22 -07:00
Daniel Wozniak
1cd6139479
Merge pull request #67745 from dwoz/merge/master/3007.x
Merge forward 3007.x into master
2025-02-19 20:15:21 -07:00
Daniel A. Wozniak
2d2f829920 More ssh test skips on python < 3.9 2025-02-19 14:51:29 -07:00
Daniel A. Wozniak
d9652b9a1c m 2025-02-19 10:45:53 -07:00
Daniel A. Wozniak
fc0b20e657 More ssh test fixes
- Fix thin dir unit tests after distro change revert
- Skip any tests that require system python of 3.9 or higher
2025-02-19 00:26:32 -07:00
Daniel A. Wozniak
2404b3222c Skip tests that require newer python 2025-02-18 21:00:17 -07:00
Daniel A. Wozniak
e899bf426e Better check for downgrade tests 2025-02-18 20:39:38 -07:00
Daniel A. Wozniak
15fafec88e Fix pre-commit 2025-02-18 18:49:17 -07:00
Daniel A. Wozniak
198758a47b Mark test that needs system python 3.8 2025-02-18 18:02:52 -07:00
Daniel A. Wozniak
7002d97afd Install correct dependencies 2025-02-18 15:52:06 -07:00
Daniel A. Wozniak
51296c7f23 Break out PRs to separate workflow 2025-02-18 15:51:44 -07:00
Daniel A. Wozniak
0ce2fc6fde Break out PRs to separate workflow 2025-02-18 13:42:26 -07:00
Daniel A. Wozniak
42d977aa70 Use mysql module for downgrade test 2025-02-18 13:37:12 -07:00
Daniel A. Wozniak
4070ed2e06 Only include distro on py3 2025-02-18 13:26:54 -07:00
Daniel A. Wozniak
2c93bc3d23 Add pkg-config and mysql to mac deps 2025-02-18 02:58:25 -07:00
Daniel A. Wozniak
dc6796d2fd Test fixes 2025-02-18 01:07:41 -07:00
Daniel A. Wozniak
3701105a59 Fix another thin dir unit test 2025-02-17 23:39:07 -07:00
Daniel A. Wozniak
d0361b7434 Fix downgrade module check 2025-02-17 23:22:40 -07:00
Daniel A. Wozniak
9f1c62a847 Test package download test fix 2025-02-17 19:49:24 -07:00
Daniel A. Wozniak
31e125f09e Multiple ssh tests fixed 2025-02-17 19:33:07 -07:00
Daniel A. Wozniak
a3b79144c1 Fix ssh and cmd mod tests 2025-02-17 15:44:26 -07:00
Daniel A. Wozniak
d3401c0c52 Remove branches from workflow-finished 2025-02-17 14:02:31 -07:00
Daniel A. Wozniak
9adaf73fa6 Remove branches from workflow-finished 2025-02-17 14:01:07 -07:00
Daniel A. Wozniak
fc0c0dd3b1 salt.profile.output has been removed 2025-02-17 00:24:49 -07:00
Daniel A. Wozniak
86c7e1f5c9 Remove cruft 2025-02-17 00:16:13 -07:00
Daniel A. Wozniak
a017805680 Merge remote-tracking branch 'saltstack/3007.x' into merge/master/3007.x 2025-02-17 00:09:58 -07:00
Daniel Wozniak
64a91d459f
Merge pull request #67209 from dwoz/merge/3007.x/3006.x
Merge forward 3006.x to 3007.x
2025-02-16 21:21:47 -07:00
Daniel A. Wozniak
3ea2573906 Define branches for workflow finished 2025-02-16 21:10:32 -07:00
Daniel A. Wozniak
3be907b608 Pull in workflow-finished changes from 3006.x 2025-02-16 18:52:49 -07:00
Daniel A. Wozniak
d2551346f3 Fix pkg testrun log artifacts name 2025-02-16 18:33:40 -07:00
Daniel A. Wozniak
7b74517da5 Test fixes 2025-02-16 17:09:17 -07:00
Daniel A. Wozniak
4e78a0e233 meh 2025-02-16 01:57:31 -07:00
Daniel A. Wozniak
f02cb2efbe Make sure events are handled concurrently 2025-02-15 14:06:28 -07:00
Daniel A. Wozniak
9eb019278a Account for api change 2025-02-14 16:01:17 -07:00
Daniel A. Wozniak
0140f6fd46 Add timeout for connect 2025-02-14 16:00:57 -07:00
Daniel A. Wozniak
d625eaeea8 Merge branch '3006.x' into merge/3007.x/3006.x-last-merge 2025-02-14 01:23:02 -07:00
Daniel A. Wozniak
59ab018e0f Fix spelling error 2025-02-12 16:58:48 -07:00
Joe Groocock
dcf37bda37 Use Current ioloop in SyncWrapper
A new ioloop is created for each SyncWrapper, but is not swapped in
automatically (see make_current=False for Tornado) anymore - this means
that the context manager (current_ioloop) is needed to access that
ioloop for the purposes of the synchronus execution.

Signed-off-by: Joe Groocock <jgroocock@cloudflare.com>
2025-02-12 16:58:48 -07:00
Daniel A. Wozniak
f6db09f724 Fix up log levels 2025-02-12 16:58:48 -07:00
Daniel A. Wozniak
06a9a3ab96 Fix pre-commit 2025-02-12 16:58:48 -07:00
Daniel A. Wozniak
d714a112b5 Fix unit test failures 2025-02-12 16:58:48 -07:00
Daniel A. Wozniak
e1056ccf39 Add some debug log statements 2025-02-12 16:58:48 -07:00
Daniel A. Wozniak
05cd683eab Fix flaky multi-master test
Run event handlers for all master's in parallel. Otherwise, one handler
could block the other from running in a timely manner.
2025-02-12 16:58:48 -07:00
Daniel A. Wozniak
6dcb7182b3 Do not alow get_event to run with async subscriber 2025-02-12 16:58:48 -07:00
Daniel A. Wozniak
f6aa6ff807 Initial commit of large event fix 2025-02-12 16:58:48 -07:00
Daniel A. Wozniak
66e46a32d8 Add regression test for #66562 2025-02-12 16:58:48 -07:00
Daniel A. Wozniak
0820ee84b0 Remove unused code 2025-02-11 16:48:37 -07:00
Daniel A. Wozniak
4081406715 Github variables wont do the trick 2025-02-11 16:48:37 -07:00
Twangboy
91dc936543 Fix failing tests 2025-02-11 15:07:32 -07:00