Daniel A. Wozniak
a74580be13
Clean up cruft
2019-06-27 17:16:36 +00:00
Daniel A. Wozniak
68958f5b68
Do not create duplicate minion ids
2019-06-27 17:16:35 +00:00
Daniel A. Wozniak
c47eeb463e
Add amazon 2 to PR tests
2019-06-27 17:16:35 +00:00
Daniel A. Wozniak
dc90b47ad2
More robust beacon state test
2019-06-27 17:16:33 +00:00
Daniel Wozniak
2927b787de
Merge branch '2019.2.1' into bugs/test_file_recurse_set
2019-06-27 09:34:16 -07:00
Daniel Wozniak
3125cd3e66
Merge branch '2019.2.1' into tcp_leak
2019-06-27 09:25:09 -07:00
Pedro Algarvio
582ac5f7e9
Merge pull request #53609 from s0undt3ch/hotfix/fix-nox-bypass-2019.2.1
...
CI Pipelines. Timeout after getting a node. Report exit code.
2019-06-27 17:09:53 +01:00
Megan Wilhite
ee59d3947f
Merge branch '2019.2.1' into nodegroup_group_list
2019-06-27 11:54:59 -04:00
Ch3LL
d236bd4fea
Allow yaml list notation for nodegroup expansion
2019-06-27 11:10:29 -04:00
Pedro Algarvio
024be84024
CI Pipelines. Timeout after getting a node. Report exit code.
2019-06-26 20:30:17 +01:00
Ch3LL
7dcaaf0118
Increase flaky attempts on mac tests using systemsetup
2019-06-26 13:22:10 -04:00
Bryce Larson
9b4338a124
Merge branch '2019.2.1' into fix_test_status
2019-06-25 18:17:45 -06:00
Dmitry Kuzmenko
9c016703af
Merge branch '2019.2.1' into bugs/test_file_recurse_set
2019-06-26 00:04:11 +03:00
Bryce Larson
9a3358259b
Merge branch '2019.2.1' into tcp_leak
2019-06-25 14:23:03 -06:00
C. R. Oldham
f5d81c9bbe
Merge branch '2019.2.1' into 53412-2019.2.1
2019-06-25 13:43:53 -06:00
Pedro Algarvio
f5687962a4
Merge pull request #53574 from s0undt3ch/hotfix/fix-nox-bypass-2019.2.1
...
[2019.2.1] Minor fixes/adjustments to the new CI pipelines
2019-06-25 19:48:24 +01:00
Gareth J. Greenaway
c11a004767
Merge branch '2019.2.1' into 2019.2.1
2019-06-25 11:42:00 -07:00
Pedro Algarvio
e85e2f4719
Minor fixes/adjustments to the new CI pipelines
2019-06-25 19:13:01 +01:00
Shane Lee
571d82a128
Merge branch '2019.2.1' into bugs/test_file_recurse_set
2019-06-25 10:07:06 -06:00
Shane Lee
8373865d30
Merge branch '2019.2.1' into fix_test_winrepo
2019-06-24 22:26:33 -06:00
C. R. Oldham
d74c313d97
Merge branch '2019.2.1' into 53412-2019.2.1
2019-06-24 19:15:20 -06:00
Daniel Wozniak
77b7fc46b5
Merge pull request #53584 from dwoz/client_cache
...
Add unit tests for recent SaltCacheLoader changes
2019-06-24 16:40:42 -07:00
twangboy
5558a0af50
Add reg to the whitelist
2019-06-24 17:36:30 -06:00
C. R. Oldham
b3c3f5263a
Make doc build test pass.
2019-06-24 16:56:10 -06:00
twangboy
2735b197b9
Add __grains__
2019-06-24 16:48:05 -06:00
twangboy
bb12da9a3b
Load grains properly
2019-06-24 16:40:12 -06:00
C. R. Oldham
800113083b
Add event_listen_queue_max_seconds to fix #53411
2019-06-24 16:06:43 -06:00
twangboy
a818396809
Split out the tests, patch test=True
2019-06-24 15:04:23 -06:00
Daniel A. Wozniak
e9b61dc4db
Add unit tests for recent SaltCacheLoader changes
2019-06-24 18:22:15 +00:00
Megan Wilhite
75ac7086c5
Merge branch '2019.2.1' into do_key_test
2019-06-24 10:10:17 -04:00
Daniel Wozniak
7eb5d41f37
Merge branch '2019.2.1' into tcp_leak
2019-06-23 16:12:14 -07:00
Gareth J. Greenaway
6ed6c31e4f
Merge pull request #53563 from twangboy/py3_windows_hang
...
SaltCacheLoader does not create multiple FileClients
2019-06-22 16:23:03 -07:00
twangboy
369720e660
Allow the file_client to be overridden
2019-06-21 17:48:27 -06:00
twangboy
f6c592c7a1
Don't instantiate the file_client every time
2019-06-21 16:17:40 -06:00
Ch3LL
128ba07f95
Move create key call into try/except in Digital Ocean key test
2019-06-21 14:47:56 -04:00
Megan Wilhite
c6069520f1
Merge pull request #53432 from garethgreenaway/2019_2_1_mac_fixes
...
[2019.2.1] Various fixes for 2019.2.1 to ensure tests pass on Mac OS X
2019-06-21 09:47:40 -04:00
Daniel A. Wozniak
481372b995
Fix torando loop thread issue
2019-06-21 01:35:05 +00:00
twangboy
2c3e91dbea
Fix test_pydsl on Windows
...
Fixes an issue with the test_pydsl test on Windows
This test has a hardcoded path to `/tmp` which doesn't exist by default
on Windows. This PR adds a setUp function to the class which adds that
directory on Windows and removes it after the test run. As a result it
is now a destructive test.
2019-06-20 17:26:31 -06:00
twangboy
4a96252e8f
Fixes an issue with line endings in the jinja renderer
...
Years ago the jinja renderer was fixed to handle a jinja bug that
removes tailing line-endings. The line ending was detected using
os.linesep. This was causing some tests to fail on Windows where the
file being passed through the Jinja renderer is using Unix-style
line-endings ('\n'). They weren't being detected and a line-seperator
was not being affixed to the end of the file. In those cases we want to
keep the Unix-style line-ending. This should do just that.
2019-06-20 15:52:59 -06:00
Gareth J. Greenaway
1974f110bc
Disabling a couple more tests in integration.modules.test_cp that hang on OS X and Py2.
2019-06-20 11:58:24 -07:00
Daniel A. Wozniak
aff15d4c04
Fix linter wart
2019-06-20 18:40:42 +00:00
Daniel A. Wozniak
9606db79fc
Comment the tcp message client test better
2019-06-20 18:31:13 +00:00
Daniel A. Wozniak
dcf576f4c9
Add unit test for tcp message client close method
2019-06-20 18:24:53 +00:00
Daniel A. Wozniak
4420556fe4
Download artifacts for tcp jobs
2019-06-20 17:06:22 +00:00
Daniel A. Wozniak
e6a09dd634
Merge remote-tracking branch 'origin/tcp_leak' into tcp_leak
2019-06-20 16:56:25 +00:00
Daniel A. Wozniak
4a37234dcf
Add tcp suffix to github notifications
2019-06-20 16:50:20 +00:00
Shane Lee
f484f3ff87
Merge branch '2019.2.1' into tcp_leak
2019-06-20 10:41:16 -06:00
Pedro Algarvio
59e2a1f053
Merge pull request #53526 from s0undt3ch/hotfix/fix-nox-bypass-2019.2.1
...
[2019.2.1] Update pipelines to work on old and new jenkins
2019-06-20 16:29:12 +01:00
Gareth J. Greenaway
7721151a12
Fixing lint.
2019-06-20 07:04:21 -07:00
Gareth J. Greenaway
1d4e228f15
Updating various skips for tests to only skip if OS is OS X and Python is Python2.
2019-06-20 07:04:21 -07:00