mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Warn on AES test for systems with > 1 core (#37724)
* Warn on AES test for systems with > 1 core * Whitespace fix
This commit is contained in:
parent
35655d521f
commit
3be9ab4cd0
1 changed files with 6 additions and 0 deletions
|
@ -127,6 +127,12 @@ class AESReqTestCases(BaseZMQReqCase, ReqChannelMixin):
|
|||
|
||||
# TODO: make failed returns have a specific framing so we can raise the same exception
|
||||
# on encrypted channels
|
||||
#
|
||||
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
#
|
||||
# WARNING: This test will fail randomly on any system with > 1 CPU core!!!
|
||||
#
|
||||
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
def test_badload(self):
|
||||
'''
|
||||
Test a variety of bad requests, make sure that we get some sort of error
|
||||
|
|
Loading…
Add table
Reference in a new issue