You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dmvolod (via GitHub)" <gi...@apache.org> on 2023/03/10 07:31:07 UTC

[GitHub] [camel-karavan] dmvolod commented on issue #674: Add operator E2E and integration tests

dmvolod commented on issue #674:
URL: https://github.com/apache/camel-karavan/issues/674#issuecomment-1463388819

   > * What do we need for integration test? Kubernetes environment?
   
   Exactly. As OJSDK doesn't support Fabric8 Kubernetes Mock Server for tests, we need a real Kubernetes cluster for that. For example, we can utilize following github action for that. Also, would be nice to filter test running by folder change in commit, to reduce resources and skip operator tests if others Karavan components changed only.
   https://github.com/marketplace/actions/kubernetes-kind-cluster
   
   > * I did not get the second. Care to elaborate
   
   Yes, sure. As #567 introduces Quarkus application restart hack, real Karavan operator deployment into the Kubernetes cluster should be done. Also, we need to deploy whole Tekton pipelines, or only CRD's part to reduce resource consumption, as we don't need to tests a whole integration flow for now.
   What do you think about it? 


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