-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(test): KameletBinding native mode #3670
Conversation
Test to cover #3671 |
Please don't use internal JIRA issue for upstream PR. It's not relevant. |
yes, I can copy-paste the content of the ENTESB issue and create an upstream one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems the test is failing with:
=== CONT TestNativeIntegrations
native_test.go:125:
Timed out after 60.003s.
Expected
<string>: ./camel-k-integration-1.11.0-SNAPSHOT-runner
to match regular expression
<string>: .*camel-k-integration-\d+\.\d+\.\d+-runner.*
We probably need to account for the snapshot
and let any generic tag there.
5ea20a2
to
ef1d462
Compare
Thank you for spotting that! The generic matcher mated the java command too. I fixed the regex so let's wait for the results 🙏. |
ef1d462
to
84b3cef
Compare
84b3cef
to
7d9e39f
Compare
@bouskaJ that last job run looks promising isn't it? |
yes, the |
Failing checks not related. @bouskaJ please, backport to 1.10 and 1.8 (lts) branches to make sure we don't have any failure over there as well. |
Release Note