valdar commented on PR #5494: URL: https://github.com/apache/camel-k/pull/5494#issuecomment-2104254334
> Could this be the reason why this is failing? #5485 > > And, given that we are having a lot of flakiness lately, could it be possible that this copying kit is the overall root cause? That is totally possible, the error in https://github.com/apache/camel-k/issues/5485 is compatible with the problem. So the copyKit function for tests was introduced some time ago, in https://github.com/apache/camel-k/pull/5415 I have changed / fixed it to prevent most of the tests to be flaky. Unfortunately now that the copyKit function works as was intended some other tests that relay on the fact of starting from a situation without kits might fail. I thought I found most of them, but it seems that some might still be present. As you see from this fix, removing the copyKit in such tests should fix 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
