You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that whenever I query a work item, at the end there is an additional call to getTestSteps. Unfortunately, this raises a server side exception, that is only visible if you used log level DEBUG. Is there a way to make this call to getTestSteps optional?
soapenv:Server.userExceptionjava.lang.IllegalArgumentException: testCase does not have a test steps field defined: PObject(WorkItem; subterra:data-service:objects:/default/prefix_trunk${WorkItem}prefix-53229)java.lang.IllegalArgumentException: testCase does not have a test steps field defined: PObject(WorkItem; subterra:data-service:objects:/default/prefix_trunk${WorkItem}prefix-53229)
at com.polarion.alm.tracker.internal.TestManagementService.setTestSteps(TestManagementService.java:444)
at com.polarion.alm.ws.services.TestManagementWebService.getTestSteps(TestManagementWebService.java:418)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
....
The text was updated successfully, but these errors were encountered:
It seems that whenever I query a work item, at the end there is an additional call to getTestSteps. Unfortunately, this raises a server side exception, that is only visible if you used log level DEBUG. Is there a way to make this call to getTestSteps optional?
2022-03-29 10:28:29 DEBUG HTTP Post to https://server/polarion/ws/services/TestManagementWebService:
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">soap-env:Header<ns1:sessionID xmlns:ns1="http://ws.polarion.com/session" soap-env:actor="http://schemas.xmlsoap.org/soap/actor/next" soap-env:mustUnderstand="0">-46616533766877033</ns1:sessionID></soap-env:Header>soap-env:Body<ns0:getTestSteps xmlns:ns0="http://ws.polarion.com/TestManagementWebService-impl">ns0:urisubterra:data-service:objects:/default/prefix_trunk${WorkItem}prefix-53229</ns0:uri></ns0:getTestSteps></soap-env:Body></soap-env:Envelope>
soapenv:Server.userExceptionjava.lang.IllegalArgumentException: testCase does not have a test steps field defined: PObject(WorkItem; subterra:data-service:objects:/default/prefix_trunk${WorkItem}prefix-53229)java.lang.IllegalArgumentException: testCase does not have a test steps field defined: PObject(WorkItem; subterra:data-service:objects:/default/prefix_trunk${WorkItem}prefix-53229)2022-03-29 10:28:29 DEBUG Resetting dropped connection: server
2022-03-29 10:28:29 DEBUG https://server:443 "POST /polarion/ws/services/TestManagementWebService HTTP/1.1" 500 None
2022-03-29 10:28:29 DEBUG HTTP Response from https://server/polarion/ws/services/TestManagementWebService (status: 500):
....
The text was updated successfully, but these errors were encountered: