You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/04/22 21:38:39 UTC

[GitHub] [camel-spring-boot] cunningt opened a new pull request, #538: Archive surefire logs to try to diagnose integration test failures

cunningt opened a new pull request, #538:
URL: https://github.com/apache/camel-spring-boot/pull/538

   We're getting failures in some of the integration tests but the build.log stored by the PR job does not have a lot of detail to go on -
   
   Example, from CamelSqlTest failure in one of the recent PR build runs -
   ```
   [ERROR] org.apache.camel.itest.springboot.CamelSqlTest.componentTests  Time elapsed: 25.465 s  <<< ERROR!
   java.lang.Exception: 
   Caused by: org.opentest4j.AssertionFailedError: Some unit tests failed (1/25), check the logs for more details
   ```
   
   I'd like to temporarily start archiving the surefire logs to see if we could diagnose the failures - I'm not sure whether this is going to give us additional information or not.    I haven't been able to reproduce these failures locally.     
   
   I think we can expire the logs pretty quickly so that they don't take up a lot of space.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-spring-boot] orpiske merged pull request #538: Archive surefire logs to try to diagnose integration test failures

Posted by GitBox <gi...@apache.org>.
orpiske merged PR #538:
URL: https://github.com/apache/camel-spring-boot/pull/538


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-spring-boot] orpiske commented on pull request #538: Archive surefire logs to try to diagnose integration test failures

Posted by GitBox <gi...@apache.org>.
orpiske commented on PR #538:
URL: https://github.com/apache/camel-spring-boot/pull/538#issuecomment-1114502190

   Hi, +1 from me. Indeed, we are doing the same on core.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-spring-boot] davsclaus commented on pull request #538: Archive surefire logs to try to diagnose integration test failures

Posted by GitBox <gi...@apache.org>.
davsclaus commented on PR #538:
URL: https://github.com/apache/camel-spring-boot/pull/538#issuecomment-1107879563

   @otavioprado any comments as you also worked on some log archive from gh actions in the core project


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org