lburgazzoli commented on PR #5478: URL: https://github.com/apache/camel-k/pull/5478#issuecomment-2101046835
@squakez @valdar @christophd there is something weird here in the test logs: ``` 2024-05-08T14:50:31.3726195Z ##[group][0;32m✅ TestServiceTrait/Default_service_(ClusterIP)[0;37m (1.4s)[0m 2024-05-08T14:50:31.3726729Z 2024-05-08T14:07:10Z DEBUG camel-k Finding available platforms in namespace test-21477d74-89eb-46c7-b9ac-f5b0f0a7c868 2024-05-08T14:50:31.3727124Z 2024-05-08T14:07:10Z DEBUG camel-k Found active integration platform camel-k-traits-service 2024-05-08T14:50:31.3727297Z Integration "platform-http-server" created 2024-05-08T14:50:31.3727822Z 2024-05-08T14:07:11Z DEBUG camel-k Finding available platforms in namespace test-21477d74-89eb-46c7-b9ac-f5b0f0a7c868 2024-05-08T14:50:31.3728207Z 2024-05-08T14:07:11Z DEBUG camel-k Found active integration platform camel-k-traits-service 2024-05-08T14:50:31.3728306Z 1 integration(s) deleted 2024-05-08T14:50:31.3728548Z ##[endgroup] 2024-05-08T14:50:31.3729027Z ##[group][0;31m❌ TestServiceTrait/LoadBalancer_service_from_Type[0;37m (15m0.54s)[0m 2024-05-08T14:50:31.3729548Z 2024-05-08T14:07:16Z DEBUG camel-k Finding available platforms in namespace test-21477d74-89eb-46c7-b9ac-f5b0f0a7c868 2024-05-08T14:50:31.3729945Z 2024-05-08T14:07:16Z DEBUG camel-k Found active integration platform camel-k-traits-service 2024-05-08T14:50:31.3730120Z Integration "platform-http-server" created 2024-05-08T14:50:31.3730628Z 2024-05-08T14:07:45Z DEBUG camel-k Finding available platforms in namespace test-000485c7-b88b-4749-8231-8dc7700d63d3 2024-05-08T14:50:31.3731036Z 2024-05-08T14:07:45Z DEBUG camel-k Found active integration platform camel-k-traits-affinity 2024-05-08T14:50:31.3731133Z 1 integration(s) deleted 2024-05-08T14:50:31.3731652Z testing.go:1490: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test ``` So for failing test, it seems that it finds two integration platforms in two different namespaces: - `test-21477d74-89eb-46c7-b9ac-f5b0f0a7c868/camel-k-traits-service` - `test-000485c7-b88b-4749-8231-8dc7700d63d3/ camel-k-traits-affinity` I don't know if this is just some logging issue or if there is an actual problem. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
