-
Notifications
You must be signed in to change notification settings - Fork 347
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
Recent testing failures #3861
Comments
I can see that even the successful tests of the same workflow report:
I wonder if this is the root cause. |
This is a duplicate of #3772. I'm already working on it. For now, what I see as the possible root cause is that |
Recently we are having a couple of tests failing within the
install
workflow: https://github.com/apache/camel-k/actions/runs/3582747159/jobs/6027336970❌ TestBasicSetup (1m13.94s)
No IntegrationPlatform resource in default namespace
...
Camel K Cluster Roles removed from cluster
Using alternative make directory on path ../../../../install
Using alternative make directory on path ../../../../install
setup_test.go:51:
Timed out after 60.003s.
Expected
<[]v1.Role | len:0, cap:0>: nil
To satisfy at least one of these matchers: [%!s(*matchers.HaveLenMatcher=&{7}) %!s(*matchers.HaveLenMatcher=&{8})]
❌ TestGlobalSetup (1m13.26s)
No IntegrationPlatform resource in default namespace
...
Using alternative make directory on path ../../../../install
Using alternative make directory on path ../../../../install
setup_test.go:78:
Timed out after 60.003s.
Expected
<[]v1.Role | len:7, cap:8>: [
{
TypeMeta: {Kind: "", APIVersion: ""},
ObjectMeta: {
The text was updated successfully, but these errors were encountered: