-
Notifications
You must be signed in to change notification settings - Fork 113
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
e2e tests failing with no kind is registered for the type v1alpha1.Build
#1326
Comments
Pinging @qu1queee |
To avoid back-and-forth, could we jump into a call tomorrow, so we can check directly in your cluster? @jkhelil @apoorvajagtap |
Hello, @qu1queee sure, I can help with the reproducing in my cluster. Anytime before 4:30 pm IST or after 6:30 pm IST tomorrow works for me. |
We had a session today on this(@apoorvajagtap @qu1queee @HeavyWombat ). We reproduce the issue by running a single test case. We also ran with the kind cluster config from https://github.com/shipwright-io/build/blob/main/hack/install-kind.sh . After the test case failed, we modify the code to not clean up the resources and we manually try to simulate what the test case do, which is a GET operation of the Build CR. From the command line, the retrieval of the resource worked. Next steps, @qu1queee to try to reproduce on his machine. @apoorvajagtap to rerun all test cases locally and see if all fail. |
Hello @qu1queee I tried running multiple test cases individually, but all of them were failing with similar errors. Reading through the failure in [0], which basically tries to [0]
[1]
|
Hello, we've been trying to perform e2e testing (without any changes yet). We have tried the following ways:
But, each time our e2e tests fails at random test-case, but mostly with the similar error of
v1alpha1.Build not registered
:We have tried these tests using the
master
branch as well as usingv0.11.0
tag, but similar behavior.We could also observe some stacktrace, however, this error seems to be primary. (Note: We could confirm that the v1alpha1 for build exists in the cluster.)
(tested against OpenShift as well as kind)
Any inputs/troubleshooting leads on the above will be really helpful. Thank you!
The text was updated successfully, but these errors were encountered: