Merge pull request #24 from KrausMatthias/feature/movingfeatures #283
ci.yml
on: push
Test
7m 3s
Validate OGC API Compliance
2m 52s
Annotations
6 errors, 7 warnings, and 10 notices
|
validateFeaturesWithBoundingBoxResponse_NumberMatched
begin 0, end -1, length 8 (IGNORED)
|
|
validateFeaturesResponse_NumberMatched
begin 0, end -1, length 4 (IGNORED)
|
|
validateFeaturesWithLimitResponse_NumberMatched
begin 0, end -1, length 4 (IGNORED)
|
|
validateFeaturesWithLimitResponse_NumberMatched
begin 0, end -1, length 4 (IGNORED)
|
|
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)
|
|
validateFeaturesWithBoundingBoxResponse
No features were returned for collection. (SKIPPED)
|
|
validateFeaturesWithBoundingBoxResponse
No features were returned for collection. (SKIPPED)
|
|
validateFeaturesWithBoundingBoxResponse
No features were returned for collection. (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:
undefined
|
|
Validate OGC API Compliance
request:
undefined
|
|
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"
}
}
}
|