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

e2e tests do not work on OpenShift #227

Closed
pavolloffay opened this issue Feb 22, 2019 · 2 comments
Closed

e2e tests do not work on OpenShift #227

pavolloffay opened this issue Feb 22, 2019 · 2 comments
Assignees
Labels
openshift This item is related to OpenShift

Comments

@pavolloffay
Copy link
Member

The e2e tests does not work on openshift bc:

  • err = WaitForIngress(t, f.KubeClient, namespace, "agent-as-daemonset-query", retryInterval, timeout)
  • personally on minishift I could not select default namespace and our tests depend on services (es, cassandra) deployed in default namespce
@pavolloffay pavolloffay changed the title e2e tests does not work on OpenShift e2e tests do not work on OpenShift Feb 23, 2019
@jpkrohling
Copy link
Contributor

jpkrohling commented Feb 25, 2019

cc @kevinearls

@jpkrohling jpkrohling added the openshift This item is related to OpenShift label Feb 26, 2019
@kevinearls
Copy link
Contributor

Most of the work here is done. There are two small bugs left, #326 which is a fix to get the all-in-one-with-ingress test working on OpenShift, and #327 for the DaemonSet test, which is currently blocked by #322. I think this can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
openshift This item is related to OpenShift
Projects
None yet
Development

No branches or pull requests

4 participants