Commit Graph

15850 Commits

Author SHA1 Message Date
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
Daniel A. Wozniak
961dc40c9b
Ignore missing variable in six module 2019-05-08 13:16:41 +01:00
Daniel A. Wozniak
0f5a7f0abf
Fix typo 2019-05-08 13:16:41 +01:00
Daniel A. Wozniak
6c8c4182dd
Do not limit event assert to first event 2019-05-08 13:16:41 +01:00
Daniel A. Wozniak
304229240e
Wait longer for ping reaction
Wait longer for the ping reaction in case there are multiple events on
the bus and/or high load on the system running tests
2019-05-08 13:16:40 +01:00
Wayne Werner
b6b4e955d2
Lint cleanup 2019-05-08 13:16:40 +01:00
Wayne Werner
0670614c6a
Add tests for wraps
During testing I also discovered that `_ignores_kwargs` was also missing
the @wraps decorator. Now it has it.
2019-05-08 13:16:39 +01:00
Pedro Algarvio
0e5bc67d4b
Lint fixes 2019-05-08 13:16:39 +01:00
Pedro Algarvio
72e8603046
Skip test if required cypto libs are not available 2019-05-08 13:16:38 +01:00
Pedro Algarvio
b2b0764dd4
Be aware of the different path separators 2019-05-08 13:16:38 +01:00
Pedro Algarvio
7e79b182b6
We need to make sure the virtualenv path entry is removed when searching 2019-05-08 13:16:38 +01:00
Pedro Algarvio
ff6d3c6dae
We don't need to be root to run these tests 2019-05-08 13:16:38 +01:00
Pedro Algarvio
f86a44e1fc
Use the real python executable path when running within a virtualenv 2019-05-08 13:16:37 +01:00
Pedro Algarvio
3d407e8a2e
Add a helper to return the path to the real pytohn executable
In case the test suite is running from within a virtualenv
2019-05-08 13:16:37 +01:00
Pedro Algarvio
ea9d2460f0
We must also provide venv_bin when running within a virtualenv 2019-05-08 13:16:37 +01:00
Pedro Algarvio
31e91b03bb
Fix pip tests, in particular under windows 2019-05-08 13:16:37 +01:00
Pedro Algarvio
4a072fe191
These tests aren't destructive 2019-05-08 13:16:35 +01:00
Pedro Algarvio
361ef6e50f
Don't try to change ownership on non existing paths 2019-05-08 13:16:34 +01:00
Pedro Algarvio
7b173523d8
More insight(context) on failure reports 2019-05-08 13:16:34 +01:00
Pedro Algarvio
51114aa4ed
Watch out for too long shebang's 2019-05-08 13:16:34 +01:00
Pedro Algarvio
d97fe82815
The output is important to know why it failed. 2019-05-08 13:16:34 +01:00
Pedro Algarvio
c8de644cad
Fix lint issues under tests 2019-05-08 13:16:31 +01:00
Ch3LL
4945e35085
Fix pylint on 2017.7.9 2019-05-08 13:16:26 +01:00
Pedro Algarvio
036bf686c0
Rerun failed tests 2019-05-08 13:16:26 +01:00
Daniel A. Wozniak
899c80e723
Fix integration.client.test_kwarg test timeouts 2019-05-08 13:16:25 +01:00
Gareth J. Greenaway
eee5a38db6
Merge branch '2019.2.1' into 52836_test_argspec_report_failing 2019-05-07 09:37:44 -07:00
Gareth J. Greenaway
dfff09bd1a
Merge branch '2019.2.1' into bp-52780 2019-05-07 08:48:03 -07:00
Gareth J. Greenaway
8fdc48c0bd
Removing create_autospec and having salt.utils.args.argspec_report run against the _test_spec function directly. Depending on the python version, create_autospec gives different results and cause the test to fail. The test is now more accurate at testing the arguments for the function. 2019-05-06 18:30:16 -07:00
Ch3LL
fc70884ca1
Reload matcher loader when ext_pillar_first set 2019-05-06 17:57:11 -04:00
Sean Brennan
c1eae841ca
Add test 2019-05-06 10:10:14 -04:00
Megan Wilhite
1ee8f37c77
Merge branch '2019.2.1' into zmq_filter_test 2019-05-02 10:35:53 -04:00