Commit Graph

16130 Commits

Author SHA1 Message Date
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
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
Megan Wilhite
d1b145223a
Merge branch '2019.2.1' into add_pygit2 2019-07-31 17:43:22 -04:00
David Murphy
0660e6e20a Disabling random website tests till allow for quota usage 2019-07-31 10:25:42 -06:00
twangboy
6fcf03532d
Make the skip apply to any system missing crypt 2019-07-30 11:46:41 -06:00
Daniel Wozniak
a5698cccea
Merge branch '2019.2.1' into add_pygit2 2019-07-30 10:15:30 -07:00
Charles McMarrow
ebb07f48ef
Merge branch '2019.2.1' into integration_terminate_fix 2019-07-29 16:42:51 -06:00
David Murphy
30f3bda712 Added support for is_fedora and skip Minion test test_issue_7754 2019-07-29 12:05:00 -06:00
Charles McMarrow
b3293a9634
Merge branch '2019.2.1' into integration_terminate_fix 2019-07-29 11:41:07 -06:00
Wayne Werner
5d3bcd7af0
Merge pull request #54040 from waynew/remove-dead-test
Remove dead test
2019-07-29 12:23:44 -05:00
Megan Wilhite
7dd97a62c1
Merge branch '2019.2.1' into add_pygit2 2019-07-29 13:04:26 -04:00
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
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 A. Wozniak
6cdb8fa11c
War room skip for tcp build 2019-07-24 20:01:04 +00:00
Ch3LL
347ea1e979
Use Sigkill and add time.sleep befor check 2019-07-24 14:33:01 -04: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
Gareth J. Greenaway
362b84a945
Adding a WAR ROOM Skip for test_directory_clean_require_with_name 2019-07-23 11:33:08 -07:00
Megan Wilhite
637bf95e62
Merge branch '2019.2.1' into improve_git_test 2019-07-23 09:24:24 -04: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
cmcmarrow
bc550adce6
wip pytest test david 2019-07-19 17:30:43 -06:00