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

[GitHub] [camel-k] squakez opened a new issue, #4609: Cannot build with Camel Quarkus 3.0.0 RC1

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

   It's an early feedback got from the new nightly check against latest development:
   
   ```
   --- FAIL: TestDependenciesJavaSource (0.01s)
       metadata_dependencies_test.go:52: 
           	Error Trace:	/home/squake/workspace/camel-k/pkg/metadata/metadata_dependencies_test.go:52
           	Error:      	elements differ
           	            	
           	            	extra elements in list A:
           	            	([]interface {}) (len=1) {
           	            	 (string) (len=14) "camel:activemq"
           	            	}
           	            	
           	            	
           	            	listA:
           	            	([]string) (len=6) {
           	            	 (string) (len=14) "camel:activemq",
           	            	 (string) (len=10) "camel:amqp",
           	            	 (string) (len=9) "camel:log",
           	            	 (string) (len=14) "camel:telegram",
           	            	 (string) (len=11) "camel:timer",
           	            	 (string) (len=13) "camel:twitter"
           	            	}
           	            	
           	            	
           	            	listB:
           	            	([]string) (len=5) {
           	            	 (string) (len=10) "camel:amqp",
           	            	 (string) (len=14) "camel:telegram",
           	            	 (string) (len=11) "camel:timer",
           	            	 (string) (len=13) "camel:twitter",
           	            	 (string) (len=9) "camel:log"
           	            	}
           	Test:       	TestDependenciesJavaSource
   --- FAIL: TestDependenciesJavaScript (0.01s)
       metadata_dependencies_test.go:86: 
           	Error Trace:	/home/squake/workspace/camel-k/pkg/metadata/metadata_dependencies_test.go:86
           	Error:      	elements differ
           	            	
           	            	extra elements in list A:
           	            	([]interface {}) (len=1) {
           	            	 (string) (len=14) "camel:activemq"
           	            	}
           	            	
           	            	
           	            	listA:
           	            	([]string) (len=5) {
           	            	 (string) (len=14) "camel:activemq",
           	            	 (string) (len=10) "camel:amqp",
           	            	 (string) (len=9) "camel:log",
           	            	 (string) (len=14) "camel:telegram",
           	            	 (string) (len=11) "camel:timer"
           	            	}
           	            	
           	            	
           	            	listB:
           	            	([]string) (len=4) {
           	            	 (string) (len=14) "camel:telegram",
           	            	 (string) (len=11) "camel:timer",
           	            	 (string) (len=9) "camel:log",
           	            	 (string) (len=10) "camel:amqp"
           	            	}
           	Test:       	TestDependenciesJavaScript
   --- FAIL: TestDependenciesGroovy (0.01s)
       metadata_dependencies_test.go:121: 
           	Error Trace:	/home/squake/workspace/camel-k/pkg/metadata/metadata_dependencies_test.go:121
           	Error:      	elements differ
           	            	
           	            	extra elements in list A:
           	            	([]interface {}) (len=1) {
           	            	 (string) (len=14) "camel:activemq"
           	            	}
           	            	
           	            	
           	            	listA:
           	            	([]string) (len=6) {
           	            	 (string) (len=14) "camel:activemq",
           	            	 (string) (len=10) "camel:amqp",
           	            	 (string) (len=9) "camel:log",
           	            	 (string) (len=14) "camel:telegram",
           	            	 (string) (len=11) "camel:timer",
           	            	 (string) (len=13) "camel:twitter"
           	            	}
           	            	
           	            	
           	            	listB:
           	            	([]string) (len=5) {
           	            	 (string) (len=14) "camel:telegram",
           	            	 (string) (len=11) "camel:timer",
           	            	 (string) (len=13) "camel:twitter",
           	            	 (string) (len=9) "camel:log",
           	            	 (string) (len=10) "camel:amqp"
           	            	}
           	Test:       	TestDependenciesGroovy
   --- FAIL: TestHttpOnlyJavaSourceRest2 (0.01s)
       metadata_http_test.go:115: 
           	Error Trace:	/home/squake/workspace/camel-k/pkg/metadata/metadata_http_test.go:115
           	Error:      	Received unexpected error:
           	            	component not found for uri "vm:bots/cippa" in camel catalog runtime version 3.0.0-RC1-SNAPSHOT
           	Test:       	TestHttpOnlyJavaSourceRest2
   FAIL
   FAIL	github.com/apache/camel-k/v2/pkg/metadata	0.392s
   ```
   
   I think the problem is not in the runtime, but in our unit test which are checking the catalog. Probably we need to get rid of this dependency from Camel K operator.


-- 
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] squakez closed issue #4609: Cannot build with Camel Quarkus 3.0.0 RC1

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez closed issue #4609: Cannot build with Camel Quarkus 3.0.0 RC1
URL: https://github.com/apache/camel-k/issues/4609


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