Test Script error: resource not found
Hello,
We are experiencing an issue with a test script. The TS was created normally (not import operation of any kind) but suddenly the page where you can look at the list of test scripts was broken, saying that the table was broken. (com.ibm.team.repository.common.ItemNotFoundException)
After examining, we found that a single TS was "not found". We looked for it in the bin, but there wasn't any element that might have been deleted. I tried to reach the element throught the rest api, but it shows not found, it's the only one with that problem.
Status Code: 500 Internal Server Error
Cache-Control: private
Connection: close
Content-Length: 997
Content-Type: text/html;charset=utf-8
Date: Fri, 23 Jan 2015 14:52:14 GMT
Expires: Wed, 31 Dec 1969 20:00:00 VET
Server: Apache-Coyote/1.1
Is ther any way to retrieve the contents of the missing TS, or delete it? or at least tracing a possible cause of such thing, because it's affecting the visualization of the TS list.
Any feedback is appreciated,
Thanks for your attention.
One answer
You could request the Test Script feed with the 'include archive' parameter; this would verify whether it was in fact deleted
The request would look something like this:
https://<HOST>:<PORT>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<Project Area>/testscript?includeArchived=true
..this will return all of Test Scripts including archived and deleted