Daniel A. Wozniak
a71bcfb734
Do not install when no-install is passed
2024-09-17 15:03:49 -07:00
Daniel A. Wozniak
561a5c4bdf
Handle cases where the process is gone or zombified
2024-09-16 17:45:09 -07:00
Daniel A. Wozniak
4925172a28
Mark 3007 as released
2024-09-16 15:41:16 -07:00
Daniel A. Wozniak
a9b37c2b5d
Account for changes in transport api in tests
2024-09-13 18:21:47 -07:00
Daniel A. Wozniak
2e514c5e96
Fix zeromq transport unit tests
2024-09-13 16:16:56 -07:00
Daniel A. Wozniak
df47c099e3
Fix linter errors
2024-09-13 14:52:28 -07:00
twangboy
f2be0b75c6
Fix windows package builds
2024-09-13 09:53:04 -06:00
Daniel A. Wozniak
43c825f6ba
No more salt.ext.tornado
2024-08-28 16:29:58 -07:00
Daniel A. Wozniak
8dd2e3473c
Merge branch '3006.x' into merge/3007.x/3006.x
2024-08-26 19:26:17 -07:00
Daniel A. Wozniak
2536ff635b
Allow builds to proceed without coverage file
2024-08-23 16:45:27 -07:00
twangboy
d0d820673f
Add encoding and no_spaces options to state
2024-08-22 08:10:55 -07:00
twangboy
fb031ac418
Add warning to docs
2024-08-22 08:10:55 -07:00
twangboy
7faee48ef3
Add an option to ini.set_option
...
Adds an new option named ``no_spaces`` to the ini.set_option function
that allows the user to deteremine whether the separator (``=``) should
be wrapped with spaces or not.
2024-08-22 08:10:55 -07:00
Alexey Murz Korepov
3ae69b9691
Option no_spaces to remove spaces in separator
...
Added new option `no_spaces` that controls adding spaces around separator in ini file.
2024-08-22 08:10:55 -07:00
David Murphy
3fea06f16d
MacOS Test time limit is now 2 & 1/2 hours
2024-08-22 08:09:41 -07:00
David Murphy
c9603c2625
Bump to get rebuild
2024-08-22 08:09:41 -07:00
David Murphy
650f6089e1
Adjust timeout from 2 to 3 hours for MacOS package tests
2024-08-22 08:09:41 -07:00
Daniel Wozniak
a763096359
Merge pull request #66817 from dwoz/testskip
...
[3006.x] Skip pkg tests that need new golden image
2024-08-20 00:23:11 -07:00
Daniel A. Wozniak
4e8fe71a80
Skip pkg tests that need new golden image
2024-08-19 15:05:15 -07:00
Daniel A. Wozniak
29ffc3ab1d
Skip pkg tests that need new golden image
2024-08-19 15:00:09 -07:00
Daniel A. Wozniak
63958cf7e4
Test to check all transport ipc perms
2024-08-19 15:00:09 -07:00
Daniel A. Wozniak
d75030cfaf
Fix test name check
2024-08-19 15:00:09 -07:00
Daniel A. Wozniak
61d6279963
more transport ipc socket permissions tests
2024-08-19 15:00:09 -07:00
Daniel A. Wozniak
3f9f0298bb
Add changelog for #66228
2024-08-19 15:00:09 -07:00
Daniel A. Wozniak
9a6f5e8f48
Add transport layer ipc socket perms test
2024-08-19 15:00:09 -07:00
Daniel A. Wozniak
9ec04e006e
Add docstring to ipc_publish_server
2024-08-19 15:00:09 -07:00
Daniel A. Wozniak
0466043ec6
Add regression test for master_event_pub.ipc permissions
2024-08-19 15:00:09 -07:00
Daniel A. Wozniak
411c1f384e
Fix master pull socket permissions
2024-08-19 15:00:09 -07:00
Shane Lee
e987ff4c01
Fix status.master to detect master properly
2024-08-17 14:41:31 -07:00
Daniel A. Wozniak
671cdd9313
Migrate grains tests to pytest
2024-08-17 14:35:02 -07:00
Shane Lee
0d78611767
Fix win_wua to handle empty CDispatch objects
2024-08-15 14:50:18 -07:00
David Murphy
3cd7a62f3f
Revised test due to reviewer comments
2024-08-15 14:49:38 -07:00
David Murphy
cbcaf9fa2f
Limit test to Linux which use systemctl
2024-08-15 14:49:38 -07:00
David Murphy
f3a7083441
Adjusted tests for classic or relenv, as everything is relenv now
2024-08-15 14:49:38 -07:00
David Murphy
3d7ebf028d
Removing tech debt and restoring original pytest.skip for tests
2024-08-15 14:49:38 -07:00
David Murphy
6d10c20ea8
Fix batch mode hang indefinitely in some scenarios - unit tests to follow
2024-08-14 15:37:54 -07:00
Erik Johnson
17dcfa29fd
Add changelog file
2024-08-13 09:56:03 -07:00
Erik Johnson
46ef29b9af
Add test case
2024-08-13 09:56:03 -07:00
Erik Johnson
3e8fb1a06a
salt.utils.atomicfile: respect system umask when creating new files
2024-08-13 09:56:03 -07:00
Gareth J. Greenaway
852bf0004a
Ensure Manjaro ARM reports the correct os_family of Arch.
2024-08-12 12:41:36 -07:00
Daniel A. Wozniak
092a79ccb9
Do not rely on is_alive
2024-08-12 08:29:23 -07:00
Daniel A. Wozniak
bcb0d79cdc
Wait longer for the test process to finish
2024-08-12 08:29:23 -07:00
Daniel A. Wozniak
2b2c03893e
Add changelog for #66726
2024-08-12 08:29:23 -07:00
Daniel A. Wozniak
afbb42e812
Call close method on finished processes
2024-08-12 08:29:23 -07:00
David Murphy
6e43c93634
Use updated pytest-skip-markers to pick up corrected MacOS Arm64 support
2024-08-12 08:28:47 -07:00
David Murphy
34e0120a89
Fix debugging
2024-08-12 08:28:47 -07:00
David Murphy
e97ae272fe
further debug
2024-08-12 08:28:47 -07:00
David Murphy
ce881d54fb
more debugging and added is_arm64 to utils platform
2024-08-12 08:28:47 -07:00
David Murphy
b3f2325645
Added debugging statements
2024-08-12 08:28:47 -07:00
David Murphy
4e41a00ef9
Allow for arm64 or x86_64 when testing MacOS
2024-08-12 08:28:47 -07:00