Commit Graph

16174 Commits

Author SHA1 Message Date
Daniel A. Wozniak
63c616a4a7
Do not dup2 things without fileno 2019-08-16 17:10:03 +00:00
Daniel Wozniak
09e5e4942c
Merge branch '2019.2.1' into signal_proc 2019-08-15 17:46:27 -07:00
Daniel Wozniak
99a8fc5952
Merge pull request #54223 from dwoz/7754_test_removal
Test verify logs without a whole minion
2019-08-15 17:46:08 -07:00
Daniel A. Wozniak
4be711ea2d Fix up linter warts 2019-08-15 23:49:46 +00:00
Daniel A. Wozniak
757382638d
Remove crufty un-needed tests 2019-08-15 23:29:21 +00:00
Daniel A. Wozniak
effa77de7f
Test verify logs without a whole minion 2019-08-15 23:09:08 +00:00
Daniel Wozniak
8d440e0a20
Merge pull request #54203 from dwoz/transport_tests
Run transport test loops in single thread
2019-08-15 13:10:19 -07:00
Daniel Wozniak
a05018e089
Merge pull request #54191 from garethgreenaway/test_program_test_mininion
[2019.2.1] Addition logging in testprogram used by integration.shell.test_minion.MinionTest.test_exit_status_correct_usage
2019-08-13 14:44:40 -07:00
Daniel A. Wozniak
1d83b10025
Fix signal handling in subprocesses 2019-08-13 14:28:39 -07:00
Daniel A. Wozniak
22b9d383d3
Run transsport test loops in single thread 2019-08-13 14:25:38 -07:00
Wayne Werner
c333ac83a3
Only run one filter test
We're already running jinja filter tests elsewhere, running them all
on ssh takes 30 minutes. This should knock about 30s off of the run
time.
2019-08-13 15:19:18 -05:00
Daniel Wozniak
a13cb3eae6
Merge pull request #54172 from Ch3LL/azurearm_tests
Migrate from azure to azurearm tests
2019-08-13 13:07:33 -07:00
Gareth J. Greenaway
8463f845cc
Adding some additional logging when the call to "proc_cmdline = proc.cmdline()" reults in a AccessDenied exception, so we can see what the process is and who the process is running as. 2019-08-12 14:28:50 -07:00
Daniel Wozniak
19f4d5ea03
Merge pull request #54178 from dwoz/mac_computer_name
Fix flaky set_computer_name in mac_system module
2019-08-12 11:26:39 -07:00
Daniel A. Wozniak
e51100e923
Fix skip on non macos platforms 2019-08-11 11:47:23 -07:00
Daniel A. Wozniak
a3a9d929c4
Fix linter 2019-08-10 23:26:47 -07:00
Daniel A. Wozniak
c499d44744
Revert unwanted flaky from non computer name tests 2019-08-10 17:34:32 -07:00
Daniel A. Wozniak
941fcc8f6d
Fix flaky set_computer_name in mac_system module 2019-08-10 16:59:25 -07:00
Ch3LL
465523f360
Migrate from azure to azurearm tests 2019-08-09 17:54:29 -04:00
Daniel Wozniak
9f5302d94a
Merge pull request #54033 from twangboy/fix_win_service_2019.2.1
Backport #53311 to 2019.2.1
2019-08-09 09:46:35 -07:00
Daniel Wozniak
c0e49d9125
Merge pull request #53900 from twangboy/fix_lgpo
Fix inconsistent full names in LGPO
2019-08-09 02:15:40 -07:00
Daniel Wozniak
9eb2938c47
Merge pull request #52818 from twangboy/add_watchdog
Add watchdog as a bundled dependency on Windows
2019-08-08 21:26:53 -07:00
Daniel Wozniak
2850fab993
Merge branch '2019.2.1' into fix_win_service_2019.2.1 2019-08-08 10:39:17 -07:00
Daniel Wozniak
e05abdf17d
Merge branch '2019.2.1' into fix_lgpo 2019-08-08 10:33:05 -07:00
Daniel Wozniak
584e3f2460
Merge pull request #54001 from garethgreenaway/add_metaproxy_2019_2_1
[2019.2.1] Porting metaproxy changes in #50183 to 2019.2.1
2019-08-07 21:24:30 -07:00
Gareth J. Greenaway
83534671eb
Merge branch 'add_metaproxy_2019_2_1' of github.com:garethgreenaway/salt into add_metaproxy_2019_2_1 2019-08-07 13:36:29 -07:00
Gareth J. Greenaway
ab72e1b821
Adding unit.test_proxy_minion to ignore list 2019-08-07 13:35:49 -07:00
twangboy
86e64ae115
Remove unused import, remove Windows reference 2019-08-07 11:32:19 -06:00
twangboy
cfaee96250
Fix and unify watchdog beacon tests for all OS's 2019-08-07 11:32:18 -06:00
twangboy
cc732040ba
Put Windows tests in their own class 2019-08-07 11:31:36 -06:00
Shane Lee
6fbf1a3196
Remove unused import... lint 2019-08-07 11:29:55 -06:00
twangboy
832a1db7b0
Fix windowsisms 2019-08-07 11:29:49 -06:00
twangboy
02248dcd1a
Fix modified test to account for OS variances 2019-08-07 09:58:44 -06:00
twangboy
121595a21d
Remove unused import, remove Windows reference 2019-08-07 09:58:42 -06:00
twangboy
05a0845243
Fix and unify watchdog beacon tests for all OS's 2019-08-07 09:58:42 -06:00
twangboy
200e230fd9
Put Windows tests in their own class 2019-08-07 09:58:42 -06:00
Shane Lee
6cc8d9604a
Remove unused import... lint 2019-08-07 09:58:42 -06:00
twangboy
a4abb728c1
Fix windowsisms 2019-08-07 09:58:41 -06:00
Score_Under
1182eb91ad Add integration test justifying strange use of braces after cd in cmd.run 2019-08-07 10:01:48 +01:00
Score_Under
733d2e7392 Fixes to ITs
- ensure runas user is created when used
- mark runas tests destructive due to user creation/deletion
- fix tmpdir permission issue when cd'ing as runas user
2019-08-07 10:01:48 +01:00
Score_Under
da389930cd Add integration tests for cwd/runas changes on MacOS
Also fix a unit test that was testing for broken behaviour.
2019-08-07 10:01:47 +01:00
Daniel Wozniak
e268b95767
Merge pull request #53974 from Ch3LL/add_pygit2
[2019.2.1] Add pygit2 requirement
2019-08-06 10:32:03 -07:00
Daniel A. Wozniak
754b71995f
Fix linter 2019-08-03 01:13:01 +00:00
Daniel A. Wozniak
773235d2d9
Fix missing time import 2019-08-03 00:09:38 +00:00
Daniel A. Wozniak
5a8f2ecb85
More robust azure instance deletion 2019-08-02 23:58:21 +00:00
Megan Wilhite
11864a0b25
Merge branch '2019.2.1' into add_pygit2 2019-08-02 14:17:56 -04:00
David Murphy
2866520aa4 Skip process kill tests on Windows 2019-08-01 21:01:33 -06:00
David Murphy
5577f143be Clean up lint errors 2019-08-01 10:47:19 -06:00
David Murphy
4ca709e976
Merge branch '2019.2.1' into fix_deb9_build90_tests 2019-08-01 10:23:26 -06:00
Daniel A. Wozniak
9bb9466ae1
Add unit tests for weird pid does not exist cases 2019-07-31 15:28:18 -07:00