-
Bug
-
Resolution: Obsolete
-
Major
-
Camel-K-M4
-
None
-
False
-
False
-
%
-
Undefined
-
Tested with version: 3.7.0.fuse-800004-redhat-00001:
4 olingo4 tests are failing because of various reasons. Tested two times with the same results:
- org.apache.camel.component.olingo4.Olingo4AppAPITest.testBoundActionRequest
- org.apache.camel.component.olingo4.Olingo4AppAPITest.testBoundActionRequestWithClientEntityResponse
- org.apache.camel.component.olingo4.Olingo4AppAPITest.testServiceDocument
- org.apache.camel.component.olingo4.Olingo4ComponentProducerTest.testBoundActionRequest
1) and 2) :
java.lang.IllegalArgumentException: parseUri (People('russellwhyte')/Microsoft.OData.Service.Sample.TrippinInMemory.Models.ShareTrip,null): Type 'Microsoft.OData.Service.Sample.TrippinInMemory.Models.ShareTrip' not found.
3) :
org.opentest4j.AssertionFailedError: Service Entity Sets ==> expected: <4> but was: <3> at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55) at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150)
4) :
org.apache.camel.CamelExecutionException: Exception occurred during execution on the exchange: Exchange[6FE80A35C0A5767-0000000000000000] at org.apache.camel.CamelExecutionException.wrapCamelExecutionException(CamelExecutionException.java:45) at org.apache.camel.support.ExchangeHelper.extractResultBody(ExchangeHelper.java:692) at org.apache.camel.impl.engine.DefaultProducerTemplate.extractResultBody(DefaultProducerTemplate.java:591)
Attached links contain full stacktrace.