Bug 1359 - DTS: Fix interactive session Connection refused error
Summary: DTS: Fix interactive session Connection refused error
Status: IN_PROGRESS
Alias: None
Product: DPDK
Classification: Unclassified
Component: DTS (show other bugs)
Version: unspecified
Hardware: All All
: High critical
Target Milestone: ---
Assignee: Jeremy Spewock
URL:
Depends on:
Blocks:
 
Reported: 2024-01-10 12:15 CET by Juraj Linkeš
Modified: 2024-03-27 15:59 CET (History)
2 users (show)



Attachments
DTS log with docstring spacing removed (8.23 KB, text/plain)
2024-01-10 12:15 CET, Juraj Linkeš
Details
The missing part of the docstring (2.07 KB, text/plain)
2024-01-10 12:18 CET, Juraj Linkeš
Details

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

Note You need to log in before you can comment on or make changes to this bug.