apupier commented on PR #23923:
URL: https://github.com/apache/camel/pull/23923#issuecomment-4680657429

   Checked that there was the test in error:
   
   ```
   [ERROR] Tests run: 1, Failures: 
1, Errors: 0, Skipped: 0, Time elapsed: 0.034 s <<< 
FAILURE! -- in 
org.apache.camel.component.vertx.http.VertxHttpTransferExceptionTest
   [ERROR] 
org.apache.camel.component.vertx.http.VertxHttpTransferExceptionTest.testTransferException
 -- Time elapsed: 0.029 s <<< FAILURE!
   org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
        at 
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
        at 
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
        at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
        at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
        at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31)
        at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:183)
        at 
org.apache.camel.component.vertx.http.VertxHttpTransferExceptionTest.testTransferException(VertxHttpTransferExceptionTest.java:37)
        at java.base/java.lang.reflect.Method.invoke(Method.java:580)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
   ```
   so cherry-picked and pushed the fix


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to