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

Remove circular dependency in Kubernetes e2e tests #91

Open
pablochacin opened this issue Dec 14, 2022 · 0 comments
Open

Remove circular dependency in Kubernetes e2e tests #91

pablochacin opened this issue Dec 14, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@pablochacin
Copy link
Collaborator

Currently, the Kubernetes helper package's tests use to some extend helper functions provided by that same package for the test setup, creating a kind of circular dependency between the tests and the package.

A better alternative would be to use other tools for test setup and for checking test conditions.

One possibility would be to run the tests as pods in the cluster using scripts and CLI tools such as kubectl. In this way the tests would be an automation of actions an operator could do.

One open question would be how to check the results of the test from the Job execution.

@pablochacin pablochacin added enhancement New feature or request good first issue Good for newcomers labels Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant