Echo process and OGC API Processes validation #264
ci.yml
on: pull_request
Test
2m 52s
Validate OGC API Compliance
3m 36s
Annotations
7 errors, 8 warnings, and 10 notices
|
Test
Process completed with exit code 101.
|
|
Validate OGC API Compliance
One or more validations failed.
|
|
validateFeatureResponse
No feature Ids found in tested collections. (IGNORED)
|
|
featureOperation
No feature Ids found in tested collections. (IGNORED)
|
|
testJobResults
Expected status code 200 but found 500 expected [true] but found [false] (FAILED)
|
|
testJobCreationInputValidation
Unrecognized token 'teststring': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false')
at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 11] (IGNORED)
|
|
testJobCreationInputRef
Unrecognized token 'teststring': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false')
at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 11] (IGNORED)
|
|
verifyCollectionsPathCollectionCrsPropertyContainsDefaultCrs
java.util.NoSuchElementException: No value present (SKIPPED)
|
|
verifyCollectionsPathCollectionCrsPropertyContainsStorageCrs
java.util.NoSuchElementException: No value present (SKIPPED)
|
|
verifyCollectionsCollectionCrsIdentifierOfStorageCrs
java.util.NoSuchElementException: No value present (SKIPPED)
|
|
verifyCollectionsCollectionCrsIdentifierOfCrsProperty
java.util.NoSuchElementException: No value present (SKIPPED)
|
|
testOGCProcessDescriptionOutputDefinitionOfMixedType
No output definition of 'echo' process identifies a mixed type output (SKIPPED)
|
|
testOGCProcessDescriptionInputDefinitionOfMixedType
No input definition of 'echo' process identifies a mixed type input (SKIPPED)
|
|
testJobCreationInputInlineBbox
No input of type bounding box found. (SKIPPED)
|
|
testJobCreationInputArray
No input of type array found. (SKIPPED)
|
|
Validate OGC API Compliance
response:
undefined
|
|
Validate OGC API Compliance
request:
undefined
|
|
Validate OGC API Compliance
response:
{
"type" : "http://www.opengis.net/def/exceptions/ogcapi-processes-1/1.0/no-such-job",
"title" : "NoSuchJob",
"status" : 404,
"detail" : "No job with id `invalid-job-5e4bd690-51e3-4e08-b324-388bf388d75c`"
}
|
|
Validate OGC API Compliance
request:
GET http://localhost:8484/jobs/daf6ff16-f8b7-4589-bc58-8bfc8e1b0497 HTTP/1.1
|
|
Validate OGC API Compliance
post-request:
POST http://localhost:8484//processes/echo/execution HTTP/1.1
|
|
Validate OGC API Compliance
response:
teststring
|
|
Validate OGC API Compliance
request:
<!-- non XML body -->
{
"inputs" : {
"stringInput" : "teststring"
},
"outputs" : {
"stringOutput" : {
"transmissionMode" : "value"
}
}
}
|
|
Validate OGC API Compliance
post-request:
POST http://localhost:8484//processes/echo/execution HTTP/1.1
|
|
Validate OGC API Compliance
response:
teststring
|
|
Validate OGC API Compliance
request:
<!-- non XML body -->
{
"inputs" : {
"stringInput" : "teststring"
},
"outputs" : {
"stringOutput" : {
"transmissionMode" : "value"
}
}
}
|