salt/tests/unit/transport
Mike Place c4393d5e9e
Address transport test hang
It would appear that if an attribute error is raised when trying to detect a class atter,
that the test suite does not run the class teardown method but continues regardless. This
fixes the class attr error which then allows the teardown to run. Prior to this, if the
teardown did not run, the entire suite would hang out shutdown because it was blocked
on waiting for a ioloop to terminate.
2016-10-25 13:16:35 +09:00
..
__init__.py Add initial req_channel tests 2015-04-07 20:53:26 -07:00
ipc_test.py IPC transport skeleton 2015-07-14 08:47:09 -06:00
pub_test.py Python 3 Compat for new transport files 2015-04-14 09:16:42 -06:00
req_test.py pylint cleanup 2015-04-08 08:20:03 -07:00
tcp_test.py transport.tcp unit tests: disable hanging tests 2016-03-10 10:57:21 -07:00
zeromq_test.py Address transport test hang 2016-10-25 13:16:35 +09:00