Enable SELinux (by default it is already enabled). Then load tipc module. # modprobe tipc Then using whatever account, execute Lib/test/test_socket.py. You'll get: FAILED (errors=1, skipped=4) Traceback (most recent call last): File "Lib/test/test_socket.py", line 1740, in test_main() File "Lib/test/test_socket.py", line 1736, in test_main test_support.run_unittest(*tests) File "/home/sky/Code/python/cpython2.7/Lib/test/test_support.py", line 1251, in run_unittest _run_suite(suite) File "/home/sky/Code/python/cpython2.7/Lib/test/test_support.py", line 1234, in _run_suite raise TestFailed(err) test.test_support.TestFailed: Traceback (most recent call last): File "Lib/test/test_socket.py", line 1705, in testStream msg = self.conn.recv(1024) error: [Errno 13] Permission denied Attached the patch to skip the test if we don't have sufficient permission to execute the test.
The bug report is over six years ago and I haven't seen any TIPC related issues for a while. The test suite has additional guards to skip TIPC tests when the Kernel module is not loaded.
History
Date
User
Action
Args
2022-04-11 14:57:56
admin
set
github: 64456
2020-07-10 07:42:37
christian.heimes
set
status: open -> closednosy: + christian.heimesmessages: + resolution: out of datestage: resolved