Ch3LL
358974afec
Skip Pygit2 tests on windows
2019-07-29 13:03:27 -04:00
Charles McMarrow
ba3e867f96
Merge branch '2019.2.1' into integration_terminate_fix
2019-07-29 10:58:46 -06:00
Wayne Werner
e9a5a572e3
Remove dead test
...
From what I can tell, this test is no longer relevant. It was put in to
solve issue #2731 , where Salt minions were checking DNS even when
`--local` was passed. Now the code to check the DNS for the master has
grown quite a bit more complex. In [salt/minion.py][1] if you simply
force `check_dns = True` (i.e. remove the `local` check), this test
will still pass running locally. If this test were effective at testing
whether or not the CLI was going to timeout, it should fail - but it
doesn't.
From what I can gather, there's no longer a good reason to run this
particular test.
[1]: ffa70adec3/salt/minion.py (L138)
2019-07-29 11:55:50 -05:00
Daniel Wozniak
70ffcec72e
Merge pull request #54051 from twangboy/fix_test_system
...
Skip get time test
2019-07-29 09:54:49 -07:00
Daniel Wozniak
4aed83350d
Merge pull request #54038 from Ch3LL/do_py3_fix
...
Pyton3 digitial ocean test fix: to_str on key
2019-07-29 09:54:18 -07:00
cmcmarrow
05cd93fcfd
fixs integration terminate error
2019-07-29 09:20:46 -06:00
twangboy
ceaba05230
Skip get time test
2019-07-29 09:20:25 -06:00
cmcmarrow
69c3106837
fixs integration terminate error
2019-07-29 09:15:54 -06:00
Daniel Wozniak
3cedacd573
Merge pull request #53735 from twangboy/fix_test_system
...
Fix Windows tests in test_system
2019-07-26 15:38:27 -07:00
Ch3LL
bc64961301
Use accurate file:/// URI on windows for gitfs tests
2019-07-26 17:44:58 -04:00
Ch3LL
f7346db080
Pyton3 digitial ocean test fix: to_str on key
2019-07-26 15:18:22 -04:00
twangboy
a9e9c97dca
Add timeouts and account for those in assert
2019-07-26 11:49:36 -06:00
twangboy
16c704ed8f
Backport #53311 to 2019.2.1
2019-07-26 10:55:03 -06:00
Daniel Wozniak
cc1cda1099
Merge pull request #53953 from Ch3LL/improve_git_test
...
Send SIGTERM to webserver in teardown of gitfs tests
2019-07-25 14:12:41 -07:00
Daniel Wozniak
23241675b0
Merge pull request #53999 from Ch3LL/fix_digital_ocean
...
Generate new key each time for digital ocean key test
2019-07-25 14:07:44 -07:00
Daniel Wozniak
32fec662fc
Merge pull request #53970 from garethgreenaway/osx_skip_test_directory_clean_require_with_name
...
[2019.2.1] Adding a WAR ROOM Skip for test_directory_clean_require_with_name
2019-07-25 14:03:48 -07:00
Daniel Wozniak
213dfff7ba
Merge pull request #54003 from dwoz/skip_test
...
War room skip for tcp build
2019-07-24 15:52:16 -07:00
Gareth J. Greenaway
09f6fed3ec
Removing match tests, functionality does not exist in 2019.2.1
2019-07-24 15:47:51 -07:00
Gareth J. Greenaway
4af95e49a1
Adding tests to ensure _metaproxy_call to called when ProxyMinion objects are created.
2019-07-24 13:36:34 -07:00
Daniel A. Wozniak
6cdb8fa11c
War room skip for tcp build
2019-07-24 20:01:04 +00:00
Pedro Algarvio
894f95812e
Fix GitFS support for pygit2 >= 0.28.0
2019-07-24 15:50:31 -04:00
Ch3LL
347ea1e979
Use Sigkill and add time.sleep befor check
2019-07-24 14:33:01 -04:00
Gareth J. Greenaway
d162a88629
Adding salt/metaproxy/proxy.py and tests/unit/modules/test_match.py
2019-07-24 11:20:10 -07:00
Gareth J. Greenaway
51726b174e
POrting metaproxy changes in #50183 to 2019.2.1
2019-07-24 10:53:10 -07:00
Ch3LL
b0b6e3baa9
Generate new key each time for digital ocean key test
2019-07-24 10:28:15 -04:00
Shane Lee
d3a160edd5
Merge branch '2019.2.1' into fix_test_system
2019-07-23 21:29:56 -06:00
twangboy
e4e71cdae7
Remove duplicate test
2019-07-23 15:15:53 -06:00
Ch3LL
4580030999
[2019.2.1] Add pygit2 requirement
2019-07-23 15:37:50 -04:00
Gareth J. Greenaway
362b84a945
Adding a WAR ROOM Skip for test_directory_clean_require_with_name
2019-07-23 11:33:08 -07:00
twangboy
68c632b5ef
Add some tests
2019-07-23 12:29:23 -06:00
twangboy
3c340753a2
Fall back to slower method if new method not available
2019-07-23 10:28:06 -06:00
Megan Wilhite
637bf95e62
Merge branch '2019.2.1' into improve_git_test
2019-07-23 09:24:24 -04:00
Charles McMarrow
048c09754e
Merge pull request #53897 from cmcmarrow/timezone_fix
...
patches salt grains locale_info decode error
2019-07-23 07:18:58 -06:00
twangboy
0108bcddbd
Avoid using the lowercase method in XPath
...
This gives a 300 to 400 percent increase in speed
2019-07-22 16:55:44 -06:00
Ch3LL
c0be14760d
Send SIGTERM webserver during teardown of gitfs tests
2019-07-22 18:09:41 -04:00
Ch3LL
b776c0c15b
Check if gitfs server fails to setup for tests
2019-07-22 16:02:46 -04:00
Charles McMarrow
d9e402dc15
Merge branch '2019.2.1' into timezone_fix
2019-07-22 07:37:21 -06:00
cmcmarrow
592f3fe945
undo test
2019-07-22 07:35:24 -06:00
Pedro Algarvio
9a846b473a
Merge pull request #53920 from s0undt3ch/hotfix/ci-pipelines-2019.2.1
...
[2019.2.1] Update CI pipelines. Remove old jenkins cruft.
2019-07-20 13:32:59 +01:00
cmcmarrow
bc550adce6
wip pytest test david
2019-07-19 17:30:43 -06:00
Pedro Algarvio
b09963b096
Update CI pipelines. Remove old jenkins cruft.
2019-07-19 21:09:40 +01:00
Daniel Wozniak
15accefeea
Merge pull request #53728 from garethgreenaway/2019_2_1_mac_system_disable_test_get_set_computer_name
...
[2019.2.1] Disabling test_get_set_computer_name on OS X and Py3
2019-07-19 10:18:32 -07:00
Daniel Wozniak
a54ec89e6c
Merge pull request #53913 from garethgreenaway/disable_test_issue_2594_non_invalidated_cache_macos
...
[2019.2.1] skip test_issue_2594_non_invalidated_cache on MacOS
2019-07-19 10:17:34 -07:00
Gareth J. Greenaway
c65c5d532a
Skip the test test_issue_2594_non_invalidated_cache on MacOS where it is flakey.
2019-07-18 15:59:02 -07:00
cmcmarrow
75571e45ae
fixs timezone decode error
2019-07-18 15:30:57 -06:00
cmcmarrow
d041660018
fixes timezone decode error
2019-07-18 15:17:26 -06:00
cmcmarrow
1ddd1a9a5a
fixs timezone decode error
2019-07-18 15:14:12 -06:00
Daniel Wozniak
b091eb7895
Merge pull request #53902 from twangboy/skip_dt
...
Skip tests that modify date or time
2019-07-18 10:53:23 -07:00
Daniel Wozniak
22b7b1a9ef
Merge pull request #53901 from s0undt3ch/hotfix/wrap-coverage-combine
...
[2019.2.1] Don't fail when combining coverage files
2019-07-18 10:46:31 -07:00
Daniel Wozniak
84e798a82d
Merge pull request #53542 from dwoz/tcp_leak
...
Fix leak of SaltMessageClient instances when using tcp transport
2019-07-18 10:44:43 -07:00