Bug 1359

Summary: DTS: Fix interactive session Connection refused error
Product: DPDK Reporter: Juraj Linkeš (juraj.linkes)
Component: DTSAssignee: Jeremy Spewock (jspewock)
Status: IN_PROGRESS ---    
Severity: critical CC: juraj.linkes, probb
Priority: High    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: DTS log with docstring spacing removed
The missing part of the docstring

Description Juraj Linkeš 2024-01-10 12:15:20 CET
Created attachment 269 [details]
DTS log with docstring spacing removed

When sending the class QuittableXMLRPCServer with an extended docstring, we're hitting a ConnectionRefusedError when the client tries to connect to the server. The extended docstring contains the same string that the method connecting to the server expects and this is likely what causes the error.
Comment 1 Juraj Linkeš 2024-01-10 12:18:22 CET
Created attachment 270 [details]
The missing part of the docstring
Comment 2 Jeremy Spewock 2024-03-27 15:59:07 CET
A patch for fixing this has been sent to the mailing list: https://patchwork.dpdk.org/project/dpdk/list/?series=31483