jesper-raemaekers / python-polarion

A Python package to access the Polarion WSDL API.
MIT License
56 stars 35 forks source link

Error occurred when using a for loop to retrieve data from polarion #161

Closed JiangChangda closed 5 months ago

JiangChangda commented 7 months ago

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

WH-Yoshi commented 7 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.

JiangChangda commented 7 months ago

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

github-actions[bot] commented 6 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 5 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.