Megan Wilhite
532ba37206
Add documentation and ensure users edit the correct file
2023-04-10 19:43:10 -07:00
Megan Wilhite
747db3eb60
Use jinja templating for the release notes
2023-04-10 19:43:10 -07:00
Gareth J. Greenaway
eb81faea5b
Merge pull request #64038 from dmurphy18/dt_fix_63148_3006x
...
[3006.x] Populate user data / name within runners and for runner events on the event bus
2023-04-10 18:20:18 -07:00
David Murphy
7a840087a0
Added missed line on backport to 3006.x
2023-04-10 11:49:43 -06:00
David Murphy
fc9b8063ce
Corrected misplaced line in back-porting changes from master branch
2023-04-10 11:49:43 -06:00
David Murphy
d5b31df509
User responsible for the runner is now correctly reported in the events on the event bus for the runner.
2023-04-10 11:49:42 -06:00
Gareth J. Greenaway
a533bb8c93
MD4 is disabled in later versions of openssl, but NTLM authentication needs it. Lock pyspnego to 0.8.0, which has added support for MD4, and smbprotocol to 1.10.1 which takes advantage of the support in this version of pyspnego.
2023-04-10 04:41:20 +01:00
Gareth J. Greenaway
9889d1211d
Merge pull request #63924 from MKLeb/hotfix/3006.x/sys-meta-path-not-available
...
Fix sys.meta_path is None
2023-04-07 14:32:26 -07:00
MKLeb
fd10f104d7
Remove the __del__
instead
2023-04-07 13:22:36 -04:00
MKLeb
fd03c83b74
implement review suggestions
2023-04-07 13:22:36 -04:00
MKLeb
fb989bc761
Fully finish the package test
2023-04-07 13:22:36 -04:00
MKLeb
488619d814
Catch an import error in ZMQ transport that happens on teardown of python
2023-04-07 13:22:36 -04:00
MKLeb
d352af4573
Add initial test for zmq import error on what is believed to be Python teardown
2023-04-07 13:22:36 -04:00
Megan Wilhite
1619cbc448
Add test coverage to ensure fileclient closes channel
2023-04-07 13:23:39 +00:00
Megan Wilhite
c05d4cc882
Fix chroot tests
2023-04-07 13:23:39 +00:00
Megan Wilhite
62966ec126
Fix salt-ssh closing client connection and add defaults functional test
2023-04-07 13:23:39 +00:00
Megan Wilhite
e4b1ca3e30
Fix pyobjects test on windows
2023-04-07 13:23:39 +00:00
Megan Wilhite
e29485eddb
Add more test coverage and fix previous failing tests
2023-04-07 13:23:39 +00:00
Megan Wilhite
17dcb42ece
Wrap the file client in a context manager
2023-04-07 13:23:39 +00:00
Megan Wilhite
7ff9a899d9
properly clean up the fileclient in extmods
2023-04-07 13:23:39 +00:00
Megan Wilhite
834337373c
Do not use __del__ in fileclient
2023-04-07 13:23:39 +00:00
MKLeb
af852710e9
Skip when the state fails and use the cumulative totals when comparing
2023-04-07 13:15:07 +00:00
MKLeb
0f2bfbe104
Make performance test less flaky
2023-04-07 13:15:07 +00:00
Gareth J. Greenaway
cfeb9aab5d
Merge pull request #64036 from twangboy/fix_https
...
[3006.x] Use https for all urls during build
2023-04-06 17:52:36 -07:00
Twangboy
dbe5dd564c
Use https for all urls during build
2023-04-06 12:31:17 -06:00
Frode Gundersen
70922d72db
migrate test_hashutil to pytest
2023-04-04 18:56:22 +01:00
Frode Gundersen
5aa89c01e9
migrate test_drbd to pytest
2023-04-04 18:50:17 +01:00
Frode Gundersen
9864347cac
migrate unit_states_test_helm to pytest
2023-04-04 18:44:10 +01:00
Frode Gundersen
56cb0860ef
migrate unit_states_test_hg to pytest
2023-04-04 18:43:13 +01:00
Frode Gundersen
40f58a543b
Update test_ini_manage.py
2023-04-04 18:37:10 +01:00
Frode Gundersen
de536eeb84
migrate unit_states_test_ini_manage to pytest
2023-04-04 18:37:10 +01:00
Frode Gundersen
f7c2f356db
migrate unit_states_test_ipmi to pytest
2023-04-04 18:34:58 +01:00
Frode Gundersen
72e4c2b5f9
migrate unit_states_test_kapacitor to pytest
2023-04-04 18:30:38 +01:00
Frode Gundersen
2da936c9b4
migrate unit_states_test_keystone to pytest
2023-04-04 18:29:36 +01:00
Frode Gundersen
556825da2d
migrate unit_states_test_kernelpkg to pytest
2023-04-04 08:57:12 +01:00
Frode Gundersen
4732b9b61c
migrate unit_states_test_kernelpkg to pytest
2023-04-04 08:57:12 +01:00
Frode Gundersen
6d9eeedb30
migrate unit_states_test_keystore to pytest
2023-04-04 08:56:03 +01:00
Frode Gundersen
8ae014461c
migrate unit_states_test_net_napalm_yang to pytest
2023-04-04 08:50:15 +01:00
Frode Gundersen
467f966308
migrate modules_test_status to pytest
2023-04-04 08:49:04 +01:00
Joe Groocock
94425e72d9
Skip cassandra_cql tests when driver isn't loaded
...
Prevents the following failures when the `cassandra` package isn't
installed:
FAILED tests/pytests/unit/modules/test_cassandra_cql.py::test_cql_query - NameError: name 'dict_factory' is not defined
FAILED tests/pytests/unit/modules/test_cassandra_cql.py::test_cql_query_with_prepare - NameError: name 'dict_factory' is not defined
FAILED tests/pytests/unit/modules/test_cassandra_cql.py::test_valid_asynchronous_args - NameError: name 'dict_factory' is not defined
FAILED tests/pytests/unit/modules/test_cassandra_cql.py::test_valid_async_args - NameError: name 'dict_factory' is not defined
Signed-off-by: Joe Groocock <jgroocock@cloudflare.com>
2023-04-04 08:47:10 +01:00
Frode Gundersen
c6921717ec
migrate unit_modules_test_win_iis to pytest
2023-04-04 08:46:09 +01:00
Frode Gundersen
133ccae9cd
migrate unit_modules_test_win_licence to pytest
2023-04-04 08:43:11 +01:00
Frode Gundersen
f3f398e49f
migrate unit_modules_test_win_powercfg to pytest
2023-04-04 08:41:33 +01:00
Frode Gundersen
ea04be1c66
migrate unit_modules_test_win_psget to pytest
2023-04-04 08:40:13 +01:00
Frode Gundersen
df270719c0
migrate unit_modules_test_win_shadow to pytest
2023-04-04 08:37:46 +01:00
Twangboy
2a34b95c80
Fix pre-commit
2023-04-04 08:33:30 +01:00
Twangboy
741e50a5cf
Add changelog
2023-04-04 08:33:30 +01:00
Twangboy
c458baa304
Update docs for the mako renderer
2023-04-04 08:33:30 +01:00
Twangboy
a32b2f82db
Remove mako from Windows and MacOS
2023-04-04 08:33:30 +01:00
Twangboy
562fb946b0
Fix changelog
2023-04-01 09:30:03 +01:00