#114 ExportResults

Closed
opened 3 years ago by aguryev · 1 comments
aguryev commented 3 years ago

PyPi baangt 1+ rises error while saving results to DB in baangt-service:

File "/usr/local/lib/python3.6/dist-packages/baangt/base/ExportResults/ExportResults.py", line 234, in exportToDataBase
    testcase=tcs_log.testcases[entry.get('testcase')-1],
IndexError: list index out of range

It looks like something was changed with the testcase indexes in ExportResults.networkInfo object.

NOTE

The testcase indexing supposes to be 1-based for the proper saving networkInfo to DB.

PyPi baangt 1+ rises error while saving results to DB in `baangt-service`: ``` File "/usr/local/lib/python3.6/dist-packages/baangt/base/ExportResults/ExportResults.py", line 234, in exportToDataBase testcase=tcs_log.testcases[entry.get('testcase')-1], IndexError: list index out of range ``` It looks like something was changed with the testcase indexes in `ExportResults.networkInfo` object. #### NOTE The testcase indexing supposes to be 1-based for the proper saving networkInfo to DB.
aguryev commented 3 years ago
Collaborator

The issue vanished in baangt-1.1.2

The issue vanished in baangt-1.1.2
Sign in to join this conversation.
No Label
Mac
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.