You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "claudio4j (via GitHub)" <gi...@apache.org> on 2024/01/24 18:37:35 UTC

[I] make test error when DEFAULT_RUNTIME_VERSION=3.6.0-SNAPSHOT [camel-k]

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

   ### What happened?
   
   
   ```
   --- FAIL: TestCreateCatalog (4.12s)
   catalog_test.go:115: 
   Error Trace:    /home/claudio/alphaworks/projects/camel-k/pkg/controller/integrationplatform/catalog_test.go:115
   Error:          Not equal: 
   expected: "Ready"
   actual  : "Error"
   
   Diff:
   --- Expected
   +++ Actual
   @@ -1,2 +1,2 @@
   -(v1.IntegrationPlatformPhase) (len=5) "Ready"
   +(v1.IntegrationPlatformPhase) (len=5) "Error"
   
   Test:           TestCreateCatalog
   catalog_test.go:116: 
   Error Trace:    /home/claudio/alphaworks/projects/camel-k/pkg/controller/integrationplatform/catalog_test.go:116
   Error:          Not equal: 
   expected: "True"
   actual  : "False"
   
   Diff:
   --- Expected
   +++ Actual
   @@ -1,2 +1,2 @@
   -(v1.ConditionStatus) (len=4) "True"
   +(v1.ConditionStatus) (len=5) "False"
   
   Test:           TestCreateCatalog
   catalog_test.go:122: 
   Error Trace:    /home/claudio/alphaworks/projects/camel-k/pkg/controller/integrationplatform/catalog_test.go:122
   Error:          Should NOT be empty, but was []
   Test:           TestCreateCatalog
   FAIL
   ```
   
   ### Steps to reproduce
   
   make DEFAULT_RUNTIME_VERSION=3.6.0-SNAPSHOT test 
   
   ### Relevant log output
   
   _No response_
   
   ### Camel K version
   
   _No response_


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


Re: [I] TestCreateCatalog fail when DEFAULT_RUNTIME_VERSION=3.6.0-SNAPSHOT [camel-k]

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez closed issue #5099: TestCreateCatalog fail when DEFAULT_RUNTIME_VERSION=3.6.0-SNAPSHOT
URL: https://github.com/apache/camel-k/issues/5099


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


Re: [I] TestCreateCatalog fail when DEFAULT_RUNTIME_VERSION=3.6.0-SNAPSHOT [camel-k]

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez commented on issue #5099:
URL: https://github.com/apache/camel-k/issues/5099#issuecomment-1948237443

   I think this is fixed.


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