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

WIP: Rewrite e2e tests to golang #206

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

konrad-ohms
Copy link
Contributor

@konrad-ohms konrad-ohms commented Aug 5, 2024

Right now we have a shell script executing e2e tests.
I would consider re-implementing them in pure go to keep them extensible in the long run.

While searching for existing solutions, I found that there is an e2e framework available at the Kubernetes SIGs: https://github.com/kubernetes-sigs/e2e-framework/tree/main/examples/real_cluster

We could either rely on that (which forced a few updates on dependencies) or we could fallback to pure command execs to mimic the bash behavior with a bit additional golang logic, e.g. for waiting on resources.

FredrikAtIBM and others added 5 commits August 2, 2024 08:09
- Replace current configmap package with instana-agent-config secret package as the values will be secrets from here on
- Mount config directory from secret
- Add feature to disable backend template generation
- Update READMEs local development guide with additional details to make the project run correctly

Signed-off-by: Fredrik Gundersen <fredrik.gundersen@ibm.com>
…rease coverage to 100%

Signed-off-by: Fredrik Gundersen <fredrik.gundersen@ibm.com>
…source

Signed-off-by: Fredrik Gundersen <fredrik.gundersen@ibm.com>
@konrad-ohms konrad-ohms requested a review from a team as a code owner August 5, 2024 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants