Closed JiangChangda closed 5 months ago
Hi, Could you provide more information?
This could occur for several reason which can be from server to network to client sided. But the more obvious problem for me would be a connection timeout. If you can't find a workaround, try changing your code.
Process: TestCase(More than 200 ergodic)->Get linked TestCase(About 30 or so)->Search for TestRun based on linked TestCase ID(There are about 5 of them)->Obtain the results of TestCase in the latest TestRun
Description: During this process, the following functions trigger the above issues frequently: getLinkedItemWithRoles() searchTestRuns() getWorkitem()
One of the Traceback logs is shown below: Traceback_log.txt
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
hello,
I don't know if the amount of data accessed is too large, resulting in the following problems: 'Connection aborted.', RemoteDisconnected('Remote end closed connection without response')
I would greatly appreciate it if you could solve this problem. JCD