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/11/30 13:48:07 UTC

[GitHub] [camel-k] squakez opened a new issue, #3861: Recent testing failures

squakez opened a new issue, #3861:
URL: https://github.com/apache/camel-k/issues/3861

   Recently we are having a couple of tests failing within the `install` workflow: https://github.com/apache/camel-k/actions/runs/3582747159/jobs/6027336970
   
   ❌ TestBasicSetup (1m13.94s)
     No IntegrationPlatform resource in default namespace
   ...
     Camel K Cluster Roles removed from cluster
     Using alternative make directory on path ../../../../install
     Using alternative make directory on path ../../../../install
         setup_test.go:51: 
             Timed out after 60.003s.
             Expected
                 <[]v1.Role | len:0, cap:0>: nil
             To satisfy at least one of these matchers: [%!s(*matchers.HaveLenMatcher=&{7}) %!s(*matchers.HaveLenMatcher=&{8})]
   
   ❌ TestGlobalSetup (1m13.26s)
     No IntegrationPlatform resource in default namespace
     ...
     Using alternative make directory on path ../../../../install
     Using alternative make directory on path ../../../../install
         setup_test.go:78: 
             Timed out after 60.003s.
             Expected
                 <[]v1.Role | len:7, cap:8>: [
                     {
                         TypeMeta: {Kind: "", APIVersion: ""},
                         ObjectMeta: {
   


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

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


[GitHub] [camel-k] tadayosi commented on issue #3861: Recent testing failures

Posted by GitBox <gi...@apache.org>.
tadayosi commented on issue #3861:
URL: https://github.com/apache/camel-k/issues/3861#issuecomment-1333137481

   This is a duplicate of #3772. I'm already working on it.
   
   For now, what I see as the possible root cause is that `kustomize` taints `kustomization.yaml` under `install/` each test run and it could be that the installation scripts are not idempotent, so the random order of test executions sometimes cause misconfigurations.


-- 
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-k] squakez commented on issue #3861: Recent testing failures

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #3861:
URL: https://github.com/apache/camel-k/issues/3861#issuecomment-1332181036

   I can see that even the successful tests of the same workflow report:
   ```
     Camel K Cluster Roles removed from cluster
     Using alternative make directory on path ../../../../install
     Using alternative make directory on path ../../../../install
     Using alternative make directory on path ../../../../install
         test_support.go:2239: Warning: some pods are still running in namespace "test-937a699e-8c7f-4ed4-8402-d82a9750213e" after deletion (1)
   ```
   I wonder if this is the root cause.


-- 
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-k] squakez closed issue #3861: Recent testing failures

Posted by GitBox <gi...@apache.org>.
squakez closed issue #3861: Recent testing failures
URL: https://github.com/apache/camel-k/issues/3861


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