Shane Lee
|
ac27e6970f
|
Merge branch '2019.2.1' into fix_test_file
|
2019-05-09 14:34:14 -06:00 |
|
Daniel Wozniak
|
4437764891
|
Merge pull request #52943 from Ch3LL/fix_elastisearch
Fix elasticsearch state module: allow user to define empty aliases
|
2019-05-09 08:46:37 -07:00 |
|
Pedro Algarvio
|
a06d7cef0e
|
We need to call the decorator
|
2019-05-09 15:17:24 +01:00 |
|
Pedro Algarvio
|
77185af841
|
Partial revert since this is a class method
|
2019-05-09 14:41:43 +01:00 |
|
Pedro Algarvio
|
f5c5771dd9
|
Lint fixes
|
2019-05-09 14:40:17 +01:00 |
|
Pedro Algarvio
|
8e505fb91a
|
Move tests to existing test modules
|
2019-05-09 14:20:23 +01:00 |
|
Pedro Algarvio
|
46816092eb
|
tests/unit/config/__init__.py -> tests/unit/config/test_config.py
No top level `__init__.py` should contain tests
|
2019-05-09 14:19:56 +01:00 |
|
Pedro Algarvio
|
33743fc4a0
|
Don't traceback when trying to close a closed socket
|
2019-05-09 14:14:34 +01:00 |
|
Pedro Algarvio
|
da2e147e54
|
Always cleanup the changed environ
|
2019-05-09 14:13:32 +01:00 |
|
Pedro Algarvio
|
087c74d907
|
No globals in tests, specially dictionaries!
|
2019-05-09 14:11:12 +01:00 |
|
Daniel A. Wozniak
|
5bb7869adc
|
fix linter
|
2019-05-09 14:03:05 +01:00 |
|
Megan Wilhite
|
451fb7e60f
|
Merge branch '2019.2.1' into fix_elastisearch
|
2019-05-08 16:15:41 -04:00 |
|
Ch3LL
|
ebff9b94e0
|
Fix elasticsearch state module: allow user to define empty aliases
|
2019-05-08 15:50:35 -04:00 |
|
Pedro Algarvio
|
a8f7b464f5
|
Test is not destructive.
Changes salt's testing config, which is what testing is all about, but
does not change the underlying OS.
|
2019-05-08 19:46:30 +01:00 |
|
Pedro Algarvio
|
62574ee197
|
Typo
|
2019-05-08 13:16:52 +01:00 |
|
Pedro Algarvio
|
e9f6a1228d
|
identical_signature_wrapper adds __wrapped__ to function globals
|
2019-05-08 13:16:51 +01:00 |
|
Daniel A. Wozniak
|
6e0b61baa9
|
Less flaky mine tests
|
2019-05-08 13:16:51 +01:00 |
|
Daniel A. Wozniak
|
3709ed745e
|
msgpack returns string_types
|
2019-05-08 13:16:51 +01:00 |
|
Daniel A. Wozniak
|
a36b15e449
|
Add regression test
|
2019-05-08 13:16:51 +01:00 |
|
Daniel A. Wozniak
|
8fdb04df0d
|
SIGKILL is not alwasy available use a local variable
|
2019-05-08 13:16:50 +01:00 |
|
Daniel A. Wozniak
|
4d6b8da5a0
|
Fix linter
|
2019-05-08 13:16:50 +01:00 |
|
Daniel A. Wozniak
|
759bccc202
|
Fix test_doc on windows by using grep yay!
|
2019-05-08 13:16:49 +01:00 |
|
Daniel A. Wozniak
|
0ce086d13d
|
Fix remaining failures on ubuntu 1404 and add to PR tests
|
2019-05-08 13:16:49 +01:00 |
|
Daniel A. Wozniak
|
b0aa28760c
|
Fix missing class wart
|
2019-05-08 13:16:49 +01:00 |
|
Daniel A. Wozniak
|
21ecb742db
|
fix linter
|
2019-05-08 13:16:49 +01:00 |
|
Daniel A. Wozniak
|
62c0f9fdd9
|
Skip tests when no libcloud
|
2019-05-08 13:16:48 +01:00 |
|
Daniel A. Wozniak
|
1d92290304
|
Fix unused import
|
2019-05-08 13:16:48 +01:00 |
|
Daniel A. Wozniak
|
238fd0f071
|
Fix broken pip state
|
2019-05-08 13:16:48 +01:00 |
|
Daniel A. Wozniak
|
1eea9908e9
|
Fix linter
|
2019-05-08 13:16:47 +01:00 |
|
Daniel A. Wozniak
|
52ca668360
|
Skip tests when no libcloud
|
2019-05-08 13:16:47 +01:00 |
|
Daniel A. Wozniak
|
522599d261
|
Dont fail just because some random process died
|
2019-05-08 13:16:47 +01:00 |
|
Daniel A. Wozniak
|
34cef86e14
|
Ignore super not called
|
2019-05-08 13:16:46 +01:00 |
|
Daniel A. Wozniak
|
b7ace9c929
|
Fix linter
|
2019-05-08 13:16:46 +01:00 |
|
Daniel A. Wozniak
|
aceb6d3013
|
Skip libcloud unit tests when no libcloud
|
2019-05-08 13:16:46 +01:00 |
|
Ch3LL
|
2acb0f37bc
|
Make sure --run-expensive runtests.py arg works
|
2019-05-08 13:16:45 +01:00 |
|
twangboy
|
12d8d351cf
|
Stop w32time before and start after testing
|
2019-05-08 13:16:45 +01:00 |
|
twangboy
|
7f1c22ce3a
|
Skip tests that fail on Windows
|
2019-05-08 13:16:45 +01:00 |
|
Pedro Algarvio
|
381f5fea52
|
Limit and reduce the ammount of log records sent over the wire
|
2019-05-08 13:16:44 +01:00 |
|
Pedro Algarvio
|
8948b690b1
|
Include COVERAGE_FILE as an env variable.
This will tell coverage where to save all coverage files.
|
2019-05-08 13:16:44 +01:00 |
|
Pedro Algarvio
|
0af561ef24
|
Each generated script is now prepared for code coverage
|
2019-05-08 13:16:44 +01:00 |
|
Pedro Algarvio
|
666ca9f7cd
|
Fix proxy minion startup issue on the test suite
|
2019-05-08 13:16:43 +01:00 |
|
Daniel A. Wozniak
|
e9e57cfb05
|
Syndic roster not in 2017.7.9
|
2019-05-08 13:16:42 +01:00 |
|
Daniel A. Wozniak
|
111c63a4dc
|
Create the roster even when not running ssh
|
2019-05-08 13:16:42 +01:00 |
|
Daniel A. Wozniak
|
11c02a0be3
|
Fix unit.test_loader.LoaderGlobalsTest.test_states
|
2019-05-08 13:16:42 +01:00 |
|
Daniel A. Wozniak
|
8694db10d7
|
Fix windows tests
|
2019-05-08 13:16:42 +01:00 |
|
Daniel A. Wozniak
|
82e9ac5b8f
|
Avoid race condition in even assertions
|
2019-05-08 13:16:42 +01:00 |
|
Daniel A. Wozniak
|
9443451d9a
|
Revert part of 927219c since it is not a fix
|
2019-05-08 13:16:42 +01:00 |
|
Daniel A. Wozniak
|
5fee7620a5
|
Fix timeout logic
|
2019-05-08 13:16:41 +01:00 |
|
Daniel A. Wozniak
|
517650f87b
|
check timeout when queue empty
|
2019-05-08 13:16:41 +01:00 |
|
Daniel A. Wozniak
|
7c0a9af3d0
|
fix linter
|
2019-05-08 13:16:41 +01:00 |
|