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 2020/09/07 13:54:13 UTC

[GitHub] [camel-quarkus] llowinge opened a new issue #1717: Be able to determine that the test was run against external service or not

llowinge opened a new issue #1717:
URL: https://github.com/apache/camel-quarkus/issues/1717


   There exist some tests which are run against mocked services (eg. SlackTest) by default. If we set ENV property, it should be run against external service but we cannot say that with 100%, becasue eg. ENV property can change the name and so the test would be run against mocked service only.
   
   Suggested way would be adding some property eg. -Dtest.external.service=true, which would skip the test, if the needed ENV properties are not set.


----------------------------------------------------------------
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.

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



[GitHub] [camel-quarkus] ppalaga closed issue #1717: Be able to determine that the test was run against external service or not

Posted by GitBox <gi...@apache.org>.
ppalaga closed issue #1717:
URL: https://github.com/apache/camel-quarkus/issues/1717


   


----------------------------------------------------------------
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.

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



[GitHub] [camel-quarkus] ppalaga commented on issue #1717: Be able to determine that the test was run against external service or not

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #1717:
URL: https://github.com/apache/camel-quarkus/issues/1717#issuecomment-706218132


   Fixed via https://github.com/apache/camel-quarkus/pull/1818


----------------------------------------------------------------
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.

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