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

Drop single namespace assumption from E2E tests #1446

Merged
merged 3 commits into from
Aug 2, 2019

Conversation

charith-elastic
Copy link
Contributor

Currently the E2E test utilities assume that resources are all within a single namespace. This PR removes that assumption in order to support running tests across multiple namespaces.

Also adds a test for cross namespace ES-KB association that currently only
works in local mode due to reasons described in #1438.

Partially fixes #782

@charith-elastic charith-elastic added the >test Related to unit/integration/e2e tests label Aug 1, 2019
Also adds a test for cross namespace association that currently only
works in local mode.
Copy link
Contributor

@thbkrkr thbkrkr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@charith-elastic charith-elastic merged commit bd233c1 into elastic:master Aug 2, 2019
@charith-elastic charith-elastic deleted the e2e-cross-ns-assoc branch August 5, 2019 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>test Related to unit/integration/e2e tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add e2e tests for multi-namespaces deployments
2 participants