Skip to content
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

[Bug]: revisit generate E2E test for OpenShift #2145

Open
iblancasa opened this issue Jan 4, 2023 · 0 comments
Open

[Bug]: revisit generate E2E test for OpenShift #2145

iblancasa opened this issue Jan 4, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@iblancasa
Copy link
Collaborator

iblancasa commented Jan 4, 2023

What happened?

After #2140, the E2E test was enabled for OpenShift but it fails because it waits for the ingress-nginx-controller deployment in the ingress-nginx namespace. That deployment is not available in OpenShift.

Steps to reproduce

  1. Create an OCP Cluster
  2. Run the test (this command will also build and install the Jaeger Operator in the cluster): $ make run-e2e-tests-generate VERBOSE=true USE_KIND_CLUSTER=false KAFKA_VERSION=0.23.0

Expected behavior

Make the test pass.

Additional context

Tested in OCP 4.11.

@iblancasa iblancasa added the bug Something isn't working label Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant