mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add issue url to tests
This commit is contained in:
parent
c4d7a4352c
commit
39e811b296
1 changed files with 4 additions and 0 deletions
|
@ -474,6 +474,8 @@ class PubServerChannel(TestCase, AdaptedConfigurationTestCaseMixin):
|
|||
def test_issue_36469_tcp(self):
|
||||
'''
|
||||
Test sending both large and small messags to publisher using TCP
|
||||
|
||||
https://github.com/saltstack/salt/issues/36469
|
||||
'''
|
||||
opts = dict(self.master_config, ipc_mode='tcp', pub_hwm=0)
|
||||
server_channel = salt.transport.zeromq.ZeroMQPubServerChannel(opts)
|
||||
|
@ -503,6 +505,8 @@ class PubServerChannel(TestCase, AdaptedConfigurationTestCaseMixin):
|
|||
def test_issue_36469_udp(self):
|
||||
'''
|
||||
Test sending both large and small messags to publisher using UDP
|
||||
|
||||
https://github.com/saltstack/salt/issues/36469
|
||||
'''
|
||||
opts = dict(self.master_config, ipc_mode='udp', pub_hwm=0)
|
||||
server_channel = salt.transport.zeromq.ZeroMQPubServerChannel(opts)
|
||||
|
|
Loading…
Add table
Reference in a new issue