etf-validator / etf-webapp

:earth_africa: :mag: ETF is an open source testing framework for spatial data and services
https://www.etf-validator.net
European Union Public License 1.2
19 stars 19 forks source link

Revert "EIP 18 - rerun button" #206

Closed jonherrmann closed 4 years ago

jonherrmann commented 5 years ago

Reverts etf-validator/etf-webapp#196

The button does not work if the test object has been cleaned up and no longer exists.

jonherrmann commented 5 years ago

Not sure if this related to this issue, but I found another issue that needs further investigation: Re-running a test with the OGC Team Engine Test driver always results in a NullPointerException. The result looks like this:

Note the EIDnull


"TestTaskResult": {
"schemaLocation": "http://www.interactive-instruments.de/etf/2.0 http://resources.etf-validator.net/schema/v2/model/result.xsd",
"id": "EID...",
"testObject": {
"ref": "EID..."
},
"errorMessage": "NullPointerException:",
"attachments": {
"Attachment": {
"id": "EIDnull",
"type": "LogFile",
"label": "Log file",
"encoding": "UTF-8",
"mimeType": "text/plain",
"referencedData": {
"href": "http://inspire.ec.europa.eu/validator/v2/TestTaskResults/EID.../Attachments/EIDnull"
}
}
},
"resultedFrom": {
"ref": "EID95a1b6fc-2b55-3d43-9502-3b8b605bda10"
},
"startTimestamp": "2019-01-01T00:00:00Z",
"duration": 1,
"status": "INTERNAL_ERROR"
}
},